From ef1a1c27656395bbc82483b4a82bf80b9b22bfe5 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sun, 23 Nov 2025 13:45:26 -0800 Subject: [PATCH] Added ripgrep to terminal-utilities --- source/data/dynamic/applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/data/dynamic/applications.json b/source/data/dynamic/applications.json index a352f7c..b9c1279 100644 --- a/source/data/dynamic/applications.json +++ b/source/data/dynamic/applications.json @@ -11861,6 +11861,24 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "ripgrep", + "description": "", + "repo_url": "https://github.com/BurntSushi/ripgrep", + "tags": [ + "cli" + ], + "platforms": [ + "cross" + ], + "category": "terminal-utilities", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] }