From 9915a8d3eb4638a4b882a60d0e366a01a957f11d Mon Sep 17 00:00:00 2001 From: Jakukyo Friel Date: Sun, 28 Aug 2016 17:17:48 +0800 Subject: [PATCH] Add weakish/cheat. --- Related-Projects.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Related-Projects.md b/Related-Projects.md index 4bb3025..740b895 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -4,6 +4,11 @@ An implementation of this concept in pure bash that also allows not only for num ### [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.) +### [weakish/cheat] ### +A sh implementation using a git repository to store cheat-sheets. + +[weakish/cheat]: https://github.com/weakish/cheat + ### [cheat RubyGem][cheat-rubygem]### A clever gem from 2006 that clearly had similar motivations. It is unclear whether or not it is currently maintained.