Commit Graph

27 Commits

Author SHA1 Message Date
39a33e5759 fixed issues with expansion of case arm patterns 2026-03-04 18:54:06 -05:00
83f1988299 Implemented the autocmd builtin, which allows you to register hooks for certain shell events. 2026-03-04 14:12:10 -05:00
dff87fd5c2 More progress on integrating ariadne's error reporting 2026-03-01 02:20:58 -05:00
792b0c21d0 Work on integrating error reporting using the ariadne crate 2026-02-28 20:30:12 -05:00
6f408b3c21 ran clippy fix 2026-02-27 11:05:08 -05:00
3d47e4edd9 Added -j flag to 'complete' for completing job names/pids 2026-02-27 11:03:56 -05:00
96ea2d0ac9 Early implementation of bash-like completions with 'complete' and 'compgen' builtins 2026-02-27 01:10:52 -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
7d0614943c Tab completion has been implemented
more small highlighter tune ups

2>&1 style redirections now work properly
2026-02-18 21:53:36 -05:00
8068b43146 Implemented syntax highlighting 2026-02-18 02:00:45 -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
b6a9bb880d Implemented command substitution 2025-03-19 16:46:45 -04:00
62c76e70a6 Implemented prompt expansion, and display for errors 2025-03-18 15:54:06 -04:00
182182cacb Implemented logic for loops and if statements 2025-03-16 14:28:49 -04:00
48236398f5 Early work on scripting features 2025-03-16 02:56:29 -04:00
98739ba63a Various additions and improvements 2025-03-15 21:04:45 -04:00
149e0ef2c8 Progress 2025-03-15 00:02:05 -04:00
3d24c15db3 Implemented brace expansion 2025-03-10 01:50: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
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