angular-klingon / klingon

Angular Klingon: The UI companion for the @angular/cli
https://angular.run
MIT License
188 stars 19 forks source link

feat: set shell path based on saved project root directory #70

Closed sumitparakh closed 5 years ago

sumitparakh commented 6 years ago

If project root directory is specified then on next startup, shell should be in the specified project root directory, instead of home directory.

It will improve user's expirience because generally, developers like to work in their own workspace, so if they are already in their workspace directory in klingon,they will be able to write shell commands from klingon shell itself instead of doing it from their own terminal.

@manekinekko