From 3263588eb135cff5deb10cb9bdc083d817c8a5c3 Mon Sep 17 00:00:00 2001 From: Jens Bannmann Date: Sat, 18 Jul 2020 11:07:20 +0200 Subject: [PATCH] as the cheat binary has become smaller, docker-cheat is no longer 9 MB (but 7.37 MB at the time of writing) --- Related-Projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Related-Projects.md b/Related-Projects.md index 7cfba93..169673a 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -1,5 +1,5 @@ ### [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. +Simplifies the installation of `cheat` & `cheatsheets` by packaging both projects in a single docker image (which is only 9 KB larger than the individual files). ### [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.