Windows Terminal is an excellent integration for PowerShell, Git Bash, Ubuntu Bash (using Windows Subsystem Linux), … etc. But what if you don’t have Windows Terminal available? Tabby is a great alternative.
Check out the GitHub repo and download the application:
https://github.com/Eugeny/tabby
It is also very easy to set up your favorite profile command, so you can customize Tabby more.
For example, every time I start the application, I want it to be redirected to a specific folder, say boyie/repo
I can put a simple script inside a plain text file (this is named as .tabbyprofile
):
cd boyie/repo
And then put the file path to the setting like the following:
And that’s it.