pacgraph: add page (#13499)

* pacgraph: add page

---------

Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/28/head
aljustiet 2024-08-23 08:10:11 +00:00 committed by GitHub
parent eb495f8136
commit 8372d49865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

36
pages/linux/pacgraph.md Normal file
View File

@ -0,0 +1,36 @@
# pacgraph
> Draw a graph of installed packages to PNG/SVG/GUI/console.
> More information: <https://github.com/keenerd/pacgraph>.
- Produce an SVG and PNG graph:
`pacgraph`
- Produce an SVG graph:
`pacgraph --svg`
- Print summary to console:
`pacgraph --console`
- Override the default filename/location (Note: Do not specify the file extension):
`pacgraph --file={{path/to/file}}`
- Change the color of packages that are not dependencies:
`pacgraph --top={{color}}`
- Change the color of package dependencies:
`pacgraph --dep={{color}}`
- Change the background color of a graph:
`pacgraph --background={{color}}`
- Change the color of links between packages:
`pacgraph --link={{color}}`