From 7066bdb29786786dd45878c1f735655706f91376 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 8 Nov 2020 16:20:12 +0100 Subject: [PATCH] Added package fae (#1702) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 6a07d67..587845e 100644 --- a/packages.json +++ b/packages.json @@ -20246,5 +20246,21 @@ "description": "See pictures in your console", "license": "MIT", "web": "https://github.com/not-lum/imgcat" + }, + { + "name": "fae", + "url": "https://github.com/h3rald/fae", + "method": "git", + "tags": [ + "cli", + "grep", + "find", + "search", + "replace", + "regexp" + ], + "description": "Find and Edit Utility", + "license": "MIT", + "web": "https://github.com/h3rald/fae" } ]