From d0dd833c5caeb93fbfb55ee75bdf1fbcc791d1ed Mon Sep 17 00:00:00 2001 From: Daniel <35681316+Jasinsky@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:42:33 -0400 Subject: [PATCH] Added Marcin Borowicz microshell Microshell is a lightweight pure C implementation of virtual shell, compatible with VT100 terminal. Support root tree, run-time mounting paths, global commands, and much more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76a4507..3685737 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ Computer Vision * [microsh](https://github.com/dimmykar/microsh) - Shell for Small Embedded Devices. * [cmd-l](https://github.com/Lambosaurus/cmd-l) - Command line handler for embedded devices. * [embedded-cli](https://github.com/funbiscuit/embedded-cli) - Single-header CLI with history and autocompletion for embedded systems. +* [microshell](https://github.com/marcinbor85/microshell) - Lightweight pure C implementation of virtual shell, compatible with VT100 terminal. Support root tree, run-time mounting paths, global commands, and much more ### Menu