pagedmov
  • Joined on 2026-01-16
pagedmov pushed to main at pagedmov/shed 2026-02-27 13:32:05 -05:00
ab2ce36af4 added extra completion to home manager module
pagedmov pushed to main at pagedmov/shed 2026-02-27 13:10:32 -05:00
076c94df3c Added alias (-a) and signal (-S) flags for 'complete' and 'compgen'
pagedmov pushed to main at pagedmov/shed 2026-02-27 11:08:48 -05:00
faae6b82be cleaned up all compiler warnings
pagedmov pushed to main at pagedmov/shed 2026-02-27 11:08:15 -05:00
1da04a4d0c cleaned up all compiler warnings
6f408b3c21 ran clippy fix
Compare 2 commits »
pagedmov pushed to main at pagedmov/shed 2026-02-27 11:04:02 -05:00
3d47e4edd9 Added -j flag to 'complete' for completing job names/pids
pagedmov pushed to main at pagedmov/shed 2026-02-27 10:07:49 -05:00
a581f5161f shopt now prints current values if no args are given
pagedmov pushed to main at pagedmov/shed 2026-02-27 09:59:16 -05:00
8d8c1f1ead Update README.md
pagedmov pushed to main at pagedmov/shed 2026-02-27 09:44:38 -05:00
105cf7c275 Implemented -o opt for complete/compgen builtins
pagedmov pushed to main at pagedmov/shed 2026-02-27 02:14:45 -05:00
f7e3d18502 Fixed possible refcell borrow panic related to expanding variables in an array index
pagedmov pushed to main at pagedmov/shed 2026-02-27 01:34:59 -05:00
edc29595b8 Fixed regressions in completion system caused by previous commit
pagedmov pushed to main at pagedmov/shed 2026-02-27 01:16:10 -05:00
96ea2d0ac9 Early implementation of bash-like completions with 'complete' and 'compgen' builtins
pagedmov pushed to main at pagedmov/shed 2026-02-26 08:37:08 -05:00
1e9c54caea switched to DEC cursor save/reload sequences from SCO sequences for better terminal compatibility
pagedmov pushed to main at pagedmov/shed 2026-02-26 00:33:29 -05:00
e61ca45249 Merge branch 'main' of github.com:km-clay/fern
e775955fe9 Update my_prompt.md with prompt image
Compare 2 commits »
pagedmov pushed to main at pagedmov/shed 2026-02-26 00:33:08 -05:00
f9312885bd Implemented arrays and array indexing
pagedmov pushed to main at pagedmov/shed 2026-02-25 21:21:20 -05:00
b55e6e2dfd Merge branch 'main' of github.com:km-clay/fern
331b1e005a UpdateREADME.md
5c967cc7a3 Enhance Visual mode description in README
68875e9c36 Update README.md
Compare 4 commits »
pagedmov pushed to main at pagedmov/shed 2026-02-25 21:15:49 -05:00
fae2a9eeca Implemented visual line mode
pagedmov pushed to main at pagedmov/shed 2026-02-25 20:00:24 -05:00
e7e9bfbcb6 Extracted readline from the dead prompt module
pagedmov pushed to main at pagedmov/shed 2026-02-25 19:56:11 -05:00
b013a9513d Implemented a gutter with line numbers for multi-line editing
pagedmov pushed to main at pagedmov/shed 2026-02-25 17:58:44 -05:00
85951c4acc Fixed prompt not automatically getting PSR value
pagedmov pushed to main at pagedmov/shed 2026-02-25 17:54:24 -05:00
56264731c4 Fixed issue with pipeline I/O in command substitutions