Commit Graph

16 Commits

Author SHA1 Message Date
cab7a0fea7 Ran the codebase through rustfmt 2026-02-23 23:32:46 -05:00
88c0945e47 Implemented the exec builtin
Fixed readline and terminal interactions using stdin instead of /dev/tty
2026-02-20 12:17:48 -05:00
74988166f0 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
222e06bee6 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
2c52a3621e renamed fern.rs back to main.rs 2026-01-28 19:57:14 -05:00
5aead4fcdc Added rustfmt.toml, formatted codebase 2025-08-12 13:58:25 -04:00
11353b2d69 implemented for loops 2025-04-20 05:16:50 -04:00
a16ad981bc implemented globbing and tilde expansions 2025-03-28 12:02:34 -04:00
9ace3a177d Implemented a new builtin and improved error handling 2025-03-24 17:53:32 -04:00
411ee8ac85 re-imported job/signal code from old implementation 2025-03-15 17:14:52 -04:00
149e0ef2c8 Progress 2025-03-15 00:02:05 -04:00
3d24c15db3 Implemented brace expansion 2025-03-10 01:50:12 -04:00
1d787ad892 Early work on tab completion 2025-03-09 21:59:12 -04:00
4f58c1c3fd Implemented scoping for expansions 2025-03-08 01:38:42 -05:00
83c9c08106 Early implementation of scripting elements 2025-03-05 01:36:58 -05:00
e7a84f1edd Initial commit for fern 2025-03-02 16:32:15 -05:00