{"id":13649849,"url":"https://github.com/rafi/tmux-pass","last_synced_at":"2025-09-07T06:36:48.046Z","repository":{"id":137298671,"uuid":"156432593","full_name":"rafi/tmux-pass","owner":"rafi","description":"Quick password-store browser with preview using fzf in tmux.","archived":false,"fork":false,"pushed_at":"2025-02-20T10:45:50.000Z","size":23,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T04:05:41.318Z","etag":null,"topics":["bash","fzf","password-store","tmux"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafi.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":"2018-11-06T18:57:23.000Z","updated_at":"2025-04-02T16:22:15.000Z","dependencies_parsed_at":"2024-01-14T12:17:41.974Z","dependency_job_id":"420b841e-db05-4906-825b-a3bb93fad632","html_url":"https://github.com/rafi/tmux-pass","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/rafi%2Ftmux-pass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi%2Ftmux-pass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi%2Ftmux-pass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi%2Ftmux-pass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafi","download_url":"https://codeload.github.com/rafi/tmux-pass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248814243,"owners_count":21165726,"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":["bash","fzf","password-store","tmux"],"created_at":"2024-08-02T02:00:27.966Z","updated_at":"2025-08-21T20:27:41.393Z","avatar_url":"https://github.com/rafi.png","language":"Shell","funding_links":[],"categories":["Interfaces"],"sub_categories":["All other extensions"],"readme":"# tmux-pass\n\n\u003e Quick password-store browser with preview using fzf in tmux.\n\n![tmux-pass preview](http://rafi.io/img/project/tmux-pass/preview.gif)\n\n## Features\n\n- Browse your password-store using fzf\n- Preview password in a tmux split (optional)\n- Detects pbcopy (macOS), xclip or xsel (Linux)\n- Copy password (\u003ckbd\u003eEnter\u003c/kbd\u003e)\n- Copy username (\u003ckbd\u003eAlt\u003c/kbd\u003e-\u003ckbd\u003eEnter\u003c/kbd\u003e)\n- OTP support (\u003ckbd\u003eAlt\u003c/kbd\u003e-\u003ckbd\u003eSpace\u003c/kbd\u003e)\n- Edit (\u003ckbd\u003eCtrl\u003c/kbd\u003e-\u003ckbd\u003ee\u003c/kbd\u003e) and Delete (\u003ckbd\u003eCtrl\u003c/kbd\u003e-\u003ckbd\u003ed\u003c/kbd\u003e)\n- Toggle password preview (\u003ckbd\u003eTab\u003c/kbd\u003e)\n\n## Install\n\n### Requirements\n\n* [password-store](https://www.passwordstore.org)\n* [tmux](https://github.com/tmux/tmux/wiki) 3.x+\n* bash 4+\n* [fzf](https://github.com/junegunn/fzf)\n\n### Using [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm)\n\nAdd the following to your list of TPM plugins in `~/.tmux.conf`:\n\n```bash\nset -g @plugin 'rafi/tmux-pass'\n```\n\nHit prefix + I to fetch and source the plugin.\nYou should now be able to use the plugin!\n\n### Manual\n\nClone the repo:\n\n```bash\ngit clone https://github.com/rafi/tmux-pass ~/.tmux/plugins/tmux-pass\n```\n\nSource it in your `~/.tmux.conf`:\n\n```bash\nrun-shell ~/.tmux/plugins/tmux-pass/plugin.tmux\n```\n\nReload tmux config by running:\n\n```bash\ntmux source-file ~/.tmux.conf\n```\n\n## Configuration\n\nNOTE: for changes to take effect,\nyou'll need to source again your `~/.tmux.conf` file.\n\n* [@pass-key](#pass-key)\n* [@pass-copy-to-clipboard](#pass-copy-to-clipboard)\n* [@pass-window-size](#pass-window-size)\n* [@pass-hide-pw-from-preview](#pass-hide-pw-from-preview)\n* [@pass-hide-preview](#pass-hide-preview)\n* [@pass-enable-spinner](#pass-enable-spinner)\n\n### @pass-key\n\n```\ndefault: b\n```\n\nCustomize how to display the pass browser.\nAlways preceded by prefix: prefix + @pass-key\n\nFor example:\n\n```bash\nset -g @pass-key b\n```\n\n### @pass-copy-to-clipboard\n\n```\ndefault: off\n```\n\nCopies selected password into clipboard.\n\nFor example:\n\n```bash\nset -g @pass-copy-to-clipboard on\n```\n\n### @pass-window-size\n\n```\ndefault: 10\n```\n\nThe size of the tmux split that will be opened.\n\nFor example:\n\n```bash\nset -g @pass-window-size 15\n```\n\n### @pass-hide-pw-from-preview\n\n```\ndefault: off\n```\n\nShow only additional information in the preview pane (e.g. login, url, etc.),\nbut hide the password itself.\nThis can be desirable in situations when you don't want bystanders to get a\nglimpse at your passwords.\n\nFor example:\n\n```bash\nset -g @pass-hide-pw-from-preview on\n```\n\n### @pass-hide-preview\n\n```\ndefault: off\n```\n\nStart with the preview pane hidden.\n\nFor example:\n\n```bash\nset -g @pass-hide-preview on\n```\n\n### @pass-enable-spinner\n\n```\ndefault: on\n```\n\nShow a spinner when fetching items and reading entry.\n\nTo disable spinner:\n\n```bash\nset -g @pass-enable-spinner off\n```\n\n## Acknowledgements\n\nThis plugin is inspired by [tmux-1password](https://github.com/yardnsm/tmux-1password).\n\n## License\n\nGNU General Public License v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafi%2Ftmux-pass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafi%2Ftmux-pass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafi%2Ftmux-pass/lists"}