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

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.26 to 0.9.4. Release notes Sourced from serde_yaml's releases. 0.9.4 Add serde_yaml::with::singleton_map for serialization of enums as a 1-entry map (#300) Reject duplicate keys when deserializing Mapping...

dependencies

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.32. Release notes Sourced from thiserror's releases. 1.0.32 Add keywords to crates.io metadata Commits 8cb98af Release 1.0.32 c1fb583 Disable nightly backtrace testing until converted to...

dependencies

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.60. Release notes Sourced from anyhow's releases. 1.0.60 Propagate --target to rustc invocation when deciding about backtrace support (#249, thanks @​RalfJung) 1.0.59 Update crates.io metadata...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.140 to 1.0.142. Release notes Sourced from serde's releases. v1.0.142 Add keywords to crates.io metadata v1.0.141 Add no-std category to crates.io metadata Commits abb2a84 Release 1.0.142 a31d0be...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.14 to 3.2.16. Release notes Sourced from clap's releases. v3.2.16 [3.2.16] - 2022-07-30 Fixes Ensure required arguments appear in errors when they are also members of a...

dependencies

**Describe the bug** When using bash with readline set to vi editing mode the widget does not work. **To Reproduce** Steps to reproduce the behavior: ```shell set -o vi source

bug
help wanted

I love navi's ability to interactivly query variable values. However, there are occasions where I'd like to skip this and instead print the whole command as-is (including its variable names)...

new feature

**Is your feature request related to a problem? Please describe.** As mentioned at [auto-updating-repositories](https://github.com/denisidoro/navi/blob/master/docs/cheatsheet_repositories.md#auto-updating-repositories), so in case these repos are updated, one can easily get the latest and greatest. **Describe...

new feature

**Describe the bug** On MacOS, the repo browser can't show the cheat files. **To Reproduce** Steps to reproduce the behavior: 1. Run `navi repo browse` 2. Select a repo 3....

bug

**Describe the bug** The `--expand` parameter doesn't work when specifying the default values of an argument, if the `--map` parameter is also used. **To Reproduce** In the file `/tmp/cheats/cheat.cheat`, write...