MCPcopy
hub / github.com/Textualize/toolong

github.com/Textualize/toolong @v1.4.0 sqlite

repository ↗ · DeepWiki ↗ · release v1.4.0 ↗
234 symbols 662 edges 19 files 50 documented · 21%
README
<img src="https://github.com/Textualize/toolong/assets/554369/07f286c9-ac8d-44cd-905a-062a26060821" alt="A Kookaburra sitting on a scroll" width="300" >

Discord

Toolong

A terminal application to view, tail, merge, and search log files (plus JSONL).

🎬 Viewing a single file

 

Keep calm and log files

See Toolong on Calmcode.io for a calming introduction to Toolong.

What?

Screenshot 2024-02-08 at 13 47 28

  • Live tailing of log files.
  • Syntax highlights common web server log formats.
  • As fast to open a multiple-gigabyte file as it is to open a tiny text file.
  • Support for JSONL files: lines are pretty printed.
  • Opens .bz and .bz2 files automatically.
  • Merges log files by auto detecting timestamps.

Why?

I spent a lot of time in my past life as a web developer working with logs, typically on web servers via ssh. I would use a variety of tools, but my goto method of analyzing logs was directly on the server with *nix tools like as tail, less, and grep etc. As useful as these tools are, they are not without friction.

I built toolong to be the tool I would have wanted back then. It is snappy, straightforward to use, and does a lot of the grunt work for you.

Screenshots

Screenshot 2024-02-08 at 13 47 28 Screenshot 2024-02-08 at 13 48 04
Screenshot 2024-02-08 at 13 49 22 Screenshot 2024-02-08 at 13 50 04

Videos

🎬 Merging multiple (compressed) files

 

🎬 Viewing JSONL files

 

🎬 Live Tailing a file

 

How?

Toolong is currently best installed with pipx.

pipx install toolong

You could also install Toolong with Pip:

pip install toolong

[!NOTE] If you use pip, you should ideally create a virtual environment to avoid potential dependancy conflicts.

However you install Toolong, the tl command will be added to your path:

tl

In the near future there will be more install methods, and hopefully your favorite package manager.

Compatibility

Toolong works on Linux, macOS, and Windows.

Opening files

To open a file with Toolong, add the file name(s) as arguments to the command:

tl mylogfile.log

If you add multiple filenames, they will open in tabs.

Add the --merge switch to open multiple files and combine them in to a single view:

tl access.log* --merge

In the app, press f1 for additional help.

Piping

In addition to specifying files, you can also pipe directly into tl. This means that you can tail data that comes from another process, and not neccesarily a file. Here's an example of piping output from the tree command in to Toolong:

tree / | tl

Who?

This guy. An ex web developer who somehow makes a living writing terminal apps.


History

If you follow me on Twitter, you may have seen me refer to this app as Tailless, because it was intended to be a replacement for a tail + less combo. I settled on the name "Toolong" because it is a bit more apt, and still had the same initials.

Development

Toolong v1.0.0 has a solid feature set, which covers most of my requirements. However, there is a tonne of features which could be added to something like this, and I will likely implement some of them in the future.

If you want to talk about Toolong, find me on the Textualize Discord Server.

Thanks

I am grateful for the LogMerger project which I referenced (and borrowed regexes from) when building Toolong.

Alternatives

Toolong is not the first TUI for working with log files. See lnav as a more mature alternative.

Core symbols most depended-on inside this repo

stop
called by 10
src/toolong/log_lines.py
index_to_span
called by 6
src/toolong/log_lines.py
get_line
called by 6
src/toolong/log_lines.py
scroll_pointer_to_center
called by 6
src/toolong/log_lines.py
open
called by 5
src/toolong/log_file.py
close
called by 5
src/toolong/log_file.py
clear_caches
called by 4
src/toolong/log_lines.py
get_timestamp
called by 4
src/toolong/log_lines.py

Shape

Method 175
Class 49
Function 7
Route 3

Languages

Python100%

Modules by API surface

src/toolong/log_lines.py69 symbols
src/toolong/log_view.py43 symbols
src/toolong/find_dialog.py21 symbols
src/toolong/log_file.py16 symbols
src/toolong/messages.py14 symbols
src/toolong/ui.py13 symbols
src/toolong/format_parser.py13 symbols
src/toolong/watcher.py9 symbols
src/toolong/timestamps.py6 symbols
src/toolong/selector_watcher.py5 symbols
src/toolong/line_panel.py5 symbols
src/toolong/help.py5 symbols

For agents

$ claude mcp add toolong \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact