Commit graph

6 commits

Author SHA1 Message Date
pin
e1f15bf774 sysutils/navi: update to 2.17.2
-Update crate dependencies.
2021-09-02 11:28:55 +00:00
pin
b48b574109 syutils/navi: update to 2.17.0
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)
2021-08-09 17:28:42 +00:00
pin
e4f9832d5c sysutils/navi: update to 2.16.0
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.
2021-04-19 16:18:39 +00:00
pin
4d2f734c04 sysutils/navi: update to 2.15.0
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)
2021-04-10 20:03:35 +00:00
pin
0d5d6f9fd2 sysutils/navi: update to 2.14.0
New features:
-Add keybinding for editing cheatsheet entry
-Improve argument parsing (#452)

Fixes:
-Add UX workaround for nested variables
-Convert - to _ for env vars (#454)

Code quality:
-Remove deprecated flags (#453)
2021-01-19 07:16:54 +00:00
pin
580a1a04c6 sysutils/navi: import package
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.
2021-01-01 14:53:03 +00:00