Quick start
The very first katu you ever run writes a default katu.toml, prints three
lines confirming it, and drops you straight into a main session — no setup
wizard. Every run after that is just this:
katu # attach to the last session, or create "main"katu start api # create and attach to session "api"katu join api # attach to an existing sessionkatu list # show all sessionskatu split # split the current pane side by sidekatu split --horizontal # split the current pane top/bottomkatu window new # open a new window (tab)katu stop api # kill one sessionkatu stop --all # kill the server and every sessionkatu reload # apply katu.toml changes without restarting anythingkatu resurrect # recreate sessions saved at the last clean shutdownkatu completions fish > ~/.config/fish/completions/katu.fishDetach with ctrl+space then d. The shell keeps running in the background.
Build from source
Section titled “Build from source”git clone https://github.com/simaojunior/katucd katudirenv allow # or: nix developcargo build --release