Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapio/tmux-tail-f
A tool to tail multiple files using tmux
https://github.com/mapio/tmux-tail-f
Last synced: 3 months ago
JSON representation
A tool to tail multiple files using tmux
- Host: GitHub
- URL: https://github.com/mapio/tmux-tail-f
- Owner: mapio
- License: gpl-3.0
- Created: 2015-01-31T16:05:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T13:19:41.000Z (over 7 years ago)
- Last Synced: 2024-08-04T04:07:12.668Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 32
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tmux - tmux-tail-f
README
# tmux tail -f
This tool allows to tail a set of files in a multi-pane
[tmux](http://tmux.sourceforge.net/) window.```
$ tmux-tail-f -H
Usage: tmux-tail-f [OPTION]... [FILE]...
Tails the FILEs in a tmux window, one per pane; hitting `^C` in
any one of the panes will terminate all the tail commands and
kill the tmux session. Uses the `-F` option instead of `-f`,
which keeps trying to open a file if it is inaccessible.Optional arguments:
-d do not kill tmux session upon detach.
-v use the 'even-vertical' layout (default).
-h use the 'even-horizontal' layout.
-t use the 'tiled' layout.
-H print this help.
-U update this script to the latest version.
```For example
```
tmux-tail-f -h /var/log/httpd/{access,error}_log
```will show the Apache logs in a tmux window split in two panes.
This tool is heavily inspired by [mtmux](https://github.com/wbond/mtmux).
![Analytics](https://ga-beacon.appspot.com/UA-377250-20/tmux-tail-f?pixel)