zelp

Crates.iozelp
lib.rszelp
version0.1.0
sourcesrc
created_at2024-07-08 04:25:16.519451
updated_at2024-07-08 04:25:16.519451
descriptionSimple configuration loader for zellij
homepage
repository
max_upload_size
id1295347
size25,591
oiwn (oiwn)

documentation

README

Zelp

Something like Tmuxp but for Zellij

Config Example

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"),
    ],
)

Features

Very basic for now

  • Load tabs and run commands inside them
  • Run common commands inside tabs (like conda or export RUST_LOG=info)
  • Can split tabs to panes (look how tmuxp implemented it)
  • Figure out maybe pipe commands directly into the zellij server
Commit count: 0

cargo fmt