MMCC just shows you your top 3 most used commands in your shell (determined by
$SHELL
) and how many times they've been used.
- Install cx-Freeze:
pip install cx-Freeze
- Clone this repository.
- Run
make
and add the path to the generatedbin
folder to$PATH
(~/path-to/mmcc/bin
).Now run
mmcc
and enjoy knowing what commands you usetoo muchthe most!
This program works best on Linux and MacOS. Although it will work on Windows, from my testing, it's a little bit iffy. But, it works.