From e2f1a4d28f2956e26410fa6bc1eafe181b280c7c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 23 Dec 2015 22:40:01 +0900 Subject: [PATCH] Add fzf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7301b68..748fb33 100644 --- a/README.md +++ b/README.md @@ -842,6 +842,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [delve](https://github.com/derekparker/delve) - Go debugger. * [fastlz](https://github.com/fromYukki/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang. * [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature. +* [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder written in Go * [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex. * [go-cron](https://github.com/rk/go-cron) - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. * [go-debug](https://github.com/tj/go-debug) - Conditional debug logging for Golang libraries & applications