{"id":19238910,"url":"https://github.com/aelesbao/tmux-ctrlp","last_synced_at":"2026-06-29T22:31:52.072Z","repository":{"id":212511636,"uuid":"731669632","full_name":"aelesbao/tmux-ctrlp","owner":"aelesbao","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-03T19:59:24.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T08:48:20.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/aelesbao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-14T15:46:56.000Z","updated_at":"2026-02-03T19:59:45.000Z","dependencies_parsed_at":"2023-12-14T16:55:16.490Z","dependency_job_id":"7c0e6d1e-222f-4f0e-9dba-e79a43ca99d1","html_url":"https://github.com/aelesbao/tmux-ctrlp","commit_stats":null,"previous_names":["aelesbao/tmux-ctrlp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aelesbao/tmux-ctrlp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelesbao%2Ftmux-ctrlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelesbao%2Ftmux-ctrlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelesbao%2Ftmux-ctrlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelesbao%2Ftmux-ctrlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aelesbao","download_url":"https://codeload.github.com/aelesbao/tmux-ctrlp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelesbao%2Ftmux-ctrlp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34945707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T16:35:08.389Z","updated_at":"2026-06-29T22:31:52.058Z","avatar_url":"https://github.com/aelesbao.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Session manager for TMUX\n\nAnother tmux session manager. Adapted from [ThePrimeagen's script] with a few\ntweaks and extra inspiration from other plugins.\n\n## Motivation\n\n## How it works\n\n## Dependencies\n\nFor this plugins to work, you should have installed:\n\n- zsh\n- fd\n- fzf\n- zoxide\n- eza\n\n## Installation\n\n### Using [TMUX Plugin Manager](https://github.com/tmux-plugins/tpm)\n\n```tmux\nset -g @plugin 'aelesbao/tmux-ctrlp'\n```\n\nPress `prefix + I` to install the plugin.\n\n### Manual Installation\n\nClone the repo:\n\n```sh\ngit clone https://github.com/aelesbao/tmux-ctrlp ~/.tmux/plugins/tmux-ctrlp\n```\n\nAdd this line to the bottom of your `.tmux.conf`:\n\n```tmux\nrun ~/.tmux/plugins/tmux-ctrlp/ctrlp.tmux\n```\n\nReload your `tmux` environment:\n\n```sh\nsource-file ~/.tmux.conf\n```\n\n## Key bindings\n\n\n| Binding | Option | Description |\n|:-------:|:------:|-------------|\n| `\u003cprefix\u003e C-p` | `@ctrlp_project_bind` | Fuzzy find across your defined workspace projects |\n| `\u003cprefix\u003e C-s` | `@ctrlp_session_bind` | Fuzzy find across existing sessions with preview |\n\n\nYou can change the default bindings adding the following to your `tmux` config:\n\n```tmux\n# Remap in case you use \u003cC-s\u003e as you tmux prefix and want to send double C-s to\n# the terminal\nset -g @ctrlp_session_bind 's'\n```\n\n## Configuration\n\n**TODO**.\n\nCopy the [example config] to `~/.config/tmux/ctrlp.config.zsh` and use it as a\nreference on how to setup the project folder and workspaces.\n\n## License\n\n[MIT](LICENSE.md)\n\n[ThePrimeagen's script]: https://github.com/ThePrimeagen/.dotfiles/blob/master/bin/.local/scripts/tmux-sessionizer\n[example config]: ./ctrlp.config.example.zsh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelesbao%2Ftmux-ctrlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelesbao%2Ftmux-ctrlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelesbao%2Ftmux-ctrlp/lists"}