This is a simple Sublime Text 3 package that adds a hotkey and command to set the executable bit on the current file.
For an automatic solution make sure to check out SublimeMakeExecutable.
The hotkey defaults to Alt + Shift + X. Use the make_file_executable command in your key bindings to customize it, e.g.:
[
{
"keys": ["alt+shift+x"], "command": "make_file_executable"
}
]In addition to the hotkey, you can access the plugin via the command palette (command: Make file executable).
This plugin is licensed under the GNU GPLv3. A copy of the license is included in the LICENSE file that accompanies this README.
Copyright 2014 Glutanimate.