jjw24 / Wox.Plugin.Runner

A plugin that allows you to create simple command shortcuts in Wox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portable mode support

stefnotch opened this issue · comments

It'd be lovely if this plugin properly supported being portable.

As in, instead of using this

readonly static string configPath = Environment.ExpandEnvironmentVariables(

it could use Flow's build in settings support
https://github.com/Flow-Launcher/Flow.Launcher/blob/8942e5567a888068aaf7eabde29aa909387155ca/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs#L177-L192

Relevant: stax76/Flow.Launcher.Plugin.Favorites#1

Hey thanks for putting this through and yes absolutely should use that API to load and save. I just simply didn't update the plugin after porting it over so the code is out of date.

commented

Hey @jjw24 , just realised this behaviour and came around to ask if you would find the time to update the plugin to become portable? I'm using a portable FlowLauncher installation across multiple machines, so that would be great.

Hi I probably won't be able to get around to this right now, but will aim to have it fixed in a month.

commented

@jjw24 Oh well, that sounds very good, thanks for letting me know!