Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/husseinhareb/top-cmds
Linux command that displays most used commands with an ascii art.
https://github.com/husseinhareb/top-cmds
linux linux-command rust
Last synced: about 13 hours ago
JSON representation
Linux command that displays most used commands with an ascii art.
- Host: GitHub
- URL: https://github.com/husseinhareb/top-cmds
- Owner: husseinhareb
- License: mit
- Created: 2024-03-24T17:07:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:03:21.000Z (7 months ago)
- Last Synced: 2024-04-14T06:47:17.362Z (7 months ago)
- Topics: linux, linux-command, rust
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# top-cmds
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## INSTALLATION
```
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
```
Usage: top-cmds [options] | top-cmds
Options:
-h Display this help message
-s Set the number of most used commands
```
## Screenshots### bash
![swappy-20240412_205644-ezgif com-crop](https://github.com/husseinhareb/top-cmds/assets/88323940/079ac0fc-0951-4518-8493-a001eacff648)### fish
![swappy-20240412_204939-ezgif com-crop](https://github.com/husseinhareb/top-cmds/assets/88323940/013402cb-174d-4207-8687-402223c45ede)### zsh
![Screenshot from 2024-03-28 14-59-06](https://github.com/husseinhareb/top-cmds/assets/88323940/0b4270b0-1457-46c5-b5b0-f768c856c4fe)## Contributing
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.## Licence
This project is licensed under the [MIT License](https://github.com/husseinhareb/top-cmds/blob/main/LICENSE).