felixse / felixse/FluentTerminal
Open a new tab with given profile *at pwd*
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 448
- PR merge metrics
- No merged PRs in 30d
Description
I can define custom shortcuts for opening a new tab with a given profile, but for example, when my current tab runs PowerShell and I am at path 1, I would like to open a WSL tab at the same path 1. My current workaround is to type
```powershell
flute new --profile wsl
```
into the PowerShell tab, but this is not very convenient and the command gets even longer if I would like to open a PowerShell tab from within WSL.
TLDR: It would be nice to have
- a shortcut/button for opening a new tab with a specific profile at the current pwd, and
- for the explorer shell, custom menu items "open FluentTerminaly (my_profile) here".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.