find-work/docs/getting-started.rst
Anna “CyberTailor” a3f4d33a6b
docs: create
2024-01-07 20:53:22 +05:00

844 B

Getting Started

To discover, which outdated packages in GURU are installed on your system, run:

bash

find-work -I repology -r gentoo_ovl_guru outdated

Tip

  • -I flag is a filter to display installed packages only. Global flags must precede module name.
  • repology is a module. Every data source is in its own module.
  • -r <repo> specifies repository name on Repology. Module flags must precede command name.
  • outdated is a command in the repology module.

You can use command aliases, for example:

bash

find-work -I rep -r gentoo_ovl_guru out

All data from APIs is cached for a day, so don't hesitate running the command again and again!