| Crates.io | zelp |
| lib.rs | zelp |
| version | 0.1.0 |
| created_at | 2024-07-08 04:25:16.519451+00 |
| updated_at | 2024-07-08 04:25:16.519451+00 |
| description | Simple configuration loader for zellij |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1295347 |
| size | 25,591 |
Something like Tmuxp but for Zellij
SessionConfig(
session_name: "zelp-test-session",
shell_command_before: "export RUST_LOG=info",
tabs: [
( name: "code", focus: true, commands: ["helix"] ),
( name: "cmd1", commands: ["clear"] ),
( name: "monitoring", commands: ["btm"] ),
( name: "cmd2"),
],
)
Very basic for now
conda or export RUST_LOG=info)