Allow using any shell with Shell plugin
Is your feature request related to a problem? Please describe.
It is currently only possible to trigger the command line, Windows Powershell, or the Run command with the Shell plugin. This is not ideal for users who prefer using WSL or newer versions of Powershell. It is possible to run commands in any shell from Flow Launcher, but it requires typing in the specific command for the desired shell each time (e.g. > wsl ls instead of > ls) and it still runs the command in a cmd/Powershell window.
Describe the solution you'd like
Instead of making the user choose from a dropdown list of options, let them type in the command corresponding to the shell they want to use (e.g. pwsh, wsl, etc.)
I think if you simply want to run those command with a specific shell by typing specific keyword, you can do it by > pwsh -c {commands} or bash -c {commands}.
Or if don't want to return back to the cmd windows, it will be possible to open wsl or pwsh by typing bash or pwsh directly, and the shell will be run in the cmd/Powershell window.
For pwsh, it will also be possible to remain the windows by adding -NoExit argument before the command, although this is a little bit long
Sorry, I think I have misunderstood your issue for a while, and I do think it is quite useful to choose a different shell to execute command (such as windows terminal) even if we can execute it within another command prompt that is already supported. It will be planned, now.
I also require this function.
Even if we don't consider other shell environments like bash, taking PowerShell alone as an example, the version that comes built-in with Windows is PowerShell 5. If you install version 7, there will be two completely different configuration files, which can make using some preconfigured commands cumbersome. Moreover, the PowerShell launched by the system is not aesthetically pleasing and lacks many features.
I believe the best way to optimize it would be to launch Windows Terminal, making it more user-friendly.
+1 for wt
We already can select what shell will be used, in the Shell plugin settings. What we really need is a setting to define which terminal app should be launched. Im all for Windows Terminal, but there are others.
+1 for getting to choose terminal app to be launched
Please add support for this.
I also require this feature, especially for a shell replacement that won't spawn a window (i.e. https://github.com/SeidChr/RunHiddenConsole)
Any updates about this? Is there a plugin that i could use to run linux commands?
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh