Summary
We should be able to make a command executable from the context menu.
Details
On mac/linux, script files need the executable bit set (chmod +x) before they can be run directly. It would be convenient to have a context menu option (right-click) that sets the executable permission on the selected file.
Platform
- macOS: Yes
- Linux: Yes
- Windows: Not applicable (Windows doesn't use file permission bits in the same way)
Summary
We should be able to make a command executable from the context menu.
Details
On mac/linux, script files need the executable bit set (
chmod +x) before they can be run directly. It would be convenient to have a context menu option (right-click) that sets the executable permission on the selected file.Platform