A fast, advanced text-based log explorer written in pyTermTk, inspired by glogg - the fast, smart log explorer and klogg - Faster log explorer(fork of glogg)
- Search Panel
- Highlight
- Bookmarks
- Shiny ASCII Red Peppers
- Draggable Tiling tabs
Peek.2023-06-01.11-14.mp4
Install from pypi
pip install tlogg
pyTermTk automatically support the system clipboard through pyperclip
pip install pyperclip
$ tlogg -h
usage: tlogg [-h] [-c C] filename [filename ...]
positional arguments:
filename the filename/s
optional arguments:
-h, --help show this help message and exit
-c C config folder (default: "/home/user/.config/tlogg")
git clone https://github.com/ceccopierangiolieugenio/tlogg.git
cd tlogg
python3 -m tlogg <File/s>