Skip to content

Manage your projects with the this cute little helper

Notifications You must be signed in to change notification settings

pitoniak32/axolotl_git

Repository files navigation

Axolotl Git

Tmux session management CLI

Getting Started

Requires tmux, fzf, and zoxide.

Install

(Currently not supported on windows)

Using cargo

cargo install --locked axolotl_git

Using Github Releases

Download a release from here, and add it to a directory on your path.

Running

Check the available commands

$ axl --help

Future Enhancements

  • Fancy fzf custom prompts like zoxide.

Tracing

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)

References:

Inspiration

About

Manage your projects with the this cute little helper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages