Skip to main content

Cheatsheets

Project description

Contributors Forks Stargazers Issues MIT License Bitcoin Donation


Cheatsheets

An tool to cheat
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/Tlalocan/cheatsheets

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

cheatsheets-0.0.3.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

cheatsheets-0.0.3-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page