navi icon indicating copy to clipboard operation
navi copied to clipboard

An interactive cheatsheet tool for the command-line

Results 109 navi issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Empty output when a variable only contains `fzf` options. **To Reproduce** Consider the following MWE ```sh # search for a file in packages apt-file -x search $...

bug

Use this alias: ``` # default navi to print, not to execute navi() { if command navi --print "$@" > /tmp/navi_output; then /usr/bin/glow /tmp/navi_output else echo "navi command failed" >&2...

new feature

I published a simple Visual Studio extension for navi syntax highlighting and added a short mention in the syntax doc. The extension page in the Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=yanivmo.navi-cheatsheet-language The...

**Describe the bug** One of my cheatsheet produces error ``` export RUST_BACKTRACE=1; navi thread 'main' panicked at 'byte index 2 is not a char boundary; it is inside '\u{a0}' (bytes...

bug

**Describe the bug** Error would occur if you build from source (`make install`) and it is caused by outdated rustc version. **To Reproduce** Steps to reproduce the behavior: 1. Download...

bug

**Is your feature request related to a problem? Please describe.** I'd like to select a query, whether single or multiple selections. Currently, for single selection, the `` key is bound...

new feature

Currently, the default delimiter is **two** or more white space characters. The default delimiter should be **one** or more white space characters.

Awesome tool! Absolutely love it! I am wondering how to display full information in the parameterize option display. In essence, in your video demo you show how to select a...

new feature

Thanks for the great product. Let me send you a feature request. If you have already considered it and decided not to adopt it, please let me know. --- **Is...

new feature