Commit Graph

27 Commits

Author SHA1 Message Date
22adbce9e4 Various line editor fixes and optimizations 2026-02-25 15:43:08 -05:00
953b387b44 Added job count prompt escape code, '\j' 2026-02-25 01:56:24 -05:00
9c8a5713db Added PSR environment variable for drawing a string on the right side of the prompt
Pending normal mode sequences are now shown in the top right of the prompt
2026-02-25 01:13:12 -05:00
e6242c4d8a changed package name from 'fern' to 'shed' 2026-02-24 18:02:13 -05:00
367218d3e8 Fixed command substitutions not expanding when used as a command name 2026-02-23 23:32:12 -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
88c0945e47 Implemented the exec builtin
Fixed readline and terminal interactions using stdin instead of /dev/tty
2026-02-20 12:17:48 -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
9836c79feb implemented nixos and home-manager nix modules for the flake 2026-02-19 17:30:21 -05:00
744693a89d implemented the trap builtin 2026-02-19 16:39:18 -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
67674cf5b5 Some highlighter bug fixes 2026-02-18 11:29:16 -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
6055f3434d fixed empty arguments being filtered out during word splitting 2026-02-16 19:09:10 -05:00
cefd55e7af migrated polling logic from virtterm branch to main 2026-02-16 18:28:57 -05:00
6d6e55375c Various edge case fixes for prompt expansion and command substitution 2026-01-29 04:58:04 -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
4a6a941f1e Fixed logic for EINTR propagation 2026-01-28 20:48:29 -05:00
2c52a3621e renamed fern.rs back to main.rs 2026-01-28 19:57:14 -05:00
149e0ef2c8 Progress 2025-03-15 00:02:05 -04:00
1d787ad892 Early work on tab completion 2025-03-09 21:59:12 -04:00
e118844d57 Implemented cmd runtime expansion for the prompt 2025-03-09 03:51:49 -04:00
4f58c1c3fd Implemented scoping for expansions 2025-03-08 01:38:42 -05:00
90243834ff Various improvements 2025-03-07 03:36:25 -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