diff options
| -rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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. |