mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 14:04:17 +00:00
Minor README fixes
This commit is contained in:
parent
dff6e054bf
commit
c3c7eeab19
3 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,7 @@ An interactive cheatsheet tool for the command-line and application launchers.
|
|||
|
||||
![Terminal demo](https://user-images.githubusercontent.com/3226564/76437136-ddc35900-6397-11ea-823c-d2da7615fe60.gif)
|
||||
|
||||
**navi** allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dinamically displayed in a list.
|
||||
**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.
|
||||
|
||||
#### Pros
|
||||
- it will spare you from knowing CLIs by heart
|
||||
|
|
|
@ -7,7 +7,7 @@ This is *experimental*. If you face any issues, please report the issue [here](h
|
|||
|
||||
### Instructions
|
||||
|
||||
- make sure you have [Alfred Powerpack](https://www.alfredapp.com/powerpack/);
|
||||
- make sure **navi** is up to date;
|
||||
- make sure that the `navi` binary is in the `$PATH` determined by `~/.bashrc`;
|
||||
- download and install the `.alfredworkflow` for the [latest release](https://github.com/denisidoro/navi/releases/latest).
|
||||
- make sure you have [Alfred Powerpack](https://www.alfredapp.com/powerpack/)
|
||||
- make sure **navi** is up to date
|
||||
- make sure that the `navi` binary is in the `$PATH` determined by `~/.bashrc`
|
||||
- download and install the `.alfredworkflow` for the [latest release](https://github.com/denisidoro/navi/releases/latest)
|
||||
|
|
|
@ -33,6 +33,8 @@ In order to add your own repository as a featured cheatsheet repo, please [edit
|
|||
|
||||
### Using cheatsheets from other tools
|
||||
|
||||
![Demo](https://user-images.githubusercontent.com/3226564/91878474-bae27500-ec55-11ea-8b19-17876178e887.gif)
|
||||
|
||||
You can use cheatsheets from [tldr](https://github.com/tldr-pages/tldr) by running:
|
||||
```sh
|
||||
navi --tldr <query>
|
||||
|
|
Loading…
Reference in a new issue