Results 212 comments of stax76

I have it running fine on Ubuntu 22.04, but don't remember how I've installed and configured it.

My old Windows config: Display Name: Download Video from YouTube (Windows/PowerShell) Executable Name: wt Arguments: `-- pwsh -nologo -command "yt-dlp --ignore-errors --download-archive C:\External-Application-Button.txt --output 'C:\YouTube\%(channel)s - %(title)s.%(ext)s' ('[HREF]' -replace '&list=.+','')"`...

I only have a powershell (Windows) and sh/dash (Linux) version. gnome-terminal `--geometry 90x28+75+105 -- sh -c 'yt-dlp --ignore-errors --download-archive /someFolder/External-Application-Button.txt --output "/someFolder/YouTube/%(channel)s - %(title)s.%(ext)s" $(echo "[HREF]" | sed "s/&list=.*//")'`

Maybe this: https://learn.microsoft.com/en-us/windows/terminal/customize-settings/startup#default-terminal-application Maybe related: https://github.com/microsoft/terminal/issues/4228

You would have to measure it. I would guess run-hidden in faster, possibly not much faster. My tests can be found here: https://forum.doom9.org/showthread.php?t=183935

I don't know if it can be done, I think this would be difficult to do for me and the Flow Launcher dev team as there is much complexity. Ideally,...

Maybe the plugin DLL `Flow.Launcher.Plugin.Favorites.dll` is never loaded into the FlowLauncher process, you can check it using [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer).

Thanks for the feedback, jjw24 suggested it too, but I probably won't build it because at least for me, it's totally fine without GUI. Here is how I use it:...

Thanks, I changed it. There is a new project which replaces search_menu: https://github.com/stax76/mpv-scripts#command_palette

Thanks for the suggestion, I'll take a look.