QuickSwitch icon indicating copy to clipboard operation
QuickSwitch copied to clipboard

more a question + thanks

Open erasmion opened this issue 2 years ago • 1 comments

First of all, Thank you. i used to love flashfolders, but with W10, it is hit and miss, while QuickSwitch has so far not failed once.

my question is with the integration of qttabbar (which can be scripted)

i have found a way to list all the open qttabs, in explorer which can be invoked externally with a js script.

`var qs = new ActiveXObject( "QTTabBarLib.Scripting" ); var wnd = qs.activewindow;

if( wnd ) { wnd.InvokeCommand( "SetClipboardAllTabPaths"); } else { wnd = qs.invokeCommand( "SetClipboardAllTabPaths"); } `

this basically gets qttb to copy all the open tabs paths in the clipboard.

what i think would be amazing, is being able to include those paths inside QuickSwitch

how easy or difficult would this be?

erasmion avatar Dec 30 '22 15:12 erasmion

hi gepnuts, thank you for creating this and I came across it by accident.

But Listary 6 still support the Quickswitch and Listary 5 still work pretty well, bit odd that you say Listary version is abandon.

Anyway thank you for creating this open source project though!

PS: I'm just an user of listary and do use many open source software as well

o-data avatar May 28 '23 12:05 o-data