Skip to content

Add zoxide plugin#646

Open
WantChane wants to merge 1 commit intoFlow-Launcher:mainfrom
WantChane:plugin_api_v2_zoxide
Open

Add zoxide plugin#646
WantChane wants to merge 1 commit intoFlow-Launcher:mainfrom
WantChane:plugin_api_v2_zoxide

Conversation

@WantChane
Copy link
Copy Markdown
Contributor

Zoxide integration for Flow Launcher, written in C#.

@deefrawley
Copy link
Copy Markdown
Member

You need to package the release so the DLL is in the root directory for Flow to use, not simply package the source code. See other C# plugins for assistance.

@WantChane
Copy link
Copy Markdown
Contributor Author

Hi @deefrawley,

Thank you for your feedback! I've checked the release package structure, and it appears the DLLs are already placed in the root directory as required. Here's the current layout:

curl -sL https://github.com/WantChane/Flow.Launcher.Plugin.Zoxide/releases/download/v1.0.0/Flow.Launcher.Plugin.Zoxide-1.0.0.zip -o /tmp/Flow.Launcher.Plugin.Zoxide-1.0.0.zip && unzip -l /tmp/Flow.Launcher.Plugin.Zoxide-1.0.0.zip
Archive:  /tmp/Flow.Launcher.Plugin.Zoxide-1.0.0.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
   146760  2026-03-24 23:20   CommunityToolkit.Mvvm.dll
   101376  2026-02-24 11:54   Flow.Launcher.Plugin.dll
     2436  2026-04-11 14:47   Flow.Launcher.Plugin.Zoxide.deps.json
    63488  2026-04-11 14:47   Flow.Launcher.Plugin.Zoxide.dll
        0  2026-04-11 14:47   Images/
     3923  2026-04-11 14:46   Images/icon.png
   122368  2025-09-01 22:47   JetBrains.Annotations.dll
        0  2026-04-11 14:47   Languages/
     7516  2026-04-11 14:46   Languages/en.xaml
     7456  2026-04-11 14:46   Languages/zh-cn.xaml
      431  2026-04-11 14:46   plugin.json
---------                     -------
   455754                     11 files

I'll investigate further to resolve this promptly. Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants