h3xx / multitail

Tail on steroids

Home Page:https://vanheusden.com/multitail/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

MultiTail allows you to monitor logfiles and command output in multiple windows in a terminal, colorize, filter and merge. http://vanheusden.com/multitail/

Check http://www.vanheusden.com/multitail/ for screenshots and more info.

Help?

For help at any time, press F1.

How to compile

By default multitail requires the ncursesw library (ncursesW!) to compile and run. You can choose to use the non-wide char version (ncurses) by setting UTF8_SUPPORT to "no" in the makefile. Note that this disables UTF8 support.

Tips

You can also use MultiTail to view logfiles on other hosts! How? Like this: multitail -l "ssh username@host tail -f file" Q: but then I cannot enter the password! A1: use authentication via keys A2: or use "ssh-agent": then you only once have to enter your passphrase (so login once to that host manually, and then start MultiTail)

Q & A

Q: the program fails then resizing the terminal-window A: solution: upgrade ncursesw to version 5.3 (or more recent)

Q: when I use the -l option on some program, I get nothing in the window A: now that is strange! please tell me what program you're trying to interface to MultiTail. please do: any help is appreciated!

License

See the LICENSE file.

For suggestions, write to: mail@vanheusden.com

About

Tail on steroids

https://vanheusden.com/multitail/

License:MIT License


Languages

Language:C 92.2%Language:Roff 2.7%Language:HTML 2.6%Language:Makefile 1.4%Language:CMake 1.0%Language:Perl 0.1%Language:Shell 0.0%