Skip to content

Commit

Permalink
fancier features list
Browse files Browse the repository at this point in the history
  • Loading branch information
ranyitz committed Mar 22, 2018
1 parent 2805ab3 commit 132b536
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
When debugging a problem, I sometimes find myself checking what are the installed versions of the modules within `node_modules` directory. While current commands like `npm list` provide too much clutter and are usually not fast enough. _qnm_ aims to get this information **fast** and show you only important information, while supporting both yarn & npm.

## Features
* Tab completions
* Match all packages with a specific string
* Why a package was installed?
* :speech_balloon: Tab completions
* :sparkles: Interactive fuzzy-search
* :abc: Match all packages with a specific string
* :interrobang: Why a package was installed?

## Installation

Expand Down

0 comments on commit 132b536

Please sign in to comment.