New features:
c9701 Print an empty line between previews (#536)
54ff5 Add icon SVG (#537)
4c958 Replace ~ by $HOME in paths (#565)
dd1cd Interpolate env variables in NAVI_PATH (#588)
954bc yaml: add support for cheats.paths
e6acb Add support for --expand
85ca6 Add cheats for navi itself (#599)
Fixes:
26ec4 Fix preview-window in Windows (#531)
baa47 Fix navi fn welcome (#534)
30fbb Use absolute path for navi when possible (#535)
327f9 Pass delimiter to finder
4ac39 Respect BIN_DIR in install script (#566)
72578 Fix preview-var when using fish (#567)
63068 Respect fzf-overrides in shell widget (#568)
fe37c Fix finder options (#590)
59362 Fix behavior for snippets with duplicated lines
0f95a Fix --map when using zsh
32a37 Fix colors in help message
3abd3 Widget: fix interpretation of ||
9396f Widget: fix replacements in case of multiple occurrences
Code quality:
8a031 Use cargo directly in makefile
d48d5 Bump regex from 1.4.5 to 1.4.6 (#538)
14017 Upgrade to GitHub-native Dependabot (#540)
5e7b2 Fix clippy warnings
cd57b Fix path for bash used in tests (#591)
425ce Use correct bash binary in Makefile
Breaking changes:
3f300 Prevent snippet autoselection
954bc yaml: deprecate support for cheats.path
02fc8 Do not collapse empty lines in snippets (#595)
a36c2 Close widget on single ESC (#597)
Breaking changes:
-Change default widths (#506)
-Remove support for Alfred (#509)
-Remove support for --save (#510)
-Remove support for --no-preview (#515)
-Remove support for navi query and navi best (#516)
-Fail on bad colors (#519)
-Rename osx target to apple-darwin (#526)
New features:
-Add navi fn map::expand
-Allow tag filtering (#508)
-Allow configuration of shell used for shell out (#511)
-Add support for config files (#518)
Fixes:
-Use \ for paths in Windows (#499)
-Fix navi fn url::open (#503)
-Fix Windows builds (#522)
Code quality:
-Remove unnecessary uses of vector of files (#507)
-Use anyhow::Result
-Document all environment variables (#512)
-Refactor writer packages (#517)
-Simplify regex dependency (#525)
-Refactor scripts (#527)
-Improve documentation (#529)
Please check navi --help and /docs for more instructions in case you use the
features removed in this release.
New features:
-Publish binaries for more platforms, including Windows (#490)
Fixes:
-Fix path for downloaded cheats (#493)
-Fix navi fn welcome (#495)
Code quality:
-Update demo video (#488)
-Add link to more shell instructions
Breaking changes:
-Make --map behave as function body (#468)
New features:
-Make preview var content streamable
-Improve bash and zsh widgets (#486)
Fixes:
-If command not found in cheatsh, report and return
-Make preview window show mapped values
Code quality:
-Fix warnings (#464)
-Fix all new warnings (#467)
-Move common helpers to src/ (#465)
-Bump all dependencies (#466)
-Remove unused code for global flag
-Correctly show preview var window for --multi (#472)
-Refactor finder packages (#473)
-Refactor terminal_width package
-Refactor core package (#476)
-Refactor fetcher packages (#477)
-Rename display package
-Add instructions for shell widget customization (#480)
-Use Pathbufs appropriately (#481)
-Use remove_dir_all crate (#482)
-Use crossterm instead of termion and terminal_width
-Refactor env_vars package (#485)
An interactive cheatsheet tool for the command-line and application launchers.
navi allows you to browse through cheatsheets (that you may write yourself or
download from maintainers) and execute commands.
Suggested values for arguments are dynamically displayed in a list.