Skip Navigation

Open folder from terminal

Is there a way to open a folder (a project) from terminal like in VS Code where you can

 
    
cd path/to/project
code ./


  

And VS Code opens up with that project (directory) ready

1 comments