{"id":15015694,"url":"https://github.com/alihammad-gist/rofintmux","last_synced_at":"2026-02-09T19:39:02.391Z","repository":{"id":222059488,"uuid":"756142728","full_name":"alihammad-gist/rofintmux","owner":"alihammad-gist","description":"Yet another tmux session manager","archived":false,"fork":false,"pushed_at":"2024-09-22T19:19:24.000Z","size":728,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T09:04:42.589Z","etag":null,"topics":["perl","rofi","session-management","tmux"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alihammad-gist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-12T03:25:25.000Z","updated_at":"2024-09-22T19:19:27.000Z","dependencies_parsed_at":"2024-02-12T04:34:34.779Z","dependency_job_id":"efeb2670-680f-4c99-82ef-bae9c2e16771","html_url":"https://github.com/alihammad-gist/rofintmux","commit_stats":null,"previous_names":["alihammad-gist/rofintmux"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alihammad-gist/rofintmux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihammad-gist%2Frofintmux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihammad-gist%2Frofintmux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihammad-gist%2Frofintmux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihammad-gist%2Frofintmux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alihammad-gist","download_url":"https://codeload.github.com/alihammad-gist/rofintmux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihammad-gist%2Frofintmux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29278492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["perl","rofi","session-management","tmux"],"created_at":"2024-09-24T19:47:47.913Z","updated_at":"2026-02-09T19:39:02.369Z","avatar_url":"https://github.com/alihammad-gist.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RofinTmux\n\n![Screenshot of rofintmux](screenshot.png \"RofinTmux\")\n\nA rofi launcher to create new and navigate active tmux sessions. It\nswitches the most recently active tmux client to the chosen\nsession. You'll be asked to choose from a list of available\nterminals, if no client is attached to a tmux session.\n\n## Requirements\n\n- [Perl](https://wiki.archlinux.org/title/Perl) 5.20 or newer (most\n  linux distros have perl per-installed)\n- [Rofi](https://github.com/davatorium/rofi)\n- [Zoxide](https://github.com/ajeetdsouza/zoxide)\n- [Tmux](https://github.com/tmux/tmux)\n- [Nerd Font](https://www.nerdfonts.com/)\n\n## Installation\n\nDownload `rofintmux` script from the **Assets** section of the\n[release page](https://github.com/alihammad-gist/rofintmux/releases)\n. Make sure to download it in a directory contained within your\nsystem's `PATH`. Afterwards run `chmod u+x ~/.local/bin/rofintmux`\nto make the script executable, for example if you have saved\n`rofintmux` script in `~/.local/bin`.\n\n## Zoxide\n\nThe launcher list all visited directories using zoxide. And if any\nchosen directory contains `.init_tmux` session initializing\n(executable) script, you will be prompted to either run it or\nignore it. Init script will be run with the following CLI\narguments.\n\n1. Session's name\n2. Session's current working directory\n\n## Global Initializer scripts\n\nGlobal initializers can be saved in `~/.tmux/init_tmux` directory.\nThe following is an example of initializer script\n`~/.tmux/init_tmux/notes`. Any scripting or programming language\ncan be used. As long as the file is executable it will show up in\nthe launcher.\n\n```perl\n#!/usr/bin/perl\n\nuse 5.38.0;\n\nmy $session = shift @ARGV;\nmy $cwd     = shift @ARGV;\n\n`tmux send-keys -t $session:0 \"zk edit -i\" Enter`;\n```\n\nThis session manager is inspired by\n[sesh](https://github.com/joshmedeski/sesh) by John Medeski.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falihammad-gist%2Frofintmux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falihammad-gist%2Frofintmux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falihammad-gist%2Frofintmux/lists"}