aboutsummaryrefslogtreecommitdiff
path: root/nm.c
Commit message (Collapse)AuthorAgeFilesLines
* added fallback for empty `cd` -> goto `HOME`czjstmax2026-03-221-1/+5
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* added debug stuff and fixed ^Cczjstmax2026-03-191-4/+6
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* updated readmeczjstmax2026-03-191-0/+2
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* using GNU readline for history+arrow key handling because i hateczjstmax2026-03-191-15/+28
| | | | | | `<termios.h>` Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* fixed some memory leaksczjstmax2026-03-191-0/+113
Signed-off-by: czjstmax <jstmaxlol@disroot.org>