From 446d8d9b357837acf4b8c3aa1c2c9a773452ace6 Mon Sep 17 00:00:00 2001 From: Evgenii Kotelnikov Date: Wed, 23 Oct 2019 21:45:02 +0200 Subject: [PATCH] Add ack (#344) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daca1ce..a1c4ff0 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Command-line development, version control, and deployment.* +* [ack](https://beyondgrep.com/) - A grep-like search tool optimized for source code. * [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs. * [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations * [bitwise](https://github.com/mellowcandle/bitwise) - Terminal based interactive bit manipulator in curses.