lin-ycv / EverythingPowerToys

Everything search plugin for PowerToys Run
Eclipse Public License 2.0
2.34k stars 61 forks source link

[Request] Set sort method #12

Closed Draxy518 closed 2 years ago

Draxy518 commented 2 years ago

The sort order of my results from Everything is very important to me and currently it looks like this plugin is only sorting by date modified descending. Is there any way we can have the sort method be selectable either in the Plugin interface for PowerToys Run itself or by using an alternate version of this plugin?

lin-ycv commented 2 years ago

this request is similar to #10, settings some kind of non-boolean (true/false) value for the plugin. again, this would be a limitation of Powertoys itself, it doesn't have non-boolean options for plugin settings, it has already been request (https://github.com/microsoft/PowerToys/issues/14267), but it doesn't seem to be happening anytime soon.

in the meantime, I'm looking into some alternative solutions, such as using custom JSON setting file, will update the plugin soon.