Commit Graph

14 Commits

Author SHA1 Message Date
aed0e6fb8c - fixed 'I' command in normal mode not moving to exact start of line
- Added disown builtin
- Fixed job table not hanging up child processes on exit
- Added target architecture and os to --version output
- Added local builtin for creating variables scoped to functions
2026-02-23 16:10:49 -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
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
ae3c9a0445 Implemented proper variable scoping
Extracted business logic out of signal handler functions

Consolidated state variables into a single struct

Implemented var types
2026-01-28 19:30:48 -05:00
5aead4fcdc Added rustfmt.toml, formatted codebase 2025-08-12 13:58:25 -04:00
dd1a9a93b2 added the ability to export existing variables 2025-03-27 01:35:56 -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
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
41582672d5 Implemented prompt expansion 2025-03-09 03:30:03 -04: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