Commit Graph

20 Commits

Author SHA1 Message Date
e6242c4d8a changed package name from 'fern' to 'shed' 2026-02-24 18:02:13 -05:00
cab7a0fea7 Ran the codebase through rustfmt 2026-02-23 23:32:46 -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
5aead4fcdc Added rustfmt.toml, formatted codebase 2025-08-12 13:58:25 -04:00
7f8f5644df switched to Arc instead of Rc for input strings 2025-03-23 17:37:15 -04:00
182182cacb Implemented logic for loops and if statements 2025-03-16 14:28:49 -04:00
411ee8ac85 re-imported job/signal code from old implementation 2025-03-15 17:14:52 -04:00
e62586fe3d Implemented assignments, working on job control 2025-03-15 16:57:34 -04:00
149e0ef2c8 Progress 2025-03-15 00:02:05 -04:00
1d787ad892 Early work on tab completion 2025-03-09 21:59:12 -04:00
41582672d5 Implemented prompt expansion 2025-03-09 03:30:03 -04:00
1808786313 Implemented heredocs and herestrings 2025-03-09 00:34:49 -05:00
eccdafb11e More edge case work 2025-03-07 21:02:26 -05:00
5c9031548a Improved logic surrounding expansion of assignments 2025-03-07 19:12:28 -05:00
90243834ff Various improvements 2025-03-07 03:36:25 -05:00
3034f6c8d2 Implemented case statements 2025-03-06 15:32:28 -05:00
d2554777f5 Implemented loops and redirection for shell structures 2025-03-06 00:10:41 -05:00
83c9c08106 Early implementation of scripting elements 2025-03-05 01:36:58 -05:00
cd216ef1cc Implemented functions and aliases 2025-03-02 22:49:36 -05:00
e7a84f1edd Initial commit for fern 2025-03-02 16:32:15 -05:00