{"id":18784489,"url":"https://github.com/pwittchen/tmux-auto-pane","last_synced_at":"2025-12-21T03:30:14.613Z","repository":{"id":77702485,"uuid":"87453947","full_name":"pwittchen/tmux-auto-pane","owner":"pwittchen","description":"a tiny tool for creating pre-defined tile layouts in tmux on linux with xdotool","archived":false,"fork":false,"pushed_at":"2017-04-09T11:18:23.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T12:16:22.440Z","etag":null,"topics":["pane","shell","tiles","tmux","xdotool"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pwittchen.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-04-06T16:58:19.000Z","updated_at":"2024-06-14T20:43:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f8d06b0-c8a3-4039-bfd9-1b43035551b1","html_url":"https://github.com/pwittchen/tmux-auto-pane","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwittchen%2Ftmux-auto-pane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwittchen%2Ftmux-auto-pane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwittchen%2Ftmux-auto-pane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwittchen%2Ftmux-auto-pane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwittchen","download_url":"https://codeload.github.com/pwittchen/tmux-auto-pane/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699583,"owners_count":19682575,"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":["pane","shell","tiles","tmux","xdotool"],"created_at":"2024-11-07T20:43:10.735Z","updated_at":"2025-12-21T03:30:14.561Z","avatar_url":"https://github.com/pwittchen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"tmux-auto-pane\n==============\na tiny tool for creating pre-defined tile layouts in [tmux](https://tmux.github.io/) on linux with [xdotool](http://www.semicomplete.com/projects/xdotool)\n\nrequirements\n------------\n\n- [xdotool](http://www.semicomplete.com/projects/xdotool) is required to use that script, so it's working only on linux right now\n- of course, we need to execute this script inside [tmux](https://tmux.github.io/)\n\nusage\n-----\n\ncall `tmux-auto-pane` script with one of the following parameters\n\n```\n--help | -h   showing help\n--1l1r        one left, one right\n--1l2r        one left, two right\n--2l1r        two left, one right\n--1u1d        one up, one down\n--1u2d        on up, two down\n--2u1d        two up, one down\n--4tiles      4 tiles, 1 in each corner\n```\n\nfor example: `tmux-auto-pane --4tiles`\n\nwill generate such layout:\n\n```\n ____ ____\n|    |    |\n|____|____|\n|    |    |\n|____|____|\n```\n\nwe can also have the following layouts:\n\n```\n    1l1r         1l2r         2l1r         1u1d        1u2d         2u1d\n ____ ____    ____ ____    ____ ____    _________    _________    ____ ____\n|    |    |  |    |    |  |    |    |  |         |  |         |  |    |    |\n|    |    |  |    |____|  |____|    |  |_________|  |____ ____|  |____|____|\n|    |    |  |    |    |  |    |    |  |         |  |    |    |  |         |\n|____|____|  |____|____|  |____|____|  |_________|  |____|____|  |_________|\n```\n\ninstallation and update\n-----------------------\n\nwith **wget**:\n```shell\nsh -c \"$(wget https://raw.githubusercontent.com/pwittchen/tmux-auto-pane/master/install.sh -O -)\"\n```\n\nwith **curl**:\n```shell\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/pwittchen/tmux-auto-pane/master/install.sh)\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwittchen%2Ftmux-auto-pane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwittchen%2Ftmux-auto-pane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwittchen%2Ftmux-auto-pane/lists"}