Options (7)
-s, --svgbooleanProduce an SVG graph
Example:
pacgraph {{[-s|--svg]}}-c, --consolebooleanPrint summary to console
Example:
pacgraph {{[-c|--console]}}-f, --filebooleanOverride the default filename/location (Note: Do not specify the file extension)
Example:
pacgraph {{[-f|--file]}} {{path/to/file}}-t, --topbooleanChange the color of packages that are not dependencies
Example:
pacgraph {{[-t|--top]}} {{color}}-d, --depbooleanChange the color of package dependencies
Example:
pacgraph {{[-d|--dep]}} {{color}}-b, --backgroundbooleanChange the background color of a graph
Example:
pacgraph {{[-b|--background]}} {{color}}-l, --linkbooleanChange the color of links between packages
Example:
pacgraph {{[-l|--link]}} {{color}}Examples (8)
Produce an SVG and PNG graph
Produce an SVG graph
pacgraph [-s|--svg]Print summary to console
pacgraph [-c|--console]Override the default filename/location (Note: Do not specify the file extension)
pacgraph [-f|--file] path/to/fileChange the color of packages that are not dependencies
pacgraph [-t|--top] colorChange the color of package dependencies
pacgraph [-d|--dep] colorChange the background color of a graph
pacgraph [-b|--background] colorChange the color of links between packages
pacgraph [-l|--link] colormade by @shridhargupta | data from tldr-pages