tmux-xargs

targs: tmux + xargs


Keywords
tmux, xargs, targs
License
MIT
Install
pip install tmux-xargs==0.0.8

Documentation

targs

tmux + xargs = targs

Install

pip install git+https://github.com/ucchiee/targs.git
# or
pip install tmux-xargs

Usage

targs reads newline delimited strings from the standard input and executes utility with the strings as arguments.

e.g.:

$ cat ./etc/domains.txt
# google.com
# apple.com
# facebook.com
# amazon.com

$ tmux
$ cat ./etc/domains.txt | targs -I {} -- ping {}