Git Product home page Git Product logo

Comments (11)

gauthambhat025 avatar gauthambhat025 commented on June 28, 2024 3

@gauthambhat025 @JoyHak

https://ci.appveyor.com/project/JohnTheGr8/flow-launcher/builds/50086900/artifacts The information that it works with WOX was helpful. After you get the portable version from the link above, select the qttabbar item and let us know if it works as you want.

If you don't have an entry for "QTTABBAR"(case insensitive), add one and select. Only the name entry needs to be correct.

I can confirm this works

from flow.launcher.

JoyHak avatar JoyHak commented on June 28, 2024 1

I'm currently trying to figure out how to open folders in the current explorer window in a new tab. As I understand it, I need to use some window call cmd command, which qttabbar will intercept

from flow.launcher.

VictoriousRaptor avatar VictoriousRaptor commented on June 28, 2024 1
#Requires AutoHotkey v2.0
args := A_Args.Length == 1? A_Args[1] : A_Args[1] . " " . A_Args[2]

if (ErrorCode := ShellExecute(args)) <= 32
    MsgBox ErrorCode

ShellExecute(strArgs:="", nShowCmd:=1) {
    ; MsgBox strArgs
    ;http://msdn.microsoft.com/en-us/library/windows/desktop/bb762153%28v=vs.85%29.aspx
    Return DllCall("shell32\ShellExecuteW"
    , "uint", 0
    , "uint", 0
    , "str", "explorer.exe"
    , "str", strArgs  ; arguments
    , "str", "" ; lpfile
    , "int", nShowCmd    ; specifies how an application is to be displayed when it is opened
    , "uint" )
}

An ahk script as a workaround. Set it as default file manager in flow (args are the same as explorer) and it can work.

from flow.launcher.

JoyHak avatar JoyHak commented on June 28, 2024 1

I can confirm this works, thank you ^^

from flow.launcher.

taooceros avatar taooceros commented on June 28, 2024

I think you can try to add a custom file manager for qttabbar? I don't know how exactly it needs to make it works.
image

from flow.launcher.

gauthambhat025 avatar gauthambhat025 commented on June 28, 2024

I think you can try to add a custom file manager for qttabbar? I don't know how exactly it needs to make it works. image

QTTabbar is not a separate file explorer, so not possible to set as default file explorer.
I have tried this with Wox launcher, it supports opening in same window as separate tab. But not able to get it working in flow launcher

from flow.launcher.

gauthambhat025 avatar gauthambhat025 commented on June 28, 2024

I'm currently trying to figure out how to open folders in the current explorer window in a new tab. As I understand it, I need to use some window call cmd command, which qttabbar will intercept

Thanks for the reply, any tentative ETA?.
This bug is the only thing holding me back using flow launcher.

from flow.launcher.

onesounds avatar onesounds commented on June 28, 2024

I've confirmed that it works in wox (if we open the path with process.start(path), we can open a tab). I didn't expect it to behave this way, so we're discussing a workaround.

from flow.launcher.

JoyHak avatar JoyHak commented on June 28, 2024

I've confirmed that it works in wox (if we open the path with process.start(path), we can open a tab). I didn't expect it to behave this way, so we're discussing a workaround.

If Flow Launcher opens a new tab in Files or another file manager, I'll just change file manager

from flow.launcher.

onesounds avatar onesounds commented on June 28, 2024

@gauthambhat025 @JoyHak

https://ci.appveyor.com/project/JohnTheGr8/flow-launcher/builds/50086900/artifacts
The information that it works with WOX was helpful. After you get the portable version from the link above, select the qttabbar item and let us know if it works as you want.

If you don't have an entry for "QTTABBAR"(case insensitive), add one and select. Only the name entry needs to be correct.

from flow.launcher.

onesounds avatar onesounds commented on June 28, 2024

I can confirm this works

Good. It will be in the next release, but it will take a while to get there.

from flow.launcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.