Commit Graph

17 Commits

Author SHA1 Message Date
3d47e4edd9 Added -j flag to 'complete' for completing job names/pids 2026-02-27 11:03:56 -05:00
cab7a0fea7 Ran the codebase through rustfmt 2026-02-23 23:32:46 -05:00
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
4a6a941f1e Fixed logic for EINTR propagation 2026-01-28 20:48:29 -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
29cd4a69b6 Cleaned up warnings 2025-03-23 17:41:12 -04:00
62c76e70a6 Implemented prompt expansion, and display for errors 2025-03-18 15:54:06 -04:00
48236398f5 Early work on scripting features 2025-03-16 02:56:29 -04:00
8699fc408b Re-implemented more job control logic 2025-03-16 00:16:33 -04:00
149e0ef2c8 Progress 2025-03-15 00:02:05 -04:00
4f58c1c3fd Implemented scoping for expansions 2025-03-08 01:38:42 -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