-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Reference
Abhiyan Dhakal edited this page Mar 29, 2026
·
1 revision
admux new [--name <session>] [--detach] [--cwd <dir>] [command...]
admux attach [session]
admux ls
admux kill <session>
admux save [session]
admux up [path]
admux up --rebuild [path]Notes:
-
admux newuses the current shell directory by default -
admux new /path/to/projectuses that directory as the session cwd -
admux upreads./admux.tomlwhen no path is given -
admux savewrites workspace files into the session directory, not the caller's current directory
admux split-pane <session> [--horizontal|--vertical]
admux new-window <session> [--name <window>] [command...]
admux list-windows <session>
admux list-panes <session>[:window]
admux select-window <session>:<window>
admux select-pane <session>:<window>.<pane>
admux resize-pane <session>:<window>.<pane> --left|--right|--up|--down <cells>
admux kill-window <session>:<window>
admux kill-pane <session>:<window>.<pane>Pane numbering is window-local. Each new window starts at pane 0.
admux send-keys <target> <keys...>
admux list-buffers
admux show-buffer [name]
admux set-buffer <text>
admux paste-buffer [--target <session>[:window[.pane]]] [name]
admux delete-buffer [name]
admux save-buffer <path> [name]
admux load-buffer <path> [name]admux reload-configThis reloads runtime UI/keybinding behavior plus future creation defaults without restarting the daemon.