From caed0af7149533988291ca7013dc712823665acd Mon Sep 17 00:00:00 2001 From: Jens Bannmann Date: Sun, 1 Dec 2019 00:23:43 +0100 Subject: [PATCH] added bannmann/docker-cheat --- Related-Projects.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Related-Projects.md b/Related-Projects.md index 4823bc4..7cfba93 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -1,3 +1,6 @@ +### [bannmann/docker-cheat](https://github.com/bannmann/docker-cheat) ### +Simplifies the installation of `cheat` & `cheatsheets` by packaging both projects in a single 9 MB docker image. + ### [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. @@ -12,7 +15,7 @@ A sh implementation using a git repository to store cheat-sheets. [weakish/cheat]: https://github.com/weakish/cheat -### [cheat RubyGem][cheat-rubygem]### +### [cheat RubyGem][cheat-rubygem] ### A clever gem from 2006 that clearly had similar motivations. It is unclear whether or not it is currently maintained. ### [tldr][tldr] ###