Release v0.3.15
Highlights
- New
jeff tmplworkflow: list, validate, and render text-template packages from~/.config/jeff/templates/<name>/main.tmpl. - Template names now support shell completion for
jeff tmpl validate <name>andjeff tmpl render <name>. - Includes support local and cross-template references with safe path handling.
Downloads
Changes
-
feat: add arrow navigation (Right opens submenus, Left goes up) and map Insert / Shift+Insert to inserting commands or submenus in the Ctrl-T menu.
-
change: drop the Shift+Insert special case in the Ctrl-T menu so Shift+Enter no longer gets swallowed.
-
feat: make the Delete key delete menu entries just like pressing
d. -
feat: enable tmux
extended-keys/extkeysso Shift+Enter and other modified keys are forwarded to applications inside Jeff tmux. -
feat: add
jeff tmux initto append the recommendedextended-keyssettings to~/.tmux.conf(with user confirmation) so Shift+Enter works reliably. -
feat: add
jeff tmplwithlistandvalidateplus dynamic shell completion for template names from~/.config/jeff/templates/**/main.tmpl.