blob: 83fcedf1f70d74c9ae6d19e5e389b7bb3f69bf99 (
plain)
1
2
3
4
5
6
7
8
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.
|