From e118c69e79df4540bcb60c38430d84667fed4570 Mon Sep 17 00:00:00 2001 From: Hima Date: Fri, 19 Apr 2019 15:13:09 -0400 Subject: [PATCH] Added eg --- Related-Projects.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Related-Projects.md b/Related-Projects.md index 78b4694..57b2c04 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -1,6 +1,9 @@ ### [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. +### [srsudar/eg](https://github.com/srsudar/eg) ### +An implementation with pre-loaded examples and a way to modify them. + ### [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.)