From 9ef617ef652113d6128ae1aacd5108cbf9f009a8 Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 11 Dec 2025 14:58:26 +0100 Subject: [PATCH] fix missing comma json --- data/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/commands.json b/data/commands.json index 57f20f8..ae2154a 100644 --- a/data/commands.json +++ b/data/commands.json @@ -31,7 +31,7 @@ { "command": "tar -czf backup.tgz /path/to/dir", "desc": "Create a quick compressed backup of a directory" - } + }, { "command": "find . -type f -iname 'myfile.txt'", "desc": "Search for a specific file in folder (recursive, case-insensitive (use -name for case sensitive))"