From d24f85d507f096b2ed70667d5688678e73d4d475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=C9=B4=E1=B4=9B=E1=B4=8F=C9=B4=20=C9=B4=E1=B4=8F?= =?UTF-8?q?=E1=B4=A0=E1=B4=8F=E1=B4=8A=C9=AA=CA=9F=E1=B4=8F=E1=B4=A0?= Date: Sun, 1 Oct 2023 22:24:36 +0300 Subject: [PATCH] Update bibop-recipe.sublime-completions --- bibop-recipe.sublime-completions | 1 + 1 file changed, 1 insertion(+) diff --git a/bibop-recipe.sublime-completions b/bibop-recipe.sublime-completions index 8b070bb..6941790 100644 --- a/bibop-recipe.sublime-completions +++ b/bibop-recipe.sublime-completions @@ -42,6 +42,7 @@ { "trigger": "mkdir\t— Creates a directory", "contents": "mkdir ${1:path}" }, { "trigger": "remove\t— Removes file or directory", "contents": "remove ${1:path}" }, { "trigger": "chmod\t— Changes file mode bits", "contents": "chmod ${1:target} ${2:mode}" }, + { "trigger": "chown\t— Changes file or directory owner", "contents": "chmod ${1:target} ${2:user}:${3:group}" }, { "trigger": "truncate\t— Changes the size of the file to zero", "contents": "truncate ${1:target}" }, { "trigger": "cleanup\t— Removes all directories and files in the given directory", "contents": "cleanup ${1:dir}" }, { "trigger": "backup\t— Creates backup for the file", "contents": "backup ${1:path}" },