Commit Graph

19 Commits

Author SHA1 Message Date
cdc9e7e266 fixed compound commands not working in pipelines
improved pipe assignment logic to prevent potential resource leaks
2026-03-05 13:34:34 -05:00
1efaf0e516 updated max_hist default to 10,000 and added an option to remove the cap by setting it to -1 2026-03-05 09:34:02 -05:00
0ec8c5cca1 implemented Ctrl+R command history searching and command history expansion with '\!' 2026-03-05 00:16:07 -05:00
12267716be Added an on-exit hook for autocmd
improved mode-switching autocmd hook logic

fixed escaping logic in single quote expansion
2026-03-04 14:29:44 -05:00
fbadbebf8c Implemented the autocmd builtin, which allows you to register hooks for certain shell events. 2026-03-04 14:12:10 -05:00
ba2301fd38 Added a 'functions' option to the home manager module 2026-03-03 23:44:16 -05:00
81135c9ad2 Updated home manager module with options for recent feature additions 2026-03-03 21:20:35 -05:00
bdc77eda30 added extra completion to home manager module 2026-02-27 13:32:01 -05:00
90e69f96d2 changed package name from 'fern' to 'shed' 2026-02-24 18:02:13 -05:00
cd40760ea0 Refactored internals for builtins inside of pipelines 2026-02-24 10:54:24 -05:00
46d6d5319f Added auto-indent to multi-line editing -m Added shopt for enabling/disabling auto-indent -m Fixed some multi-line editing render bugs -m Scrolling up in history now preserves undo/redo history in the pending command 2026-02-23 20:52:33 -05:00
5a8b7831a8 changed bell style option to a simple boolean 2026-02-23 14:11:41 -05:00
b668dab522 Fixed some weirdness in the logic for scrolling through command history 2026-02-19 20:12:51 -05:00
7a24f91334 fixed alias and export renderers writing values in single quotes 2026-02-19 18:19:49 -05:00
0bc55ff365 fixed bug in .fernrc renderer in hm module 2026-02-19 18:09:57 -05:00
617a3e17a8 added aliases and env vars to home manager module 2026-02-19 18:02:58 -05:00
934c41714a implemented nixos and home-manager nix modules for the flake 2026-02-19 17:30:21 -05:00
b6be68b235 removed nix artifacts 2025-04-19 12:46:00 -04:00
a9a9642a2a Initial commit for fern 2025-03-02 16:32:15 -05:00