Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

v1.10.0

Compare
Choose a tag to compare
@niklas-heer niklas-heer released this 23 Jan 19:41
· 36 commits to master since this release

This is a rather big release.

Reworked the whole paci list command

This is a new behavior! It will now display the available packages by default not the installed ones. This is how you can use it:

  • paci list - this will print all available packages from the registries. (new default)
  • paci list (-i | --installed) - this will print all currently installed packages. (old default)

Also a description text was added to avoid confusion.

Reworked and fixed displaying of tables

Tables/lists now look a little cleaner and take up less space. Also they are now automatically adapting to the available space on the screen. You now should have nice looking list on every screen.

Added missing documentation

A description of all available options was added to the ones which were lacking one.

Minor stuff

Also the some text was added to the output of paci search to make it more clear.