Update bibop-recipe.sublime-completions

This commit is contained in:
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ 2023-10-01 22:24:36 +03:00 committed by GitHub
commit d24f85d507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}" },