diff --git a/pages/linux/pacgraph.md b/pages/linux/pacgraph.md new file mode 100644 index 000000000..31db7da79 --- /dev/null +++ b/pages/linux/pacgraph.md @@ -0,0 +1,36 @@ +# pacgraph + +> Draw a graph of installed packages to PNG/SVG/GUI/console. +> More information: . + +- 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}}`