mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 14:48:47 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/linux/pacgraph
Normal file
41
tldr/linux/pacgraph
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
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>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user