From unknown Tue Jun 17 01:46:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78526] [PATCH] gnu: Add toolong. Resent-From: Junker Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 May 2025 06:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78526 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78526@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174780960918463 (code B ref -1); Wed, 21 May 2025 06:41:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 May 2025 06:40:09 +0000 Received: from localhost ([127.0.0.1]:43331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uHd7Y-0004mq-NN for submit@debbugs.gnu.org; Wed, 21 May 2025 02:40:09 -0400 Received: from lists.gnu.org ([2001:470:142::17]:58256) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uHd7V-0004iH-9r for submit@debbugs.gnu.org; Wed, 21 May 2025 02:40:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uHd7P-0006xs-HN for guix-patches@gnu.org; Wed, 21 May 2025 02:39:59 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1uHd7M-00020Y-6O for guix-patches@gnu.org; Wed, 21 May 2025 02:39:59 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4b2MGq60ZJz9sTc for ; Wed, 21 May 2025 08:39:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747809588; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Hz3woflXIYIHMxujawdGU0Vqi6c6Z5f7n7nbSXYqnHk=; b=PxtpDepW+c4owTcJkAUYtAA8D/eRDrFzhwARpuvigb5wSfxmeXjEJTqvimnxEZJIXoOLfO E+DHmLOaYL34b9Qs808o5xx3+AlP5MMqrp3PZiL8wNNNPIOrCmkYPY8SfaudbOXfXyjy6S g18sr9/Rvo9T2LtPr0HMRzF6MzjyxtyRTcUcq9HIpdmziSlqid8Ltf0+7sd1TgyozjNfM3 RZPLlpn5gw5I2x7T0kIPQG5AW0ZIYpuIcWuZv/1+wkwxu5mdYLZrQheOAckXQ/nDo+5OcP /5tHZtuhZBiMse9lGT2fvgTTHXWJ1vFJyxJTJSGKDYBtK8xAvk2DqXepJlU2sg== Date: Wed, 21 May 2025 13:39:36 +0700 From: Junker Message-ID: <0892322ad8cf65420c1e228df58502321368f199.1747809408.git.dk@junkeria.club> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.241.56.151; envelope-from=dk@junkeria.club; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/admin.scm (toolong): New variable. Change-Id: Iefa8840c16f3d1478c3afb32af253e0a20bb689a --- gnu/packages/admin.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index cff378f184..5b1cc4d598 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -77,6 +77,7 @@ ;;; Copyright © 2025 Dariqq ;;; Copyright © 2024 nik gaffney ;;; Copyright © 2025 Simon Streit +;;; Copyright © 2025 Junker dk@junkeria.club ;;; ;;; This file is part of GNU Guix. ;;; @@ -6865,3 +6866,35 @@ (define-public xfel (description "This package contains a debugging tool for Allwinner devices (connects via USB OTG).") (license license:expat))) + +(define-public toolong + (package + (name "toolong") + (version "1.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "toolong" version)) + (sha256 + (base32 "1wxw7gprxpimzzqzqr8hpq5fmyrx1xpfs6rq6wfp1yalz40lg4s9")))) + (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ;no tests + (propagated-inputs (list python-click + python-textual + python-typing-extensions)) + (native-inputs + (list python-poetry-core)) + (synopsis "Terminal application to view, tail, merge, and search log +files (plus JSONL)") + (description "Toolong is a terminal application to view, tail, merge, and +search log files (plus JSONL). +@itemize +@item Live tailing of log files. +@item Syntax highlights common web server log formats. +@item As fast to open a multiple-gigabyte file as it is to open a tiny text file. +@item Support for JSONL files: lines are pretty printed. +@item Opens .bz and .bz2 files automatically. +@item Merges log files by auto detecting timestamps. +@end itemize") + (home-page "https://github.com/textualize/toolong") + (license license:expat))) base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152 -- 2.49.0 From unknown Tue Jun 17 01:46:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78526] [PATCH v2] gnu: Add toolong. References: <0892322ad8cf65420c1e228df58502321368f199.1747809408.git.dk@junkeria.club> In-Reply-To: <0892322ad8cf65420c1e228df58502321368f199.1747809408.git.dk@junkeria.club> Resent-From: Junker Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 23 May 2025 03:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 78526 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78526@debbugs.gnu.org Received: via spool by 78526-submit@debbugs.gnu.org id=B78526.174797067818818 (code B ref 78526); Fri, 23 May 2025 03:25:01 +0000 Received: (at 78526) by debbugs.gnu.org; 23 May 2025 03:24:38 +0000 Received: from localhost ([127.0.0.1]:42346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uIJ1S-0004tS-AU for submit@debbugs.gnu.org; Thu, 22 May 2025 23:24:38 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:53106) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uIJ1N-0004t3-Qk for 78526@debbugs.gnu.org; Thu, 22 May 2025 23:24:37 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4b3VrT0R9kz9sm9 for <78526@debbugs.gnu.org>; Fri, 23 May 2025 05:24:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747970665; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BExB5iO17ryCcTlJAmY/S2iyeKkeCLi15/sHFtjun0M=; b=hiABeJiU8hS+v8nzG+85jouhtEnZob5puMYPgm94/I8k/QqWchbJeBHNyx48Pnp8c15sfS W5JGcnOi3C82NbDMB/8WuqMRwLb4s7+Kpc+/aR7KLpr40AQqVI82GXoxw75YxqjmJ3jt+q hx1nteyNxOlYI1p4xHHUnVhMw9vhlsexTUjyjeUEhk9F5tSXNOh0KHhb6oopIqrXu5hQxG d4MiMd8edVuQLf+C1xH2wnXqlARhD0gDCmo676RUBQAgsb8GrAiGzlP1avixLFsDn2Df49 3SThM74jO5hLfwpXPXOrziXr5mf6k6Qchjx8MN3LTsTyI8BIEp9L5bNUKJrfNA== Date: Fri, 23 May 2025 10:24:11 +0700 From: Junker Message-ID: <9f0aaa339c4e92abbdf8ea8462e2e224c42bc693.1747970460.git.dk@junkeria.club> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4b3VrT0R9kz9sm9 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/admin.scm (toolong): New variable. Change-Id: Iddecb5be0f53d0aaaf2143410f6083d08dddb9bf --- gnu/packages/admin.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index cff378f184..02680e596b 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -77,6 +77,7 @@ ;;; Copyright © 2025 Dariqq ;;; Copyright © 2024 nik gaffney ;;; Copyright © 2025 Simon Streit +;;; Copyright © 2025 Junker ;;; ;;; This file is part of GNU Guix. ;;; @@ -985,6 +986,38 @@ (define-public facter (home-page "https://github.com/puppetlabs/facter") (license license:expat))) +(define-public toolong + (package + (name "toolong") + (version "1.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "toolong" version)) + (sha256 + (base32 "1wxw7gprxpimzzqzqr8hpq5fmyrx1xpfs6rq6wfp1yalz40lg4s9")))) + (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ;no tests + (propagated-inputs (list python-click + python-textual + python-typing-extensions)) + (native-inputs + (list python-poetry-core)) + (synopsis "Terminal application to view, tail, merge, and search log +files (plus JSONL)") + (description "Toolong is a terminal application to view, tail, merge, and +search log files (plus JSONL). +@itemize +@item Live tailing of log files. +@item Syntax highlights common web server log formats. +@item As fast to open a multiple-gigabyte file as it is to open a tiny text file. +@item Support for JSONL files: lines are pretty printed. +@item Opens .bz and .bz2 files automatically. +@item Merges log files by auto detecting timestamps. +@end itemize") + (home-page "https://github.com/textualize/toolong") + (license license:expat))) + (define-public ttyload (let ((revision "1") (commit "f9495372801ce4b4dad98ad854203e694c31c1eb")) base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152 -- 2.49.0