Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-29 00:20:05 +00:00
parent 5c637b8c84
commit d1988a6d2c
87 changed files with 623 additions and 154 deletions

View File

@@ -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}}`