Hofknecht / SystemTrayMenu

SystemTrayMenu - Browse and open your files easily
http://hofknecht.eu/systemtraymenu/
GNU General Public License v3.0
642 stars 45 forks source link

[Feature] Filter menu by file type (example; only show applications) #384

Closed boydfields closed 2 years ago

boydfields commented 2 years ago

I would find it very beneficial if the menus could filter the results to only specific file extensions.

For example; only show:

.exe | .ps1 | .cmd | .url | lnk

In my case, this would eliminate a great deal of excess files such as .dll .chm .txt .sys .inf.

In terms of complexity, is this easy to code? If so, could anyone point me to the source file which controls this?

Thanks in advance.

Edit: To be clear, I am aware of the ability to make files hidden. However this has a detrimental effect on some apps whereby they're unable to find the files or the hidden attribute gets reset.

Hofknecht commented 2 years ago

@boydfields Thank you for the idea and for being our github sponsor!

We implemented it, find the new option here in Settings in tabpage 'Expert'

2022-05-25 17_09_24-Window

boydfields commented 2 years ago

@Hofknecht I may contribute even more now! That's great. I'll attempt a build and check the new feature out. Many thanks!

boydfields commented 2 years ago

@Hofknecht Took me a while to workout how to build the project (I'm not a developer) but so far so good. Filtering seems to work like a charm - many thanks!