{"id":15405570,"url":"https://github.com/krisleech/tmuxinator","last_synced_at":"2025-04-17T01:53:57.356Z","repository":{"id":6151909,"uuid":"7381196","full_name":"krisleech/tmuxinator","owner":"krisleech","description":"Generate tmux configurations for your projects","archived":false,"fork":false,"pushed_at":"2013-08-12T10:21:45.000Z","size":73,"stargazers_count":11,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T03:06:53.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://teamcoding.com","language":"Ruby","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/krisleech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-30T22:48:52.000Z","updated_at":"2018-09-27T16:49:08.000Z","dependencies_parsed_at":"2022-08-31T15:31:03.072Z","dependency_job_id":null,"html_url":"https://github.com/krisleech/tmuxinator","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisleech%2Ftmuxinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisleech%2Ftmuxinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisleech%2Ftmuxinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisleech%2Ftmuxinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krisleech","download_url":"https://codeload.github.com/krisleech/tmuxinator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249299830,"owners_count":21246912,"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-01T16:17:12.013Z","updated_at":"2025-04-17T01:53:57.340Z","avatar_url":"https://github.com/krisleech.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tmuxification\n\nGenerator for tmux configurations. The default template starts a tmux session\nwith two windows in your project root, vim is started in the first window.\n\n## Tested on\n\n* Ruby 1.9\n* zsh \u0026 fish shells\n\n## Installation\n\n    $ gem install tmuxification\n\n## Usage\n\n### Create a new tmux project\n\n    $ cd ~/code/my_project\n    $ tmuxification create\n\nYou will need to reload your shell config file. The easiest way is to replace \nthe current process with a new instance of your shell, e.g `exec zsh`.\n\n### Start the project (from any directory)\n\n    $ start_my_project\n\nNote: The above will also autocomplete.\n\n### List all your projects\n\n    $ tmuxification list\n\n### Delete a project\n\n    $ cd ~/code/my_project\n    $ tmuxification destroy\n\n### Templates\n\nYou can create your own templates, just drop them in `~/.tmuxinator` with a\nfilename such as `basic.tmux.erb` and specify your template as such:\n\n    $ tmuxification create --template-name=basic\n\nYou can also edit the `default.{zsh,fish}.tmux.erb` templates which are used when \nno `template-name` is specified. \n\nThe default template is chosen based on the default shell.\n\n### Project name\n\nBy default the tmux project is named after the root directory of the project, you\ncan specify a different project name as such:\n\n    $ cd ~/code/my_project\n    $ tmuxification create --project-name=foobar\n    $ start_foobar\n\n## Warning\n\nEvery project created will append a line per project to `.projects`, `.zshrc` or\n`config.fish` file. The `.projects` is used if it exists otherwise the rc file\nfor the current shell is used.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisleech%2Ftmuxinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrisleech%2Ftmuxinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisleech%2Ftmuxinator/lists"}