Tail multiple remote files on terminal window
To install remotail, simply:
$ pip install remotail
This will add an executable script remotail.py inside your python environment bin folder.
$ remotail.py -h
usage: remotail.py [-h] [--file-path FILE_PATH] [--config CONFIG]
optional arguments:
-h, --help show this help message and exit
--file-path FILE_PATH alias://user:pass@host:port/file/path/to/tail
--config CONFIG Config file containing one --file-path per line
Watch this demo for example usage.