./sysutils/navi, Interactive cheatsheet tool for the CLI and application launchers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.20.1, Package name: navi-2.20.1, Maintainer: pin

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.


Master sites:

Filesize: 58.632 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-18 15:27:34 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/navi: update to 2.20.1

- Fix version in Cargo.toml (#732)
   2022-05-15 23:27:10 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/navi: update to 2.20.0

New features
    Release binary for Linux ARM64 (#728)
    Make width configurable for snippet column
    Add shared paths for cheat directory and config file
    Add build feature to disable repo management
    Add build feature to disable command execution

Code quality
    Bump all possible dependencies (#729)
    Temporarily remove lint checks (#730)
    Fix path-related tests (#727)
    Fix minor typos
    Remove references to Linuxbrew
   2022-01-19 11:53:37 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/navi: update to 2.19.0

New features:
-Add smart replace functionality to the fish shell widget (#655)

Fixes:
-Allow multi-word shell.command config (#644)

Code quality:
-Improve fish widget code (#671)
-Update legacy syntax from Elvish widget (#670)
   2021-11-17 12:18:54 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/navi: update to 2.18.0

-Add support for multiline variables (#631).
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-08-09 19:28:43 by pin | Files touched by this commit (3) | Package updated
Log message:
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-05 10:51:27 by pin | Files touched by this commit (1)
Log message:
sysutils/navi: simplify Makefile