Commit 884774f2 authored by FichteFoll's avatar FichteFoll

Merge pull request #3592 from Glutanimate/master

Added three packages
parents 0823d34f 11fc0aaf
...@@ -1758,6 +1758,18 @@ ...@@ -1758,6 +1758,18 @@
} }
] ]
}, },
{
"name": "Create Backup Copy",
"details": "https://github.com/glutanimate/sublime-create-backup-copy",
"labels": ["backup", "file creation"],
"releases": [
{
"sublime_text": ">=3000",
"platforms": ["linux", "osx", "windows"],
"details": "https://github.com/glutanimate/sublime-create-backup-copy/tags"
}
]
},
{ {
"name": "Create Save Prompt", "name": "Create Save Prompt",
"details": "https://github.com/cellis/CreateSavePrompt", "details": "https://github.com/cellis/CreateSavePrompt",
......
...@@ -75,6 +75,18 @@ ...@@ -75,6 +75,18 @@
} }
] ]
}, },
{
"name": "Make File Executable",
"details": "https://github.com/glutanimate/sublime-make-file-executable",
"labels": ["chmod", "permissions"],
"releases": [
{
"sublime_text": ">=3000",
"platforms": ["linux", "osx"],
"details": "https://github.com/glutanimate/sublime-make-file-executable/tags"
}
]
},
{ {
"name": "MakeExecutable", "name": "MakeExecutable",
"details": "https://github.com/cockscomb/SublimeMakeExecutable", "details": "https://github.com/cockscomb/SublimeMakeExecutable",
......
...@@ -206,6 +206,18 @@ ...@@ -206,6 +206,18 @@
} }
] ]
}, },
{
"name": "Open in Nautilus",
"details": "https://github.com/glutanimate/sublime-open-in-nautilus",
"labels": ["file navigation"],
"releases": [
{
"sublime_text": ">=3000",
"platforms": ["linux"],
"details": "https://github.com/glutanimate/sublime-open-in-nautilus/tags"
}
]
},
{ {
"name": "Open in Thunar", "name": "Open in Thunar",
"details": "https://github.com/kernelp4nic/sublime-open-in-thunar", "details": "https://github.com/kernelp4nic/sublime-open-in-thunar",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment