From 9ece4ca43feab60f42862bb896f8cbd867ded660 Mon Sep 17 00:00:00 2001 From: jhspetersson Date: Tue, 8 Oct 2019 18:41:35 +0300 Subject: [PATCH] add jhspetersson/fselect (#426) * add jhspetersson/fselect Command-line utility to search files with SQL syntax. * update applications.json --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index b677512..2bafd91 100644 --- a/applications.json +++ b/applications.json @@ -7079,6 +7079,20 @@ "languages": [ "swift" ] + }, + { + "short_description" : "Command-line tool to search files with SQL syntax.", + "categories" : [ + "utilities" + ], + "repo_url" : "https://github.com/jhspetersson/fselect", + "title" : "fselect", + "icon_url": "", + "screenshots": [], + "official_site" : "", + "languages" : [ + "rust" + ] } ] }