mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
Updated the README.
This commit is contained in:
parent
13c8d60d75
commit
b8c42a1b64
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -83,4 +83,18 @@ If you would like to contribute additional cheatsheets for basic \*nix
|
|||
commands, please modify the `.cheat` file and send me a pull request.
|
||||
|
||||
|
||||
[dotfiles]: http://dotfiles.github.io/
|
||||
Related Projects
|
||||
----------------
|
||||
- [lucaswerkmeister/cheats][1]: An implementation of this concept in pure bash
|
||||
that also allows not only for numerical indexing of subcomands but also
|
||||
supports running commands interactively.
|
||||
|
||||
- [jahendrie/cheat][2]: A bash-only implmentation that additionally allows for
|
||||
cheatsheets to be created and `grep` searched from the command-line.
|
||||
([jahendrie][] contributed key ideas to this project as well.)
|
||||
|
||||
|
||||
[dotfiles]: http://dotfiles.github.io/
|
||||
[jahendrie]: https://github.com/jahendrie
|
||||
[1]: https://github.com/lucaswerkmeister/cheats
|
||||
[2]: https://github.com/jahendrie/cheat
|
||||
|
|
Loading…
Reference in a new issue