An tool to cheat
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Whit this tool you could create cheatsheets of commands in order to can execute again easely.
Probably you needed some bash command in order to do any task, and you search again any time that you need. Now you can only save as a cheatsheets and use this tool in order to execute again
- Python
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
You need have installed python and pip v3.
sudo apt install python3 python3-pip
pip install cheatsheets
Each cheatsheets that you want to store, is a json file with the name that you want, in ~/.cheatsheets
A cheat following the next format:
cheat.json
{ "name":"List content", "command":"ls", "description":"List content in directory" }
If you want to put any argument in order to remplace when execute the cheatsheets, you can do it puting the name of the argument betwen <name of arg>
cheat.json
{ "name":"List content", "command":"ls <ls> <directory>", "description":"List content in directory" }
after this you can list your cheatsheets with
cheatsheets
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 MIT License. See LICENSE
for more information.
Project Link: https://github.com/Tlalocan/cheatsheets