summaryrefslogtreecommitdiff
path: root/sysutils/navi
AgeCommit message (Collapse)AuthorFilesLines
2022-05-18sysutils/navi: update to 2.20.1pin2-6/+6
- Fix version in Cargo.toml (#732)
2022-05-15sysutils/navi: update to 2.20.0pin3-100/+145
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-19sysutils/navi: update to 2.19.0pin3-55/+43
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-17sysutils/navi: update to 2.18.0pin3-85/+92
-Add support for multiline variables (#631).
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-91/+91
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-91/+1
2021-09-02sysutils/navi: update to 2.17.2pin3-29/+30
-Update crate dependencies.
2021-08-09syutils/navi: update to 2.17.0pin3-153/+158
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-05sysutils/navi: simplify Makefilepin1-3/+1
2021-07-05sysutils/navi: reclaim maintainershippin1-2/+2
2021-04-24sysutils/navi: reset maintainerpin1-2/+2
2021-04-19sysutils/navi: update to 2.16.0pin3-8/+38
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-11sysutils/navi: update to 2.15.1pin2-7/+7
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
2021-04-10sysutils/navi: update to 2.15.0pin3-268/+283
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-01-19sysutils/navi: update to 2.14.0pin3-38/+48
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-01sysutils/navi: import packagepin5-0/+424
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.