Commit Graph

21 Commits

Author SHA1 Message Date
129390c2da Implemented the exec builtin
Fixed readline and terminal interactions using stdin instead of /dev/tty
2026-02-20 12:17:48 -05:00
a18a0b622f 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
934c41714a implemented nixos and home-manager nix modules for the flake 2026-02-19 17:30:21 -05:00
982d11f21b implemented the trap builtin 2026-02-19 16:39:18 -05:00
3b698628c6 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
af70266f6a Some highlighter bug fixes 2026-02-18 11:29:16 -05:00
87d465034a properly implemented read builtin
fixed bugs related to redirections and compound commands

improved io routing logic
2026-02-17 17:30:21 -05:00
12f36283ca fixed empty arguments being filtered out during word splitting 2026-02-16 19:09:10 -05:00
142194c100 migrated polling logic from virtterm branch to main 2026-02-16 18:28:57 -05:00
0e28b7bf49 Various edge case fixes for prompt expansion and command substitution 2026-01-29 04:58:04 -05:00
a4f48abd49 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
70f0e849ba Fixed logic for EINTR propagation 2026-01-28 20:48:29 -05:00
7f3e1cfcee renamed fern.rs back to main.rs 2026-01-28 19:57:14 -05:00
97b4b1835d Progress 2025-03-15 00:02:05 -04:00
363e4805b7 Early work on tab completion 2025-03-09 21:59:12 -04:00
9b805c542c Implemented cmd runtime expansion for the prompt 2025-03-09 03:51:49 -04:00
cdcfb23edb Implemented scoping for expansions 2025-03-08 01:38:42 -05:00
11576e9e08 Various improvements 2025-03-07 03:36:25 -05:00
1b3e2c0887 Early implementation of scripting elements 2025-03-05 01:36:58 -05:00
5dd9ee96ad Implemented functions and aliases 2025-03-02 22:49:36 -05:00
a9a9642a2a Initial commit for fern 2025-03-02 16:32:15 -05:00