mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
Updated Related Projects (markdown)
parent
87b51e5e53
commit
44b6e92549
@ -1,20 +1,21 @@
|
|||||||
### [lucaswerkmeister/cheats][1] ###
|
### [lucaswerkmeister/cheats][lucaswerkmeister-cheats] ###
|
||||||
An implementation of this concept in pure bash that also allows not only for numerical indexing of subcomands but also supports running commands interactively.
|
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] ###
|
### [jahendrie/cheat][jahendrie-cheat] ###
|
||||||
A bash-only implementation that additionally allows for cheatsheets to be created and `grep` searched from the command-line. ([jahendrie][] contributed key ideas to this project as well.)
|
A bash-only implementation that additionally allows for cheatsheets to be created and `grep` searched from the command-line. ([jahendrie][] contributed key ideas to this project as well.)
|
||||||
|
|
||||||
### [cheat RubyGem][3]###
|
### [cheat RubyGem][cheat-rubygem]###
|
||||||
A clever gem from 2006 that clearly had similar motivations. It is unclear whether or not it is currently maintained.
|
A clever gem from 2006 that clearly had similar motivations. It is unclear whether or not it is currently maintained.
|
||||||
|
|
||||||
### [tldr][tldr] ###
|
### [tldr][tldr] ###
|
||||||
"Simplified and community-driven man pages".
|
"Simplified and community-driven man pages".
|
||||||
|
|
||||||
### [dufferzafar/cheat][4] ###
|
### [dufferzafar/cheat][dufferzafar-cheat] ###
|
||||||
An implementation in golang that has syntax highlighting and allows to copy cheats directly to clipboard.
|
An implementation in golang that has syntax highlighting and allows to copy cheats directly to clipboard.
|
||||||
|
|
||||||
[jahendrie]: https://github.com/jahendrie
|
[jahendrie]: https://github.com/jahendrie
|
||||||
[1]: https://github.com/lucaswerkmeister/cheats
|
[lucaswerkmeister-cheats]: https://github.com/lucaswerkmeister/cheats
|
||||||
[2]: https://github.com/jahendrie/cheat
|
[jahendrie-cheat]: https://github.com/jahendrie/cheat
|
||||||
[3]: http://errtheblog.com/posts/21-cheat
|
[cheat-rubygem]: http://errtheblog.com/posts/21-cheat
|
||||||
[4]: https://github.com/dufferzafar/cheat
|
[dufferzafar-cheat]: https://github.com/dufferzafar/cheat
|
||||||
|
[tldr]: https://github.com/tldr-pages/tldr
|
Loading…
Reference in New Issue
Block a user