mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
Remove duplicates
This commit is contained in:
parent
be4ea8424f
commit
081f3216f3
1 changed files with 4 additions and 9 deletions
13
README.md
13
README.md
|
@ -8,15 +8,10 @@ An interactive cheatsheet tool for the command-line.
|
|||
|
||||
**navi** allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Argument suggestions are prompted to you.
|
||||
|
||||
It will:
|
||||
- make you type less;
|
||||
- spare you from knowing CLIs by heart;
|
||||
- teach you new one-liners.
|
||||
|
||||
It will:
|
||||
- make you type less;
|
||||
- spare you from knowing CLIs by heart;
|
||||
- teach you new one-liners.
|
||||
#### Pros
|
||||
- it will make you type less;
|
||||
- it will spare you from knowing CLIs by heart;
|
||||
- it will teach you new one-liners.
|
||||
|
||||
It uses [fzf](https://github.com/junegunn/fzf) under the hood and it can be either used as a command or as a shell widget (*à la* Ctrl-R).
|
||||
|
||||
|
|
Loading…
Reference in a new issue