I'd like to open sublime text 3 with the project from the console. The project is the current folder where I enter 'subl'
. For example:
cd ./project/test-1
pwd
subl .
after the I entered subl
in the console, sublime text 3 is open and open the ./project/test-1
as the current project. I know it is possible here at 4:50. How?