Sublime-Executor icon indicating copy to clipboard operation
Sublime-Executor copied to clipboard

Run any executable from your working dir in Sublime Text

Results 4 Sublime-Executor issues
Sort by recently updated
recently updated
newest added

This would pick up environment matching the terminal better

ignore `build` matches files called `build.py`

Closes #1 This PR makes some changes to how executables are discovered: - all workspace folders get processed one after the other. For each folder: - if `git` executable is...