Install Shirei
Requirements
Section titled “Requirements”Install these before Shirei:
- Rust 1.93 or newer for
cargo install. git.fzffor interactive pickers.- Either
tmuxorherdras the session backend.
The unfinished-worktree report can also use:
ghfor GitHub pull requests.glabfor GitLab merge requests.
-
Install from crates.io
Terminal window cargo install shireiCargo installs one
shireibinary under~/.cargo/bin. -
Verify the installation
Terminal window shirei --versionshirei --help -
Open the picker
Terminal window shirei
Install from source
Section titled “Install from source”git clone https://github.com/avenceslau/shirei.gitcd shireicargo install --path .Update
Section titled “Update”Reinstall the latest published crate:
cargo install shirei --forceCheck the installed behavior after an update:
shirei --versionshirei --helpshirei worktrees --helpShell completions
Section titled “Shell completions”Generate completions for Bash, Elvish, Fish, PowerShell, or Zsh:
shirei completions zshSee integrations for persistent shell setup and terminal bindings.