mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 05:49:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# pacgraph
|
||||
|
||||
> Draw a graph of installed packages to PNG/SVG/GUI/console.
|
||||
> More information: <https://github.com/keenerd/pacgraph>.
|
||||
> More information: <https://manned.org/pacgraph>.
|
||||
|
||||
- Produce an SVG and PNG graph:
|
||||
|
||||
@@ -14,28 +14,28 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Produce an SVG graph:
|
||||
|
||||
`pacgraph --svg`
|
||||
`pacgraph {{[-s|--svg]}}`
|
||||
|
||||
- Print summary to console:
|
||||
|
||||
`pacgraph --console`
|
||||
`pacgraph {{[-c|--console]}}`
|
||||
|
||||
- Override the default filename/location (Note: Do not specify the file extension):
|
||||
|
||||
`pacgraph --file={{path/to/file}}`
|
||||
`pacgraph {{[-f|--file]}} {{path/to/file}}`
|
||||
|
||||
- Change the color of packages that are not dependencies:
|
||||
|
||||
`pacgraph --top={{color}}`
|
||||
`pacgraph {{[-t|--top]}} {{color}}`
|
||||
|
||||
- Change the color of package dependencies:
|
||||
|
||||
`pacgraph --dep={{color}}`
|
||||
`pacgraph {{[-d|--dep]}} {{color}}`
|
||||
|
||||
- Change the background color of a graph:
|
||||
|
||||
`pacgraph --background={{color}}`
|
||||
`pacgraph {{[-b|--background]}} {{color}}`
|
||||
|
||||
- Change the color of links between packages:
|
||||
|
||||
`pacgraph --link={{color}}`
|
||||
`pacgraph {{[-l|--link]}} {{color}}`
|
||||
|
||||
Reference in New Issue
Block a user