Building our own zsh_stats command line app
Return the most frequently used terminal commands
Sep 17, 202411 min read96

Search for a command to run...
Articles tagged with #zsh
Return the most frequently used terminal commands

Today I learned that my favorite terminal zsh combined with oh-my-zsh includes an inbuilt command that I can use to check my most used terminal commands. To access it you just need to run zsh_stats and it will produce a ranked list of the top 20 comm...
