Script used to analyze my systems shell history (ZSH in this case) and print out the most frequent commands.
This can be used to identify potential aliases, allowing you to type less.
gem install lazy_cli
By default, running lz
will yield the top 10 most used commands.
lazy
You can specify the number of commands you want to output by passing in a num (-n
or --num
).
lazy -n 1