32 lines
1,007 B
Text
32 lines
1,007 B
Text
Source: toolong
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-sequence-python3,
|
|
pybuild-plugin-pyproject,
|
|
python3-all,
|
|
python3-poetry,
|
|
Rules-Requires-Root: no
|
|
Standards-Version: 4.7.2
|
|
Homepage: https://github.com/textualize/toolong
|
|
Vcs-Browser: https://forgejo.debian.net/python/toolong
|
|
Vcs-Git: https://forgejo.debian.net/python/toolong
|
|
|
|
Package: toolong
|
|
Section: utils
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
Description: terminal application to view, tail, merge, and search log files
|
|
toolong is a terminal application to view, tail, merge, and search log files
|
|
(plus JSONL):
|
|
.
|
|
* live tailing of log files
|
|
* syntax highlights common web server log formats
|
|
* as fast to open a multiple-gigabyte file as it is to open a tiny text file
|
|
* support for JSONL files: lines are pretty printed
|
|
* opens .bz and .bz2 files automatically
|
|
* merges log files by auto detecting timestamps
|