Check the outdated packages which a maintainer has.
Go to file
Juan Francisco Cantero Hurtado e6458eb9c4 Update repo url. 2020-11-22 00:34:42 +01:00
.gitignore Update .gitignore. 2019-03-05 18:02:52 +01:00
README.md Update repo url. 2020-11-22 00:34:42 +01:00
outdated-packages.py Use the same columns size for both tables. 2020-09-09 20:37:31 +02:00

README.md

Portroach CLI client

$ doas pkg_add python%3 git
$ git clone https://codeberg.org/juanfra684/portroach-maintainer-cli.git
$ cd portroach-maintainer-cli
$ ./outdated-packages.py juanfra@openbsd.org
┌─────────────────────┬─────────┬──────────┐
│         Port        │ OpenBSD │ Upstream │
├─────────────────────┼─────────┼──────────┤
│ archivers/lzip/lzip │    1.15 │     1.16 │
└─────────────────────┴─────────┴──────────┘
$ ./outdated-packages.py -h
usage: outdated-packages.py [-h] [-p | -d] email

positional arguments:
  email        maintainer's email (e.g. maintainer@example.com)

optional arguments:
  -h, --help   show this help message and exit
  -p, --plain  disable the use of utf-8
  -d, --dos    use a DOS style double line to draw the table