blob: 94c81ae84415b7336b1bc4dc8c5a7fa0b8bc7a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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>`.
- doesn't quit on `^C`
- it also fixes some minor memory leaks and stuff from nosh.
|