Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJim McQuarrie
10,597 Pointscommand for brackets
does anyone know if a command for brackets exists for this?
3 Answers
gregsmith5
32,615 PointsIt looks like you should be all set from a default install.
https://github.com/adobe/brackets/wiki/Command-Line-Arguments
Try opening a file from the command line:
brackets filename.js
G F
2,235 PointsJim McQuarrie Launch Brackets and click on 'File' and then 'Install Command Line Shortcut'
Then you will be able to use 'brackets file.js' to open files or folders in brackets
Ethan Moffat
3,223 PointsWorks for Javascript or the Brackets text editor? Please explain this more to me.
Jim McQuarrie
10,597 Pointsin the express course Huston is using the console to communicate directly with Sublime using subl for building the app. How can I do this with brackets!