SS is Scoop Super Search, instantaneous results, UTF-8 and regex compatible. The fastest search engine for Scoop. #1
okibcn
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SS (Scoop Super Search)
Scoop Super Search, instantaneous results, UTF-8 and regex compatible. The fastest search engine for Scoop.
FEATURES
- 🛸 'Outta This World' speed
Scoop Super Search is capable of searching in more than 800 buckets and 52,000 app manifests in internet. It uses the lightning fast ScoopMaster database to provide intantaneous results in less than 500 ms.
- 🔍 Searches in names AND descriptions improving the search flexibility.
Most Scoop search systems such as [Scoop.sh](http://scoop.sh) or [Scoop-Directory](https://rasa.github.io/scoop-directory/search) provide results only referred to the app name. SS can search also in the app descriptions.
- 🔍&🔍 Match All keywords capability.
Most Scoop search systems provide results for a single keyword. SS can search combinations of OR and AND.
- 🔧 Complex REGEX search patterns for advanced users
SS is also cabable of extended REGEX pattern seaches, accepting even multiple regex patterns.
- (音乐) UTF-8 compatible
SS accepts searches in UTF-8 encoding, supporting searches in descriptions when the language uses suplemental Unicode pages. Please note that this feature requires a UTF-8 capable terminal such as Windows Terminal.
- 📝 Last-manifest filter
Typical search utilities provide only the list of matches including all the versions and all the manifests for that app. SS can also filter out all the noise in the report, displaying only the latests manifest of the highest version of each app.
- 📝 Interoperability with other PowerShell scripts
SS can provide the output as a PSObject format so other PowerShell utilities could use the data for other tasks.
INSTALLATION
This app is a CLI utility for the Scoop framework and requires Scoop ackage Manager as a pre-requisite.
From there the installation is straightforward.
App update:
App uninstall:
USAGE
Usage: ss [OPTIONS] [Patterns]
SS searches in all the known buckets at a lighning speed. It not only searches in the name field, but also in the desscription. Regex and UTF-8 compatible.
EXAMPLES
ss -n nvidia driver
ss -s ss
ss -l search scoop
ss -l 音乐
$apps
variable a PSObject with all the Scoop manifests — more than 52,000.Beta Was this translation helpful? Give feedback.
All reactions