Updated the README.

This commit is contained in:
Chris Lane 2013-08-15 18:38:13 -04:00
parent 13c8d60d75
commit b8c42a1b64
1 changed files with 15 additions and 1 deletions

View File

@ -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