Update bibop-recipe.sublime-completions
This commit is contained in:
parent
2b00c86ac9
commit
d24f85d507
1 changed files with 1 additions and 0 deletions
|
|
@ -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}" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue