Commit Graph

15 Commits

Author SHA1 Message Date
9223e4848d implemented Ctrl+R command history searching and command history expansion with '\!' 2026-03-05 00:16:07 -05:00
0e3f2afe99 rustfmt'd the codebase 2026-03-04 19:52:29 -05:00
7b5337367b work on improving parameter expansion logic 2026-03-04 18:05:48 -05:00
77a1dc740f Early implementation of Verbatim mode 2026-03-04 15:26:54 -05:00
ad8d4db4ef Added ex mode to line editor, a 'keymap' builtin, and a zsh-like widget system using ':!<shellcmd>' ex mode commands 2026-03-03 03:19:02 -05:00
91f5824f1e fuzzy completion now looks good and works good 2026-03-02 12:38:14 -05:00
f75501ed3d 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
0371025109 completion now prefers completing variable names before trying comp specs
improved color picking for error messages
2026-03-01 11:02:13 -05:00
4cda68e635 Stuff stored in maps can be eval'd on access by storing with the -F flag 2026-02-28 01:41:16 -05:00
f0a000343b double bracket tests now do regex on '==' between two strings
fixed line wrapping causing weird cursor issues
2026-02-27 21:25:01 -05:00
faae6b82be cleaned up all compiler warnings 2026-02-27 11:08:42 -05:00
6f408b3c21 ran clippy fix 2026-02-27 11:05:08 -05:00
3d47e4edd9 Added -j flag to 'complete' for completing job names/pids 2026-02-27 11:03:56 -05:00
fae2a9eeca Implemented visual line mode 2026-02-25 21:15:44 -05:00
e7e9bfbcb6 Extracted readline from the dead prompt module 2026-02-25 20:00:19 -05:00