10 Commits

Author SHA1 Message Date
854e127545 Added PSR environment variable for drawing a string on the right side of the prompt
Pending normal mode sequences are now shown in the top right of the prompt
2026-02-25 01:13:12 -05:00
129390c2da Implemented the exec builtin
Fixed readline and terminal interactions using stdin instead of /dev/tty
2026-02-20 12:17:48 -05:00
94567e0515 updated .gitignore 2026-02-19 00:01:31 -05:00
ad0e4277cb Implemented proper variable scoping
Extracted business logic out of signal handler functions

Consolidated state variables into a single struct

Implemented var types
2026-01-28 19:30:48 -05:00
56f674415c added snapshots to gitignore 2025-05-18 14:50:31 -04:00
18d0b669b3 Parser tweaks 2025-05-08 21:21:23 -04:00
1eb19092cc implemented globbing and tilde expansions 2025-03-28 12:02:34 -04:00
da51be27a7 Implemented logic for loops and if statements 2025-03-16 14:28:49 -04:00
2acf70ef96 Implemented assignments, working on job control 2025-03-15 16:57:34 -04:00
a9a9642a2a Initial commit for fern 2025-03-02 16:32:15 -05:00