{"id":16960176,"url":"https://github.com/dflemstr/mux","last_synced_at":"2025-03-22T14:30:52.211Z","repository":{"id":56182871,"uuid":"170589409","full_name":"dflemstr/mux","owner":"dflemstr","description":"Like tmux but without the t","archived":false,"fork":false,"pushed_at":"2020-11-22T06:15:25.000Z","size":360,"stargazers_count":22,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T11:48:34.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dflemstr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-13T22:30:10.000Z","updated_at":"2022-05-16T06:26:19.000Z","dependencies_parsed_at":"2022-08-15T14:10:56.366Z","dependency_job_id":null,"html_url":"https://github.com/dflemstr/mux","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fmux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fmux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fmux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Fmux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dflemstr","download_url":"https://codeload.github.com/dflemstr/mux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244971694,"owners_count":20540832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T22:47:24.885Z","updated_at":"2025-03-22T14:30:51.842Z","avatar_url":"https://github.com/dflemstr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `mux`\n\n\u003e Like `tmux` but without the `t`\n\n`mux` is a terminal command multiplexer.  It tries to be compatible with `xargs`; it accepts the same flags and syntax.\n\nThe big difference is that `mux` runs all commands in parallel, in separate pseudo-terminals.  As such, it can be used to\nreplace tools such as `cluster-ssh` and `tmux` for the use-case where you want to run lots of commands in parallel and give\nthem the same input.\n\n`mux` was written for my personal use in my free time, and as such there is not a super huge focus on code quality or testing.\nThe tool is pragmatic and tries to cover common use-cases.\n\n![screenshot](mux.png)\n\n## Installation\n\n[Install Rust](https://rustup.rs/), then:\n\n```\n$ rustup toolchain add nightly-2019-03-11\n$ cargo +nightly-2019-03-11 install --git https://github.com/dflemstr/mux.git\n```\n\nMake sure that `~/.cargo/bin` is in your `PATH` (`rustup` usually sets this up automatically).\n\n## Simple usage\n\nRunning `echo '1 2 3' | mux command arg1 arg2` will start `command arg1 arg2 1`, `command arg1 arg2 2` and `command arg1 arg2 3`\nin parallel.\n\nYou use `Ctrl+T` to exit the GUI that pops up.\n\nSee `mux --help` for more info.\n\n## Examples\n\n```\n$ cat hosts.txt\nm1.example.com\nm2.example.com\nm3.example.com\nm4.example.com\n# Starts the 'uptime' command using 'ssh' on all hosts in parallel.\n$ mux ssh '{}' uptime \u003c hosts.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflemstr%2Fmux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdflemstr%2Fmux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflemstr%2Fmux/lists"}