{"id":19732993,"url":"https://github.com/corrupt952/tmuxist","last_synced_at":"2025-02-27T20:48:47.727Z","repository":{"id":46203820,"uuid":"137715452","full_name":"corrupt952/tmuxist","owner":"corrupt952","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-12T23:02:41.000Z","size":110,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T12:40:31.168Z","etag":null,"topics":["tmux"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corrupt952.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":"2018-06-18T06:02:54.000Z","updated_at":"2025-02-12T23:02:44.000Z","dependencies_parsed_at":"2024-04-12T17:29:47.544Z","dependency_job_id":"ec9ef36a-274e-46cc-9b34-5949834832bf","html_url":"https://github.com/corrupt952/tmuxist","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrupt952%2Ftmuxist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrupt952%2Ftmuxist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrupt952%2Ftmuxist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corrupt952%2Ftmuxist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corrupt952","download_url":"https://codeload.github.com/corrupt952/tmuxist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241058467,"owners_count":19902188,"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":["tmux"],"created_at":"2024-11-12T00:28:48.046Z","updated_at":"2025-02-27T20:48:47.671Z","avatar_url":"https://github.com/corrupt952.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmuxist\n\n[![Test](https://github.com/corrupt952/tmuxist/actions/workflows/test.yaml/badge.svg)](https://github.com/corrupt952/tmuxist/actions/workflows/test.yaml)\n\n`tmuxist` is a tool to manage tmux sessions with configuration file.  \nYou can define tmux session in `tmuxist.toml` and start or attach tmux session with `tmuxist` command.\n\n## Installation\n\n### Manual\n\nDownload tar.gz on [Latest release](https://github.com/corrupt952/tmuxist/releases/latest).\n\n### Homebrew\n\n```sh\nbrew tap corrupt952/tmuxist\nbrew install tmuxist\n```\n\n## Commands\n\n### tmuxist init\n\nInitialize configuration.  \nWhen you run this command, `tmuxist.toml` is created in the current directory.\n\n```sh\ntmuxist init\n```\n\n### tmuxist start\n\nStart or attach tmux session.  \nWhen you run this command, the session defined in `tmuxist.toml` is created or attached.\n\n```sh\ntmuxist start\n```\n\n### tmuxist kill\n\nKill tmux session.  \nWhen you run this command, the session defined in `tmuxist.toml` is deleted.\n\n```sh\ntmuxist kill\n```\n\n## Architecture\n\n`tmuxist` reads `tmuxist.toml` in the directory where the command is executed and manages tmux sessions.  \n\n### Configuration\n\n`tmuxist.toml` is a configuration file written in TOML format.\n\nIn the example of `tmuxist.toml` below, the following tmux session is created.\n\n- Session name ... `tmuxist`\n- Window 1\n    - Pane 1 ... `htop` command is executed in root(current directory)\n- Window 2\n    - Pane 1 ... `cd ~/Repo/corrupt952/tmuxist` command is executed and move to the directory\n    - Pane 2 ... Empty pane\n- Window 3\n    - Layout ... `tiled`\n    - Synchronize panes ... `true`\n    - Pane 1 ... Empty pane\n    - Pane 2 ... Empty pane\n    - Pane 3 ... Empty pane\n    - Pane 4 ... Empty pane\n\n```toml\nname    = 'tmuxist'\nroot    = '.'\nattach  = true\n\n[[windows]]\n[[windows.panes]]\ncommand = \"\"\"\nhtop\n\"\"\"\n\n[[windows]]\n[[windows.panes]]\ncommand = \"\"\"\ncd ~/Repo/corrupt952/tmuxist\n\"\"\"\n[[windows.panes]]\n\n[[windows]]\nlayout = \"tiled\"\nsync = true\n[[windows.panes]]\n[[windows.panes]]\n[[windows.panes]]\n[[windows.panes]]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorrupt952%2Ftmuxist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorrupt952%2Ftmuxist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorrupt952%2Ftmuxist/lists"}