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.
