LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

toolong

View, tail, merge, and search log files

TLDR

Open and view a log file
$ tl [access.log]
copy
Merge and view multiple logs by timestamp
$ tl [server.log] [app.log] --merge
copy
Pipe live output into toolong
$ tail -f [/var/log/syslog] | tl
copy
Tail a log file (start at the end)
$ tl --tail [access.log]
copy

SYNOPSIS

tl [options] [files...]

DESCRIPTION

toolong is a terminal application for viewing and analyzing log files, including JSONL. It can open multi-gigabyte files instantly, live-tail logs, auto-detect timestamps for merging multiple files, handle compressed .bz/.bz2 files, and syntax-highlight common log formats.

PARAMETERS

--merge

Merge multiple log files by timestamp.
--tail
Start at the end of the file.
-h, --help
Display help information.
-V, --version
Display version information.

INSTALL

nix profile install nixpkgs#toolong
copy

HISTORY

toolong was created by Will McGugan (Textualize) and is written in Python using the Textual framework.

SEE ALSO

lnav(1), less(1), multitail(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid