Skip to content

Releases: okibcn/ss

6.1

28 Feb 01:58
5e33ad3
Compare
Choose a tag to compare

CHANGES IN THIS RELEASE

  • Added feature: Detects and displays auto-updated manifests with a green version number.
  • Added feature: Auto-update metadata is delivered in raw mode too in a different field.

image

5.0

11 Feb 20:24
aa65235
Compare
Choose a tag to compare
5.0

CHANGES IN THIS RELEASE

  • Full support for Windows Powershell down to version 5.1
  • Added feature identifying the installed local buckets makes it easier to know whether you need to install a new bucket.

image

4.0

10 Feb 05:36
04a95ed
Compare
Choose a tag to compare
4.0

CHANGES IN THIS RELEASE

  • Added option -p shows the homepage for each manifest. Default is off.
  • Better -h help text.

image

3.0

10 Feb 01:57
ba081fd
Compare
Choose a tag to compare
3.0

CHANGES IN THIS RELEASE

  • Added option -o returns only manifests from official Scoop buckets.
  • numbers in the stopwatch report line are now colored.
  • Official bucket, and bucket with most recent manifest are now colored.
  • Added legend for color codes.
  • Better -h help text.

image

2.01

09 Feb 04:07
5571ccf
Compare
Choose a tag to compare

CHANGES IN THIS RELEASE

  • Internal code cleanup.
  • New stopwatch feature that displays the time taken for the search.
  • Speed improvements, now the average remains below 350 ms.

1.0

08 Feb 09:07
70071ff
Compare
Choose a tag to compare
1.0

Initial release

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.

Options:

no opt. searches for all the matches in the name and description fields.
-n Searches only in the name field.
-s Simple search. searches an exact name match (implies -n).
-e Full expanded regex search.
-l Search latest versions only
-r raw, no color and no header. Outputs data as a PowerShell object.
-h Prints this help

Examples:

 ss scoop search (all the packages with both words in the name or description)
 ss -n nvidia driver (the name contains both 'nvidia' AND 'driver')
 ss -n "nvidia|radeon" tool  (contains 'tool' and, 'nvidia' or 'radeon')
 ss -l search scoop (the latest manifests of scoop search utilities)
 ss -n -l -e ss$ ^s (latests versions of apps ending in 'ss' starting with 's')
 ss -l 音乐 (UTF-8 search)
 $apps = ss -r .*  (stores in `$apps a PSObject with all the Scoop manifests)