You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Pier CeccoPierangioliEugenio 0f846e5c96
chore(list)!: reworked the TTkList component (#595)
4 weeks ago
..
tlogg chore(list)!: reworked the TTkList component (#595) 4 weeks ago
tools apps: added tlogg to the monorepo 12 months ago
CHANGELOG.md chore: release main (#526) 4 months ago
README.md apps: added tlogg to the monorepo 12 months ago
pyproject.toml chore: release main (#526) 4 months ago

README.md

Linux Usage Python tlogg_version pypi_version pypi_version

tlogg

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)

screenshot

Features

  • Search Panel
  • Highlight
  • Bookmarks
  • Shiny ASCII Red Peppers

screenshot

  • Draggable Tiling tabs

screenshot

Install from pypi

pip install tlogg

Enable the system Clipboard

pyTermTk automatically support the system clipboard through pyperclip

pip install pyperclip

QuickRun

 $ 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")

Test

Clone

git clone https://github.com/ceccopierangiolieugenio/tlogg.git
cd tlogg

Run

python3 -m tlogg  <File/s>