summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-03-19 17:52:09 +0100
committerczjstmax <jstmaxlol@disroot.org>2026-03-19 17:52:09 +0100
commit34938a8148dfca66c4d74b1bab1c70f6ba855fb8 (patch)
tree70db50803e4fd5c3cdd186ea929396e148808279 /README.md
parentd9b3d4f234b660d325a4d01479590bced47c9ec4 (diff)
updated readme
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ee2c73..83fcedf 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
# noshmore - noshell more
an extended version of the [nosh minimal POSIX C shell](https://github.com/jstmaxlol/nosh), still for \*NIX dudes!
+### differences
+- uses [GNU Readline] which is an external dependancy \
+ but it allows for great arrow-keys handling, history and \
+ MORE without having to touch `<termios.h>`.
+
+- it also fixes some minor memory leaks and stuff from nosh.