Project

dorian-top

0.0
The project is in a healthy, maintained state
lists the most used commands
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

dorian-top

Show the most used commands in your shell history.

Install

gem install dorian-top

Also included in the aggregate gem:

gem install dorian

Usage

top [options]

Run top -h for generated option details and top -v for the installed version.

Notes

  • Supports bash, fish, and zsh history files. Use --limit/-l/-n and --shell/-s.

Examples

Show top 10 commands

top

Show top 20 fish commands

top --limit 20 --shell fish