Hammerspoon / hammerspoon

Staggeringly powerful macOS desktop automation with Lua
http://www.hammerspoon.org
MIT License
11.9k stars 578 forks source link

Add argument for opening doc files via BBEdit when lint failure #3503

Closed latenitefilms closed 1 month ago

latenitefilms commented 1 year ago

This is the basic idea:

https://github.com/CommandPost/CommandPost-App/commit/916a8caf0fe73416eaf6dff59e1a3f275ccf2d85

...although it's probably not a good idea to hardcode BBEdit, etc.

@cmsj - Any chance you could add this properly, allowing the user to customise things, to use Code instead of BBEdit, etc?

It makes things VERY handy when you have a billion lint errors, haha.

latenitefilms commented 9 months ago

Thoughts on this @cmsj ?

cmsj commented 9 months ago

Hmm. It's an interesting idea, would just need to figure out how to do it properly.

latenitefilms commented 9 months ago

Maybe it just triggers a macOS notification if enabled?

latenitefilms commented 1 month ago

This is still a cool idea - but will close for now.