1
0
Fork
You've already forked portroach-maintainer-cli
0
Check the outdated packages which a maintainer has.
  • Python 100%
Find a file
2020年11月22日 00:34:42 +01:00
.gitignore Update .gitignore. 2019年03月05日 18:02:52 +01:00
outdated-packages.py Use the same columns size for both tables. 2020年09月09日 20:37:31 +02:00
README.md Update repo url. 2020年11月22日 00:34:42 +01:00

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