mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-22 17:47:56 +00:00
|
…
|
||
|---|---|---|
| .. | ||
| README.md | ||
The info subcommands of navi
Navi exposes information about its default values or examples for you to use.
Default configuration information
Default configuration path
Navi exposes its default configuration path with:
navi info config-path
Note
See /docs/configuration/ for more details on how the default configuration path is defined.
Example configuration file
Navi lets you get an example configuration file with:
navi info config-example
Note
You can retrieve this file at the following address: /docs/examples/configuration/config-example.yaml
For example, you can use this command to create the default configuration file, if not already present:
navi info config-example > "$(navi info config-path)"
Default cheatsheets path
Navi exposes its default cheatsheets path with:
navi info cheats-path
Note
See /docs/configuration/ for more details on how the cheatsheets path is defined.