Commit Graph

17 Commits

Author SHA1 Message Date
22adbce9e4 Various line editor fixes and optimizations 2026-02-25 15:43:08 -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
9ec4ba85ea fixed backslashes not being stripped for special characters in double quotes 2026-02-19 00:33:02 -05:00
7d8faa51cb added a bunch of tests 2026-02-18 23:54:25 -05:00
5aead4fcdc Added rustfmt.toml, formatted codebase 2025-08-12 13:58:25 -04:00
9c4c06b3f3 implemented unit tests for variable parameter expansions. currently all green 2025-05-12 17:00:07 -04:00
11353b2d69 implemented for loops 2025-04-20 05:16:50 -04:00
ed05e34379 Implemented subshells and improved error handling 2025-03-29 22:16:26 -04:00
dd1a9a93b2 added the ability to export existing variables 2025-03-27 01:35:56 -04:00
0be4de0ffe Implemented flags and extra safety for zoltraak 2025-03-24 20:25:38 -04:00
7f8f5644df switched to Arc instead of Rc for input strings 2025-03-23 17:37:15 -04:00
e3f3e3dcdc Implemented an abstraction for extracting flags from builtins 2025-03-22 20:10:47 -04:00
653a5fe344 Re-implemented aliases 2025-03-18 21:50:53 -04:00
548ea363e3 Scripting bug fixes and more tests 2025-03-16 03:22:17 -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