From 9f0b11dd8ad54eb242b05cd401ed9707de968c28 Mon Sep 17 00:00:00 2001 From: Dakota Chambers Date: Sat, 10 Aug 2019 05:47:53 -0500 Subject: [PATCH] Add fd (#359) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 02e256f..eef1e6f 100644 --- a/readme.md +++ b/readme.md @@ -425,6 +425,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [ripgrep](https://github.com/BurntSushi/ripgrep) - A line-oriented search tool that recursively searches your current directory for a regex pattern. - [fzf](https://github.com/junegunn/fzf) - A general purpose command-line fuzzy finder, can be used with any list: files/directories, command history, processes, hostnames, bookmarks, git commits, etc. - [fselect](https://github.com/jhspetersson/fselect) - Find files with SQL-like queries. +- [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to `find`. ## Version Control