pagedmov
  • Joined on 2026-01-16
pagedmov pushed to main at pagedmov/shed 2026-03-05 00:55:21 -05:00
1664b81ae9 Resolve merge conflict in README: add fuzzyfinder screenshots
pagedmov pushed to main at pagedmov/shed 2026-03-05 00:52:44 -05:00
53923f72e8 Update README.md
pagedmov pushed to main at pagedmov/shed 2026-03-05 00:39:21 -05:00
d78de4ccf0 fixed PS1 and PSR variables being unresponsibe to changes inbetween prompt redraws
pagedmov pushed to main at pagedmov/shed 2026-03-05 00:34:36 -05:00
041f3612b8 Changed '\!' prompt escape sequence to '\@' to avoid conflicting with escaping ! history expansion
pagedmov pushed to main at pagedmov/shed 2026-03-05 00:28:30 -05:00
397c9cae52 Changed '\!' prompt escape sequence to '\@' to avoid conflicting with escaping ! history expansion
9223e4848d implemented Ctrl+R command history searching and command history expansion with '\!'
Compare 2 commits »
pagedmov pushed to main at pagedmov/shed 2026-03-04 19:52:34 -05:00
0e3f2afe99 rustfmt'd the codebase
pagedmov pushed to main at pagedmov/shed 2026-03-04 19:39:58 -05:00
79cb34246b panics now also write a log to ~/.local/shed/log/panic.log
pagedmov pushed to main at pagedmov/shed 2026-03-04 18:54:12 -05:00
39a33e5759 fixed issues with expansion of case arm patterns
pagedmov pushed to main at pagedmov/shed 2026-03-04 18:28:21 -05:00
b05c780774 improvement on parsing accuracy for case patterns
pagedmov pushed to main at pagedmov/shed 2026-03-04 18:27:51 -05:00
22af5fd623 improvement on parsing accuracy for case patterns
7b5337367b work on improving parameter expansion logic
Compare 2 commits »
pagedmov pushed to main at pagedmov/shed 2026-03-04 15:26:59 -05:00
77a1dc740f Early implementation of Verbatim mode
pagedmov pushed to main at pagedmov/shed 2026-03-04 14:29:48 -05:00
532e225199 Added an on-exit hook for autocmd
pagedmov pushed to main at pagedmov/shed 2026-03-04 14:12:19 -05:00
83f1988299 Implemented the autocmd builtin, which allows you to register hooks for certain shell events.
pagedmov pushed to main at pagedmov/shed 2026-03-04 13:08:17 -05:00
d7d3b56981 Implemented the autocmd builtin, which allows you to register hooks for certain shell events.
pagedmov pushed to main at pagedmov/shed 2026-03-04 13:03:17 -05:00
c74d890c5e Implemented the autocmd builtin, which allows you to register hooks for certain shell events.
pagedmov pushed to main at pagedmov/shed 2026-03-04 12:55:58 -05:00
11ff256815 Implemented the autocmd builtin, which allows you to register hooks for certain shell events.
pagedmov pushed to phosphorous at pagedmov/nixos-config 2026-03-04 00:13:38 -05:00
bf22e791d1 updated to use new shed module schema
pagedmov pushed to phosphorous at pagedmov/nixos-config 2026-03-04 00:02:41 -05:00
7113140cd7 updated to use new shed module schema
pagedmov pushed to main at pagedmov/shed 2026-03-03 23:44:19 -05:00
210b57b992 Added a 'functions' option to the home manager module
pagedmov pushed to main at pagedmov/shed 2026-03-03 23:02:21 -05:00
b16f3a9ea3 work on fixing login shell i/o issues