Skip to content

Add Tablacus Explorer support #128

@lededev

Description

@lededev

Description

Support Tablacus Explorer file manager

Summary

QuickSwitch currently integrates with several popular file managers (Explorer, Total Commander, XYplorer, etc.). It would be fantastic to add support for [Tablacus Explorer](https://tablacus.github.io/), a lightweight, highly customizable tabbed file manager.

I’m happy to contribute this enhancement.


Motivation

  • Tablacus Explorer is fully extensible via plugins and scripts.
  • A recent PR I submitted to Tablacus Explorer’s default plugin adds a simple API to retrieve the current tab’s path.
  • With that API exposed, QuickSwitch can detect Tablacus Explorer windows and switch to their active folder just like other supported managers.

Proposed Implementation

  1. Detect Tablacus Explorer process

    • Add GroupAdd, ManagerClasses, ahk_class TablacusExplorer to QuickSwitch’s detection logic.
  2. Query current folder

    • Use the plugin export title bar full path to retrieve the active tab’s path.
    • If the plugin isn’t up-to-date, users can manually modify anddons/titlebar/script.js to add this support.
  3. Integrate into QuickSwitch workflow

    • Map the path to QuickSwitch’s existing “quick switch” routine.
    • Show the path on the menu.

Next Steps

Looking forward to your feedback!

Code

Line number

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureCompletely new idea

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions