In GitHub Desktop, is there any way to change the right click "Open in Atom" option, to instead be "Open in Sublime" or some other text editor?
Thanks!
They finally added an option in the Preferences:
GitHub looks for /Applications/Atom.app
when clicking on "Open in Atom", so you just need to rename your editor to Atom.app
, or...
Create a dummy app that opens Sublime. You can download the app that I made with Automator or make one yourself:
/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl "$@"
Now "Open in Atom" should simply "Open in Sublime Text"