Zellij Interactive Session Manager.
curl -fsSL https://raw.githubusercontent.com/23prime/zism/latest/install.sh | shBy default, the binary is installed to ~/.local/bin/.
To change the install directory, set INSTALL_DIR:
INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/23prime/zism/latest/install.sh | shcurl -fsSL https://raw.githubusercontent.com/23prime/zism/latest/uninstall.sh | shTo change the directory to uninstall from, set INSTALL_DIR:
INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/23prime/zism/latest/uninstall.sh | shRun zism outside of a Zellij session:
zismYou will be prompted to select an action:
- Create new session — Create a session with a custom name
- Create new session with directory — Create a session from a directory (with TAB completion)
- Attach to session — Attach to an existing session
- Delete session — Delete existing sessions
| Option | Description |
|---|---|
--page-size <N> |
Number of candidates to display at once (default: 24) |
--guake |
Rename Guake tab to session name on create/attach |
--version |
Print version |