Skip to main content

targs: tmux + xargs

Project description

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 {}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tmux_xargs-0.0.8.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

tmux_xargs-0.0.8-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page