shilangyu / scoop-search

Fast `scoop search` drop-in replacement 🚀
MIT License
289 stars 10 forks source link

search from other known buckets #26

Closed beer-psi closed 9 months ago

beer-psi commented 2 years ago

This PR uses the GitHub API to search packages from other known buckets:

scoop-search on  master [!?] via 🐹 v1.18.1 
❯ .\scoop-search.exe cascadia
Results from other known buckets...
(add them using 'scoop bucket add <name>')

'nerd-fonts' bucket (install using 'scoop install nerd-fonts/<app>'):
    Cascadia-Code
    CascadiaCode-NF-Mono
    CascadiaCode-NF

This has been a feature in scoop since 2016 (ScoopInstaller/Scoop#658):

scoop-search on  search-other-known-buckets [!?] via 🐹 v1.18.1 
❯ scoop.ps1 search cascadia
Results from other known buckets...
(add them using 'scoop bucket add <name>')

'nerd-fonts' bucket (install using 'scoop install nerd-fonts/<app>'):
    Cascadia-Code
    CascadiaCode-NF-Mono
    CascadiaCode-NF

Deviations from scoop

Can be reversed if you want to.

shilangyu commented 9 months ago

Unfortunately closing due to the rewrite in Zig.

I cannot believe I have never addressed this PR. I incorrectly assumed you are the person from #6, thinking that I have addressed your work. I am incredibly sorry for that.