mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Fix typos
This commit is contained in:
parent
5a00cb4417
commit
803d931499
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -2,11 +2,13 @@
|
|||
|
||||
An interactive cheatsheet tool for the command-line so that you'll never say the following again:
|
||||
|
||||
*- How to run that command again?*
|
||||
*- Oh, it's not in my bash history*
|
||||
*- Geez, it's almost what I wanted but I need to change some args*
|
||||
> *How to run that command again?*
|
||||
|
||||
![Demo](https://user-images.githubusercontent.com/3226564/65347073-8dbbc480-dbb4-11e9-886f-0f10d56def74.gif)
|
||||
> *Oh, it's not in my bash history*
|
||||
|
||||
> *Geez, it's almost what I wanted but I need to change some args*
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/3226564/65347073-8dbbc480-dbb4-11e9-886f-0f10d56def74.gif" alt="Demo" width="60%" />
|
||||
|
||||
**navi** allows you to browse through cheatsheets (that you may write yourself or downloaded from maintainers) and execute commands, prompting for argument values.
|
||||
|
||||
|
|
Loading…
Reference in a new issue