1f9d59b546
fixed ss3 escape code parsing, added a cursor mode reset that triggers on child exit
2026-03-15 11:11:35 -04:00
9bd9c66b92
implemented '<>' redirects, and the 'seek' builtin
...
'seek' is a wrapper around the lseek() syscall
added noclobber to core shopts and implemented '>|' redirection syntax
properly implemented fd close syntax
fixed saved fds being leaked into exec'd programs
2026-03-14 20:04:20 -04:00
2ea44c55e9
implemented 'type' and 'wait' builtins
...
fixed some tcsetpgrp() misbehavior
fixed not being able to redirect stderr from builtins
2026-03-01 17:14:48 -05:00
ee4eb86ca5
cleaned up all compiler warnings
2026-02-27 11:08:42 -05:00
cf46303659
Ran the codebase through rustfmt
2026-02-23 23:32:46 -05:00
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
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
7f3e1cfcee
renamed fern.rs back to main.rs
2026-01-28 19:57:14 -05:00
8ad53f09b3
Added rustfmt.toml, formatted codebase
2025-08-12 13:58:25 -04:00
4d16ffa60f
implemented for loops
2025-04-20 05:16:50 -04:00
1eb19092cc
implemented globbing and tilde expansions
2025-03-28 12:02:34 -04:00
70d114254d
Implemented a new builtin and improved error handling
2025-03-24 17:53:32 -04:00
d4f8f023af
re-imported job/signal code from old implementation
2025-03-15 17:14:52 -04:00
97b4b1835d
Progress
2025-03-15 00:02:05 -04:00
e81c4903b9
Implemented brace expansion
2025-03-10 01:50:12 -04:00
363e4805b7
Early work on tab completion
2025-03-09 21:59:12 -04:00
cdcfb23edb
Implemented scoping for expansions
2025-03-08 01:38:42 -05:00
1b3e2c0887
Early implementation of scripting elements
2025-03-05 01:36:58 -05:00
a9a9642a2a
Initial commit for fern
2025-03-02 16:32:15 -05:00