ChocolateyGUI
ChocolateyGUI copied to clipboard
Make tags click-able
Related to #93 Essential; make the "tags" on the Package view page hyperlinks that initiate a search for everything with that tag.
This is a great idea! :+1:
I think I'd like to push this back to v0.13.
No worries.
I'm Linux user and I took a look to your great project and I wish to become an alternative to Synaptic in Linux. The GUI really missing the categories of the applications (you can use tags as a replacement)
@mbnoimi so just so that I am clear, when clicking on a tag, you would want to see a filtered list of available applications that have the tag that you selected.
I am interested in helping out with this request. Would people find it useful, if the search field also provided a way to search for packages with a tag?
~~If so I was thinking something like: "tag:antivirus" would locate all packages with the antivirus tag and "tag:antivirus, trial" would locate all packages with the antivirus tag as well as the trial tag.~~
~~When the user clicked on a single tag the view would switch to the "Chocolately" view with the "tag:[tag clicked]" in the search box.~~
Disregard the previous suggestion. After looking through the code, it looks like there may have been an effort to allow Tag search similar to other options (like "Include Prerelease", etc..).
Related https://github.com/chocolatey/choco/issues/1363