| Crates.io | shellij |
| lib.rs | shellij |
| version | 0.0.1 |
| created_at | 2025-04-15 23:17:36.261403+00 |
| updated_at | 2025-04-15 23:17:36.261403+00 |
| description | Simplify using Zellij over SSH. |
| homepage | |
| repository | https://github.com/roycrippen4/shellij |
| max_upload_size | |
| id | 1635371 |
| size | 30,565 |
Shellij is a thin wrapper around the popluar terminal multiplexer zellij. Simplify using Zellij over SSH.
Shellij features a subset of the common commands for interacting with both SSH and Zellij together.
Create and attach to a new Zellij session on a remote server
shellij user@remote.com create session-name
Delete a Zellij session on a remote server
shellij user@192.168.0.1 delete session-name
List all Zellij sessions on a remote server
shellij user@remote.com list
When no subcommands are provided one of three things occur:
shellij user@remote.com
If no sessions are found then Shellij will create and attach to the newly created session
If only a single session is found then Shellij will automatically attach to that session
If multiple sessions are found then you will be prompted to select a session via fzf
Probably not.