aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-05-12 23:37:04 +0200
committerczjstmax <jstmaxlol@disroot.org>2026-05-12 23:37:04 +0200
commit583a67016c770f4304853de20c264a28b9693f38 (patch)
tree234b81ecb94cb01a676bcc52f4e60b43f4126fdf
parent94b4e6ff6e9dfce7622e8fd6480aded4c4814cd8 (diff)
readme updHEADmaster
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6b2cc5b..663489f 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,16 @@
# noshmore - noshell more
-a minimal and suckless POSIX C99 shell. \
+
+a minimal and suckless POSIX C99 shell.
+
also 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>`.
+- 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>`.
- doesn't quit on `^C`
-
- it also fixes some minor memory leaks and stuff from nosh.