From 8bcefcff94ebb591bb7b397a7ee8bda226b70256 Mon Sep 17 00:00:00 2001 From: tjstub <34695980+tjstub@users.noreply.github.com> Date: Tue, 4 Sep 2018 18:47:38 -0700 Subject: [PATCH] Add the fd to the awesome list (#279) Addresses part of #269. The fd tool is a more friendly take on normal find. See: https://github.com/sharkdp/fd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a039d9e..ad6a115 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [direnv](https://github.com/direnv/direnv) - An environment switcher for the shell, compare with autoenv * [enhancd](https://github.com/b4b4r07/enhancd) - :rocket: A next-generation cd command with an interactive filter * [fasd](https://github.com/clvv/fasd) - Command-line productivity booster, offers quick access to files and directories +* [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to find. * [foxy](https://github.com/s-p-k/foxy) - Plain text bookmarks for firefox and surf browsers. * [fz](https://github.com/changyuheng/fz) - Seamless fuzzy tab completion for z * [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder