-
Notifications
You must be signed in to change notification settings - Fork 374
Home
nickbnf edited this page Sep 13, 2010
·
4 revisions
glogg is a multi-platform GUI application that helps browse and search
through long and 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.
- Runs on Unix-like systems, Windows and Mac thanks to Qt
- Provides a second window showing the result of the current search
- Supports grep/egrep like regular expressions
- Colorizes the log and search results
- Displays a context view of where in the log the lines of interest are
- Is fast and reads the file directly from disk, without loading it into memory
- Supports vim/less like keyboard commands to move around the file
- Is open source, released under the GPL
An up to date Windows installer is available at http://github.com/nickbnf/glogg/downloads
For other platforms, you can build glogg from source.
The source code is hosted on a git repository at git://github.com/nickbnf/glogg.git
Building is to be done this way:
git clone git://github.com/nickbnf/glogg.git
cd glogg
qmake (or qmake-qt4 on debian/ubuntu)
make
You need to have the Qt development libraries installed (tested on version 4.3.0 and later).