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 32 33 34 35 36 37 38 39 40 41
|
Source: glogg
Section: utils
Priority: optional
Maintainer: Nicolas Bonnefon <nicolas@bonnefon.org>
Build-Depends:
debhelper-compat (= 13),
discount,
docbook-to-man,
libboost-program-options-dev,
pkgconf,
qt5-qmake (>= 5.2.1),
qtbase5-dev (>= 5.2.1),
qtbase5-dev-tools (>= 5.2.1),
qtchooser,
Standards-Version: 4.7.0
Homepage: http://glogg.bonnefon.org/
Vcs-Browser: https://salsa.debian.org/debian/glogg
Vcs-Git: https://salsa.debian.org/debian/glogg.git
X-Style: black
Package: glogg
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Smart interactive log explorer using Qt
glogg is a multi-platform GUI application to browse and search through long or
complex log files. It is designed with programmers and system administrators
in mind and can be seen as a graphical, interactive combination of grep and
less.
.
Main features include:
* Accept egrep regular expression to search or filter the log.
* Interactively display results of the search in a second, filtered window.
* Colorize the log and the search results.
* Read the file directly from disk, without loading it into memory.
* Happily handle big (>4 GiB) files.
* Read UTF-8 and ISO-8859-1 encoded files.
* Follow a log in real-time as it is written to disk.
* Allow one to insert marks in the logs to interesting lines.
* Support less/vim like keyboard commands to move around the file.
|