navi
navi copied to clipboard
An interactive cheatsheet tool for the command-line
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.140 to 1.0.144. Release notes Sourced from serde's releases. v1.0.144 Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl...
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.24.0 to 0.25.0. Release notes Sourced from crossterm's releases. 0.25 BREAKING: Copy trait is removed from Event, you can keep it by removing the "bracked-paste" feature flag....
I am just wondering if I have installed navi correctly. I am using macOS Monterey 12.5 and installed navi using homebrew via `brew install navi`. To install the shell widget,...
Hi, the current releases for arm64 Linux is based on gnu and not musl. As a result, the binary is dynamically linked: ```bash $ https://github.com/denisidoro/navi/releases/download/v2.23.0/navi-v2.23.0-aarch64-unknown-linux-gnu.tar.gz $ file navi && ldd...
**Describe the bug** Searching doesn't work for words, that do not fit in one line on current terminal size. When running navi, snippet description line is truncated with `...` and...
**Describe the bug** To make it easier for navi discovery in github. This topic https://github.com/topics/cheatsheet
**Describe the bug** *Error message: /bin/bash: line 1: c:binnavi.exe: command not found* My executable is of course in c:\bin\navi.exe but something is going wrong with backslashes parsing. **To Reproduce** Just...
**Describe the bug** The zsh widget returns different lists of candidates for the same input when using a full-screen and half-screen terminal. The issue seems linked to `width_percentage` in config.yaml....
**Describe the bug** Invoking `_navi_widget` after zsh input leads to seemingly arbitrary results. **To Reproduce** 1. Download the default cheatsheets. 2. Launch a new terminal with a zsh shell. 3....
**Is your feature request related to a problem? Please describe.** I'd like to be able to set Bash as my shell on Windows. I share my cheat files between OSs,...