Commit Graph

23 Commits

Author SHA1 Message Date
96ea2d0ac9 Early implementation of bash-like completions with 'complete' and 'compgen' builtins 2026-02-27 01:10:52 -05:00
22adbce9e4 Various line editor fixes and optimizations 2026-02-25 15:43:08 -05:00
622e9f4a1e Refactored internals for builtins inside of pipelines 2026-02-24 10:54:24 -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
744693a89d implemented the trap builtin 2026-02-19 16:39:18 -05:00
0575616ac2 properly implemented read builtin
fixed bugs related to redirections and compound commands

improved io routing logic
2026-02-17 17:30:21 -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
5aead4fcdc Added rustfmt.toml, formatted codebase 2025-08-12 13:58:25 -04:00
9ace3a177d Implemented a new builtin and improved error handling 2025-03-24 17:53:32 -04:00
29cd4a69b6 Cleaned up warnings 2025-03-23 17:41:12 -04:00
e3f3e3dcdc Implemented an abstraction for extracting flags from builtins 2025-03-22 20:10:47 -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
ecfef2274f Adapted old code to fit new codebase 2025-03-15 17:54:08 -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
3d24c15db3 Implemented brace expansion 2025-03-10 01:50:12 -04:00
1808786313 Implemented heredocs and herestrings 2025-03-09 00:34:49 -05:00
4f58c1c3fd Implemented scoping for expansions 2025-03-08 01:38:42 -05:00
3034f6c8d2 Implemented case statements 2025-03-06 15:32:28 -05:00
e7a84f1edd Initial commit for fern 2025-03-02 16:32:15 -05:00