mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 03:23:05 +00:00
Request for contributions (#5)
This commit is contained in:
parent
91d86076a4
commit
4906075c64
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
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.
|
**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"
|
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
|
## .cheat syntax
|
||||||
|
|
||||||
- lines starting with `%` should contain tags which will be added to any command in a given file;
|
- lines starting with `%` should contain tags which will be added to any command in a given file;
|
||||||
|
|
Loading…
Reference in a new issue