Skip to content

Tlaloc-Es/cheatsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages