Cheatsheets
Project description
Cheatsheets
An tool to cheat
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
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
Built With
- Python
Getting Started
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.
Prerequisites
You need have installed python and pip v3.
sudo apt install python3 python3-pip
Installation
pip install cheatsheets
Usage
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
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
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
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Project Link: https://github.com/Tlalocan/cheatsheets
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cheatsheets-0.0.4.tar.gz
.
File metadata
- Download URL: cheatsheets-0.0.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 793937da2f7cc6fad9c1c13b9523eea207d3ad9f242209acada1eb72039fdaff |
|
MD5 | b77028db6df9c87ddf2beb71b3fcf10d |
|
BLAKE2b-256 | fa2e7e31e267a625de3ce6cc2e99200bcb2cd1dd1c10edaed17b3f1262279a00 |
File details
Details for the file cheatsheets-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: cheatsheets-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 903e0ba9bb2925384d43ec44bc5818f5f4131bfdacfc573de5f40d6b4d974a75 |
|
MD5 | d2cc46ebe936f3e7c16c76244b005ad6 |
|
BLAKE2b-256 | 5a9d39757a309a47d19310b7165b479f17a76132e5a10180d69a80404ad467ff |