From 730d2e65443d556a534082ff5c372784f012baa5 Mon Sep 17 00:00:00 2001 From: "Amr Tj. Wallas" Date: Fri, 3 Apr 2015 22:18:07 +0200 Subject: [PATCH] Adds silver searcher `ag` A code-searching tool similar to ack, but faster. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d049bcd..13023d7 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [zsh-dwim](https://github.com/oknowton/zsh-dwim) - ZSH Do what I mean. * [zsh-notify](https://github.com/marzocchi/zsh-notify) - Desktop notifications for long running commands in zsh * [zshmarks](https://github.com/jocelynmallon/zshmarks) - A port of Bashmarks (simple bookmarking plugin by Todd Werth) for oh-my-zsh +* [ag](https://github.com/ggreer/the_silver_searcher) - Super fast string search through a directory hierarchy # Guides * [Bash Hackers Wiki](http://wiki.bash-hackers.org/)