Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Nov 16, 2023
1 parent 2efdc4d commit 437ab12
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 58 deletions.
48 changes: 44 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,47 @@
multitail
=========

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 new(er) versions.


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.


[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=flok&url=https://github.com/flok99/multitail&title=multitail&language=&tags=github&category=software)
For suggestions, write to: mail@vanheusden.com
54 changes: 0 additions & 54 deletions readme.txt

This file was deleted.

0 comments on commit 437ab12

Please sign in to comment.