pagedmov
  • Joined on 2026-01-16
pagedmov pushed to main at pagedmov/shed 2026-03-03 23:00:30 -05:00
d5e0274114 work on fixing login shell i/o issues
pagedmov pushed to main at pagedmov/shed 2026-03-03 22:34:20 -05:00
1795995b98 fixed parser bug introduced in recent commit
pagedmov pushed to main at pagedmov/shed 2026-03-03 21:20:40 -05:00
ed4e3b547b Updated home manager module with options for recent feature additions
pagedmov pushed to main at pagedmov/shed 2026-03-03 21:17:03 -05:00
9cfb597669 Updated home manager module with options for recent feature additions
pagedmov pushed to main at pagedmov/shed 2026-03-03 21:15:17 -05:00
eb130bb077 Updated home manager module with options for recent feature additions
pagedmov pushed to main at pagedmov/shed 2026-03-03 21:14:58 -05:00
86e8b8a924 fixup! fixup! Updated home manager module with options for recent feature additions
pagedmov pushed to main at pagedmov/shed 2026-03-03 21:12:55 -05:00
2f9117f326 fixup! Updated home manager module with options for recent feature additions
pagedmov pushed to main at pagedmov/shed 2026-03-03 21:00:22 -05:00
96713b06b7 Updated home manager module with options for recent feature additions
pagedmov pushed to main at pagedmov/shed 2026-03-03 20:39:14 -05:00
1f2077af1d Added 'read_key' builtin that allows widget scripts to handle input
pagedmov pushed to main at pagedmov/shed 2026-03-03 03:33:56 -05:00
7912f747fd fixed default leader key ('\') not expanding properly
ad8d4db4ef Added ex mode to line editor, a 'keymap' builtin, and a zsh-like widget system using ':!<shellcmd>' ex mode commands
Compare 2 commits »
pagedmov pushed to main at pagedmov/shed 2026-03-02 12:38:17 -05:00
91f5824f1e fuzzy completion now looks good and works good
pagedmov pushed to main at pagedmov/shed 2026-03-02 01:54:27 -05:00
362be13b5b Early implementation of fuzzy completion menu
pagedmov pushed to main at pagedmov/shed 2026-03-01 21:19:44 -05:00
55ec28e104 bumped version to 0.4.0
pagedmov pushed to main at pagedmov/shed 2026-03-01 21:18:39 -05:00
f5513c4be5 implemented 'getopts' builtin
pagedmov pushed to main at pagedmov/shed 2026-03-01 17:14:51 -05:00
f75501ed3d implemented 'type' and 'wait' builtins
pagedmov pushed to main at pagedmov/shed 2026-03-01 11:03:06 -05:00
0371025109 completion now prefers completing variable names before trying comp specs
pagedmov pushed to main at pagedmov/shed 2026-03-01 02:39:28 -05:00
303e85ad29 Fixed 'C' and 'D' verbs deleting the newline character
pagedmov pushed to main at pagedmov/shed 2026-03-01 02:21:04 -05:00
dff87fd5c2 More progress on integrating ariadne's error reporting
792b0c21d0 Work on integrating error reporting using the ariadne crate
9d8d8901d7 Add array support for local/export/readonly builtins
Compare 3 commits »
pagedmov pushed to main at pagedmov/shed 2026-02-28 01:41:19 -05:00
4cda68e635 Stuff stored in maps can be eval'd on access by storing with the -F flag
f0a000343b double bracket tests now do regex on '==' between two strings
Compare 2 commits »
pagedmov pushed to main at pagedmov/shed 2026-02-27 20:38:03 -05:00
0c40f17b60 added 'map', 'pop', 'push', 'fpop', 'fpush', and 'rotate' builtins