Tmux session management CLI
Requires tmux, fzf, and zoxide.
(Currently not supported on windows)
cargo install --locked axolotl_git
Download a release from here, and add it to a directory on your path.
Check the available commands
$ axl --help
- Fancy
fzf
custom prompts like zoxide.
This cli is instrumented with tokio tracing. If you increase the verbosity of the cli you will see more logs with details that can help with troubleshooting.
To modify the verbosity of the logs, use:
-v
or-q
for the console output.RUST_LOG=<trace,debug,info,warn,error>
for the traces that are shipped to the optional OTEL collector. (see this for more advanced options)
- for
zoxide
integration: https://github.com/omerxx/tmux-sessionx