threepointone / ratpack

ready. set. go!
197 stars 10 forks source link

Option to run relative to directory #5

Closed rreusser closed 7 years ago

rreusser commented 7 years ago

Drag and drop is nice, but perhaps there's a way of running this from the command line or relative to a given directory? Perhaps the window would list js files in that directory? Perhaps drag-and-dropping a folder lists all the js files in it? The ability to quickly switch between files with common setup would be awesome.

I usually use budo, which is great; it's just the lack of multiple entry points that's the main hangup (ref: https://github.com/mattdesl/budo/issues/139 ). I've been meaning to invest a bit of time to better understand and improve my setup; it's just never quite worthwhile.

threepointone commented 7 years ago

CLI support is on the cards! And as for listing, (once I get support in) you could right click open js files from finder/explorer, or set them as the default app to open .js files. How does that sound?

rreusser commented 7 years ago

Cool. Related thought: Maybe two options in the UI? 1. open in $EDITOR and 2. open as webpage?

threepointone commented 7 years ago

Ooh that's a good one. Will put on todo list

threepointone commented 7 years ago

tracking cli support here #11

threepointone commented 7 years ago

closing this one for now, will track 'open in editor' etc in #24.