Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I launch brackets.io from MacOS 10.12 (Sierra) terminal?

I'm having problem launching brackets.io from terminal on MacOS Sierra.

 brackets filename.ext

Gives:

-bash: brackets: command not found

Anyone know what I need to configure to make this happen?

like image 616
Afloz Avatar asked Aug 23 '17 21:08

Afloz


People also ask

How do I run a terminal in brackets?

Using Brackets from the Command LineType brackets at the Terminal (Mac) or Command Prompt (Windows) to launch Brackets from any location. To open file(s), add the filenames as command-line arguments; paths can be relative to the command prompt's current directory.

How do you start brackets?

Brackets can be launched from command line- using brackets <file/folder/nothing> on Windows and Mac. On Windows, you can even right-click on a file/folder from Windows Explorer and select "Open With Brackets"/"Open as Brackets Project" respectively to launch Brackets.

How do you launch the terminal on a Mac?

Open TerminalClick the Launchpad icon in the Dock, type Terminal in the search field, then click Terminal. In the Finder , open the /Applications/Utilities folder, then double-click Terminal.


1 Answers

  1. Open Bracket editor
  2. Go to file menu and the go to Install Command Line Shortcut

There you have it, to test it go to the terminal and test it

like image 166
mwangaben Avatar answered Sep 23 '22 10:09

mwangaben