aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* readme updHEADmasterczjstmax4 days1-5/+8
|
* version 2.21czjstmax2026-04-102-6/+7
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* release 2.2 -- fixes, 'betterifications' and reworked `echo`czjstmax2026-04-102-39/+67
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* release 2.1czjstmax2026-04-081-33/+113
| | | | | | | | - less memory leaks (if any) - added functionality - *colors*!! Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* added version in `help`czjstmax2026-04-051-3/+4
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* added simple `alias`ing system for commandsczjstmax2026-04-052-4/+77
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* added fallback for empty `cd` -> goto `HOME`czjstmax2026-03-221-1/+5
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* updated readmeczjstmax2026-03-191-0/+2
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* added debug stuff and fixed ^Cczjstmax2026-03-192-7/+13
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* updated readmeczjstmax2026-03-192-0/+8
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* using GNU readline for history+arrow key handling because i hateczjstmax2026-03-192-16/+29
| | | | | | `<termios.h>` Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* fixed some memory leaksczjstmax2026-03-194-0/+151
Signed-off-by: czjstmax <jstmaxlol@disroot.org>