amoilanen / Brackets-Command-Line-Shortcuts

Brackets IDE plugin. Adds support of shortcuts for execution of terminal commands right from the IDE.
8 stars 1 forks source link

Suggestion: Make dir optional #9

Closed CupOfTea696 closed 8 years ago

CupOfTea696 commented 8 years ago

Since most of the time you'd want to run commands from the project root (e.g. for most git actions), wouldn't it be easier to default the dir setting to $PROJECT_ROOT?

amoilanen commented 8 years ago

Looks reasonable, thank you, I will implement this change soon.

CupOfTea696 commented 8 years ago

Great :D

amoilanen commented 8 years ago

Implemented the requested behavior, released in the plugin version 0.2.4

Please, re-open the issue if the solution does not work for you.

CupOfTea696 commented 8 years ago

That was fast!