Navi Versions Save

An interactive cheatsheet tool for the command-line

v2.14.0

3 years ago

:sparkles: New features

  • 8e324 Add keybinding for editing cheatsheet entry
  • 5c43c Improve argument parsing (#452)

:bug: Fixes

  • 93058 Add UX workaround for nested variables
  • dd519 Convert - to _ for env vars (#454)

:computer: Code quality

v2.13.1

3 years ago

:bug: Fixes

  • ae3d4 Prevent invisible preview window in case of :hidden in FZF_DEFAULT_OPTS (#446)
  • f31ee Update help commands

v2.13.0

3 years ago

:sparkles: New features

  • 8e324 Trigger edit on the current cheat file

:bug: Fixes

  • 14997 Fix error when pressing enter with nothing selected (#438)
  • 6dcbc Improve support for variable prompt in shell scripting (#428)
  • 648eb Alfred workflow: fix quoting (#430)
  • ca458 Fix autoselect-1 when using skim (#429)
  • ff84a Fix error when downloading repo using tab (#427)
  • 9cf12 Fix trailing slash in $NAVI_PATH (#426)

:computer: Code quality

  • 0e2f2 Bump Github actions dependencies (#439)
  • 0ddf7 Make break logic simpler

v2.12.1

3 years ago

:bug: Fixes

  • de061 Fix support for fish shell (#421)
  • 7724e Fix typo in aliases.md

:computer: Code quality

v2.12.0

3 years ago

:sparkles: New features

  • 2868d Add navi info cheats-path command (#409)
  • fa08d Repo: add option for importing all files (#407)
  • 16e40 Restart navi after adding a repo (#404)
  • 52b52 Make cheat finding recursive (#403)
  • 0e902 Add ctrl-r binding for toggle-all (#402)
  • 6808d Allow variable suggestions to use preview window (#399)

:computer: Code quality

:bug: Fixes

  • 5fad7 Prevent deprecation notice in shell widget (#405)

v2.11.0

3 years ago

:sparkles: New features

  • 566f7 Revamp preview window for argument selection (#398)

:bug: Fixes

  • 566f7 Fix preview-window height in skim (#398)

v2.10.0

3 years ago

:sparkles: New features

  • abae4 Allow color and width customization (#386)
  • 4ba03 Allow initial support for tldr and cheat.sh (#387)

:computer: Code quality

v2.9.0

3 years ago

:sparkles: New features

  • 00fe2 Add ability to extend cheatsheets (#382)

:computer: Code quality

  • e64d1 Make variable-map multi-indexed (#381)

v2.8.0

3 years ago

:sparkles: New features

  • 65799 Allow implicit variable dependencies (#379)

v2.7.2

3 years ago

:sparkles: New features

  • f071f Shell widget: use what's already typed in the command line as a filter

:computer: Code quality

  • 13a3b Shell widget: improve bash implementation
  • ca1ff Add instructions on installing with nix