# targs
tmux + xargs = targs
## Install
```bash
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.:
```bash
$ cat ./etc/domains.txt
# google.com
# apple.com
# facebook.com
# amazon.com
$ tmux
$ cat ./etc/domains.txt | targs -I {} -- ping {}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ucchiee/targs",
"name": "tmux-xargs",
"maintainer": "Yusuke Uchida",
"docs_url": null,
"requires_python": "",
"maintainer_email": "fantomyuu0623@gmail.com",
"keywords": "tmux xargs targs",
"author": "Yusuke Uchida",
"author_email": "fantomyuu0623@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ca/a2/f685d4314b0fe5543455c420e04ceb208947392c7cdf436889dc004c2e85/tmux_xargs-0.0.8.tar.gz",
"platform": null,
"description": "# targs\ntmux + xargs = targs\n\n## Install\n\n```bash\npip install git+https://github.com/ucchiee/targs.git\n# or\npip install tmux-xargs\n```\n\n## Usage\n\n`targs` reads newline delimited strings from the standard input and executes utility with the strings as arguments.\n\ne.g.:\n\n```bash\n$ cat ./etc/domains.txt\n# google.com\n# apple.com\n# facebook.com\n# amazon.com\n\n$ tmux\n$ cat ./etc/domains.txt | targs -I {} -- ping {}\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "targs: tmux + xargs",
"version": "0.0.8",
"split_keywords": [
"tmux",
"xargs",
"targs"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "c92ebc70cd0ebab184902e449e7531d8",
"sha256": "6173787e58fe94f0f60f4e3b6771cdc4ac2119480905bb207aa3f5d14e131078"
},
"downloads": -1,
"filename": "tmux_xargs-0.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c92ebc70cd0ebab184902e449e7531d8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5487,
"upload_time": "2023-01-02T06:13:55",
"upload_time_iso_8601": "2023-01-02T06:13:55.079589Z",
"url": "https://files.pythonhosted.org/packages/42/fd/0733785c8f15ef283c1a88db633ad54996be1ef875f6d13b36508b3703f3/tmux_xargs-0.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "c31c0a6e33300fbe422b64be3c4222e5",
"sha256": "4c468ee3e08d86fe0e851d12ced450d3255be13f4dbf5bdf721a16cd3be3173f"
},
"downloads": -1,
"filename": "tmux_xargs-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "c31c0a6e33300fbe422b64be3c4222e5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4349,
"upload_time": "2023-01-02T06:13:56",
"upload_time_iso_8601": "2023-01-02T06:13:56.930628Z",
"url": "https://files.pythonhosted.org/packages/ca/a2/f685d4314b0fe5543455c420e04ceb208947392c7cdf436889dc004c2e85/tmux_xargs-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-02 06:13:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "ucchiee",
"github_project": "targs",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tmux-xargs"
}