From 54e1d5bbd4cd16eb239f3b81162c8ee774998b24 Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 11 Dec 2025 15:36:21 +0100 Subject: [PATCH] Command --- data/commands.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/commands.json b/data/commands.json index df2b556..9a2fcab 100644 --- a/data/commands.json +++ b/data/commands.json @@ -39,7 +39,11 @@ { "command": "zip -r folder_name.zip folder_name", "desc": "Zip a folder and all of its contents into a archive" - } + }, + { + "command": "ln -s /path/to/file file", + "desc": "Create a symbolic link pointing to a file on the system" + }, ], "python": [ {