{"id":19259705,"url":"https://github.com/pearl-hub/tmux-multi","last_synced_at":"2026-04-17T13:32:09.436Z","repository":{"id":142505507,"uuid":"95292897","full_name":"pearl-hub/tmux-multi","owner":"pearl-hub","description":"Run commands over multiple Tmux panes/windows","archived":false,"fork":false,"pushed_at":"2020-01-31T18:30:47.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T08:38:06.979Z","etag":null,"topics":["bash","cli","commands","tmux"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pearl-hub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-24T11:14:06.000Z","updated_at":"2020-01-31T18:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"84f0f7bb-17f8-416e-b1d3-627e5aeb9709","html_url":"https://github.com/pearl-hub/tmux-multi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pearl-hub/tmux-multi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearl-hub%2Ftmux-multi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearl-hub%2Ftmux-multi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearl-hub%2Ftmux-multi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearl-hub%2Ftmux-multi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pearl-hub","download_url":"https://codeload.github.com/pearl-hub/tmux-multi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearl-hub%2Ftmux-multi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","cli","commands","tmux"],"created_at":"2024-11-09T19:17:34.595Z","updated_at":"2026-04-17T13:32:09.421Z","avatar_url":"https://github.com/pearl-hub.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"TMUX-MULTI\n==========\n\n|Project Status|Communication|\n|:-----------:|:-----------:|\n|[![Build status](https://api.travis-ci.org/pearl-hub/tmux-multi.png?branch=master)](https://travis-ci.org/pearl-hub/tmux-multi) | [![Join the gitter chat at https://gitter.im/pearl-core/pearl](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pearl-core/pearl?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) |\n\n**Table of Contents**\n- [Description](#description)\n- [Quickstart](#quickstart)\n- [Installation](#installation)\n- [Troubleshooting](#troubleshooting)\n\nDescription\n===========\n- name: `tmux-multi`\n- description: Run commands over multiple Tmux panes/windows\n- author: Filippo Squillace\n- username: fsquillace\n- OS compatibility: linux, osx\n\nQuickstart\n==========\nGiven a list of commands from stdin, `tmux-multi` allows to\ncreate multiple Tmux panes for each command:\n\n```sh\necho -e \"top\\nbash\\nssh localhost\" | tmux-multi\n```\n\nIf the number of panes generated exceeds the maximum value\n(default 6), `tmux-multi` will create a new window instead.\n\nThe Tmux pane containing short lived programs (i.e. `ls`)\nwill close immediately and you will not be able to see the result.\nFor this, it is recommended to use the option `--keep-panes`,\nfor instance:\n\n```sh\necho -e \"ls -l\\ntop\" | tmux-multi --keep-panes\n```\n\nAlternatively, you can combine the command you want to run with the handy `watch` command:\n```sh\necho -e \"watch ls -l\\ntop\" | tmux-multi\n```\n\nTo know all `tmux-multi` options: `tmux-multi --help`\n\nInstallation\n============\nThis package needs to be installed via [Pearl](https://github.com/pearl-core/pearl) system.\n\n```sh\npearl install tmux-multi\n```\n\nDependencies\n------------\nThe main dependencies are the following:\n\n- [Pearl](https://github.com/pearl-core/pearl)\n- [GNU coreutils](https://www.gnu.org/software/coreutils/)\n\nTroubleshooting\n===============\nThis section has been left blank intentionally.\nIt will be filled up as soon as troubles come in!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpearl-hub%2Ftmux-multi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpearl-hub%2Ftmux-multi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpearl-hub%2Ftmux-multi/lists"}