Simple CLI built to list out the Top 100 most useful commands in Linux-based operating systems.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project is simple. After invoking the executable from the command line, 100 of the most useful commands will be listed out in the terminal for your reference. Commands can also be filtered based on category (second column) using command line arguments.
To get a local copy up and running follow these simple steps.
This is a list things you need to use to run topcmds.
- cmake
sudo apt install cmake
- Clone the repo
git clone https://github.com/cbaron3/topcmds.git
- Build the executable
mkdir build
cd build
cmake ..
make
- Run topcmds
./topcmds --all
- [Optional] Add the executable to bin
chmod +x topcmds
sudo cp /path/to/executable/topcmds /bin
Usage instructions are found by running
topcmds --help
OR
topcmds -h
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU License. See LICENSE
for more information.
Carl Baron - carbaro196@gmail.com
Project Link: https://github.com/cbaron3/topcmds