muc
muc copied to clipboard
Visualize your most used commands
The current version of `flake.nix` uses the `buildRustPackage` function to create flake outputs. The downside of that, is that the hash of the cargo dependencies needs to be written manually,...
Parsing "; ;" creates an empty Vec. This commit prevents it from be indexed
I know this is a work in progress. I saw your roadmap but didn't notice this there. Piped commands should also be parsed. For example: `cat /file/list | grep string`...
Hi there :wave: Nice tool! I noticed that my ZSH history file was `latin1` encoded for some reason, so the program crashed on `read_to_string`: ``` thread 'main' panicked at 'called...
Muc uses [clap](docs.rs/clap) for customization. This is good but having a config file can make things better: - The command will be shorter overall - Solves the issue of commands...