It's super useful to open a folder as a project in desktop apps from terminal.
For example I'm inside terminal and I want to open current folder in t3code, it's great to have a cli command installed together with desktop app which would work like this:
or
which should add mentioned folder <folder path> or current folder to the desktop app and make it current.
Some desktop apps support this feature, example:
$ code . - VS Code
$ fork - Desktop Git UI App
It's super useful to open a folder as a project in desktop apps from terminal.
For example I'm inside terminal and I want to open current folder in t3code, it's great to have a cli command installed together with desktop app which would work like this:
or
which should add mentioned folder
<folder path>or current folder to the desktop app and make it current.Some desktop apps support this feature, example:
$ code .- VS Code$ fork- Desktop Git UI App