From bb516e18342d47abc77321ce616af35ca4b221a6 Mon Sep 17 00:00:00 2001 From: Mulia Nasution Date: Sun, 12 Feb 2017 03:16:07 +0700 Subject: [PATCH] Add ripgrep (#192) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be8c3ae..7b02626 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [pathpicker](https://github.com/facebook/PathPicker) - Accepts inputs like grep, searches, git etc; allows selecting files from the result of the input, which you can then open or provide as argument to a command. * [percol](https://github.com/mooz/percol) - Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell * [qfc](https://github.com/pindexis/qfc) - File-completion widget for Bash and Zsh +* [rg](https://github.com/BurntSushi/ripgrep) - ripgrep is a line oriented search tool that combines the usability of The Silver Searcher with the raw speed of GNU grep * [SHML](https://github.com/odb/shml) - Style framework for the terminal (Shell Markup Language) * [slugify](https://github.com/benlinton/slugify) - Command that converts filenames and directories to a web friendly format * [sman](https://github.com/tokozedg/sman) - :bug: A command-line snippet manager