This commit is contained in:
2025-12-11 15:36:21 +01:00
parent 1cfc374d70
commit 54e1d5bbd4
+5 -1
View File
@@ -39,7 +39,11 @@
{ {
"command": "zip -r folder_name.zip folder_name", "command": "zip -r folder_name.zip folder_name",
"desc": "Zip a folder and all of its contents into a archive" "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": [ "python": [
{ {