Highlights

  • New jeff tmpl workflow: 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> and jeff 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 / extkeys so Shift+Enter and other modified keys are forwarded to applications inside Jeff tmux.

  • feat: add jeff tmux init to append the recommended extended-keys settings to ~/.tmux.conf (with user confirmation) so Shift+Enter works reliably.

  • feat: add jeff tmpl with list and validate plus dynamic shell completion for template names from ~/.config/jeff/templates/**/main.tmpl.