1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
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,
Standards-Version: 4.7.3
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
|