Commit Graph

15 Commits

Author SHA1 Message Date
129390c2da Implemented the exec builtin
Fixed readline and terminal interactions using stdin instead of /dev/tty
2026-02-20 12:17:48 -05:00
a18a0b622f command arguments are now underlined if they match an existing path -m ran rustfmt on the entire codebase 2026-02-19 21:32:03 -05:00
a4f48abd49 Added prompt escape code expansion flag to echo, -p
Added non-formatted runtime to prompt escape codes

Added prompt escape code that expands to the output of a shell function

Reworked internal logic for termios control
2026-01-29 03:46:35 -05:00
7f3e1cfcee renamed fern.rs back to main.rs 2026-01-28 19:57:14 -05:00
8ad53f09b3 Added rustfmt.toml, formatted codebase 2025-08-12 13:58:25 -04:00
4d16ffa60f implemented for loops 2025-04-20 05:16:50 -04:00
1eb19092cc implemented globbing and tilde expansions 2025-03-28 12:02:34 -04:00
70d114254d Implemented a new builtin and improved error handling 2025-03-24 17:53:32 -04:00
d4f8f023af re-imported job/signal code from old implementation 2025-03-15 17:14:52 -04:00
97b4b1835d Progress 2025-03-15 00:02:05 -04:00
e81c4903b9 Implemented brace expansion 2025-03-10 01:50:12 -04:00
363e4805b7 Early work on tab completion 2025-03-09 21:59:12 -04:00
cdcfb23edb Implemented scoping for expansions 2025-03-08 01:38:42 -05:00
1b3e2c0887 Early implementation of scripting elements 2025-03-05 01:36:58 -05:00
a9a9642a2a Initial commit for fern 2025-03-02 16:32:15 -05:00