Zellij Has a Free API That Most Developers Dont Know About
rust
dev.to
Zellij is a modern terminal multiplexer (tmux alternative) written in Rust. It has a plugin system, built-in layouts, and great defaults. Quick Start brew install zellij # or cargo install zellij zellij Layouts // ~/.config/zellij/layouts/dev.kdl layout { pane size=1 borderless=true { plugin location="tab-bar" } pane split_direction="vertical" { pane command="nvim" size="60%" pane split_direction="horizontal" { pane command="npm" { args