summaryrefslogtreecommitdiff
path: root/nm.c
AgeCommit message (Collapse)Author
2026-04-08release 2.1czjstmax
- less memory leaks (if any) - added functionality - *colors*!! Signed-off-by: czjstmax <jstmaxlol@disroot.org>
2026-04-05added version in `help`czjstmax
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
2026-04-05added simple `alias`ing system for commandsczjstmax
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
2026-03-22added fallback for empty `cd` -> goto `HOME`czjstmax
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
2026-03-19added debug stuff and fixed ^Cczjstmax
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
2026-03-19updated readmeczjstmax
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
2026-03-19using GNU readline for history+arrow key handling because i hateczjstmax
`<termios.h>` Signed-off-by: czjstmax <jstmaxlol@disroot.org>
2026-03-19fixed some memory leaksczjstmax
Signed-off-by: czjstmax <jstmaxlol@disroot.org>