Visualize your most used commands
Use your favorite AUR helper to install muc-git package (or build manually using git and makepkg -si), for example: paru -S muc-git
You can use the outputs provided by the flake.nix inside this repository to install muc. Either with the overlays.default output for your system configuration, or the package output to imperatively install it with nix install github:nate-sys/muc or create an ad-hoc shell with nix shell github:nate-sys/muc
cargo install --git=https://github.com/nate-sys/mucmuc --file $HISTFILE --count 10 --pretty # Bash / Zsh
muc --file $HISTFILE --count 10 --prefix="- cmd: " --pretty # Fish
muc --file $HISTFILE\
--count 10\
--pretty\
--bar '*'\
--bar-open '('\
--bar-close ')' # (****** ) - Colors
- Customizable bar
- Resolve aliases
- Recognize leader commands (sudo, doas, git, etc)
