OSS Perks

ossperks categories

Browse categories interactively or list them in non-interactive mode.

Usage

ossperks categories [options]

Alias: ossperks cats

Options

FlagDescription
--jsonOutput raw JSON
-h, --helpShow help

Examples

# TTY: autocomplete a category, then list programs (NAME + URL).
# Non-TTY: prints a category table (NAME + COUNT).
ossperks categories

# JSON: category ids for ossperks list --category <id>
ossperks categories --json

Output

In a TTY, you get an autocomplete prompt; after you pick a category, the CLI prints a NAME and URL table for programs in that category (same style as ossperks list).

In a non-interactive environment:

13 categories
─────────────

  NAME                    COUNT
  Hosting & Deployment       12
  Developer Tools             8
  ...

The COUNT column is the number of programs in that category (example values).

Use the category id from --json with ossperks list --category <id> to filter programs in scripts.

On this page