top-cmds is a Linux command that allows the user to see the most used commands, accompanied by ASCII art, and it offers support for the most popular shells
git clone https://github.com/husseinhareb/top-cmds/
cd top-cmds/
make build
sudo make install
Rust should be installed on your system to build the binary.
Usage: top-cmds [options] | top-cmds
Options:
-h Display this help message
-s <number> Set the number of most used commands
Contributions are welcome! If you'd like to contribute:
Fork the repository.
Create your branch: git checkout -b feature/YourFeature.
Commit your changes: git commit -m 'Add some feature'.
Push to the branch: git push origin feature/YourFeature.
Submit a pull request.
This project is licensed under the MIT License.