Request for contributions (#5)

This commit is contained in:
Denis Isidoro 2019-09-20 19:16:47 -03:00 committed by GitHub
parent 91d86076a4
commit 4906075c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ The main objectives are:
Sure, you can find autocompleters out there for all your favorite commands. However, they are very specific and each one may offer a different learning curve.
Or you can launch and browser and search for instructions on Google, but that takes some time.
Or you can launch a browser and search for instructions on Google, but that takes some time.
**navi**, on the other hand, intends to be a general purpose platform for bookmarking any command at a very low cost.
@ -61,6 +61,10 @@ Alternatively, you can set an environment variable in your `.bashrc`-like file:
export NAVI_DIR="/folder/with/cheats"
```
## Submitting cheatsheets
Feel free to fork this project and open a PR for me to include your contributions.
## .cheat syntax
- lines starting with `%` should contain tags which will be added to any command in a given file;