From 081f3216f35ac5b3a25c21de8d249e8a4a1aaa5b Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Mon, 16 Mar 2020 08:23:33 -0300 Subject: [PATCH] Remove duplicates --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 196d463..05b7b34 100644 --- a/README.md +++ b/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).