Settings

Theme

Show HN: Tmtail – Multi-log tail with coloring, search, and history via tmux

github.com

1 points by themadsens · 1 comment

Reader

1 thread
themadsensOP

Tmtail is a quick tmux hack, working (surprisingly well) as an ad-hoc replacement for multitail, implemented with tmux and grcat. Github: https://github.com/themadsens/tmtail

The following features thus come more or less for free:

- Mouse aware for select, resize etc.

- The full tmux copy-mode for scrollback browsing, searching etc

- Copy scrollback text to the clipboard (y & Y) without any fuzz, via tmux clipboard integration

- Easily extendible by adding bindings for tmux actions. The sky is the limit ..

Color highlighting is done with an node clone of grcat, grcat.js, which is about a factor 10 faster than the python original

Currently a default grcat configuration is baked into tmtail that should be well suited for tailing wildfly logs

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection