You are not logged in.
Lots of changes, but all are under the hood.
Thanks to Serprex, Pacgraph is now python3.
Milomouse, it'll parse DBPath now.
And there is a new experimental option, --indexed. This is a lossy optimization that produces smaller files than optipng while running four times faster. (Requires imagemagick.)
Offline
fantastic, thanks a lot for listening. bonus for using imagemagick, too.
Offline
Thanks for the software . It made cleaning up my unused packages a lot easier.
Offline
Thanks to the patient efforts of Falconindy, pacman 3.5 is fully supported.
Offline
Trying to flesh out highlights and arch-repo mode.
pacgraph -m arch-repo pacman
will draw pacman and the 26 deps below it.
pacgraph -m arch-repo --show-req-by -i black green blue pacman
will draw pacman (in black), the 26 deps of pacman (in green), the six apps which require pacman (in blue) and the 100 or so other random packages pulled in by the six blue apps.
Not entirely certain if I want to keep this, the code is a little messy.
Offline
Does the highlighting feature or dep identification have a visual isolation feature?
As in, 'display ONLY this package and its dependencies' and 'display ONLY this package and its dependents'?
Offline
Does the highlighting feature or dep identification have a visual isolation feature?
As in, 'display ONLY this package and its dependencies' and 'display ONLY this package and its dependents'?
You may want "--mode arch-repo". It lets you specify which packages are shown as arguments. Not entirely certain what you are going after though.
Offline