From 8dc6b41c74ed931cc4ad550ec91de81e35742f56 Mon Sep 17 00:00:00 2001 From: jhspetersson Date: Mon, 4 Mar 2019 21:07:08 +0300 Subject: [PATCH] Added fselect (#233) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7da543e..5937b34 100644 --- a/readme.md +++ b/readme.md @@ -344,6 +344,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [find-up-cli](https://github.com/sindresorhus/find-up-cli) - Find a file by walking up parent directories. - [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. ## Version Control