Files
cheatsheet-tldr/tldr/gvedit
2025-10-13 00:20:52 +00:00

26 lines
496 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# gvedit
> Simple Graphviz graph editor and viewer.
> More information: <https://graphviz.org/pdf/gvedit.1.pdf>.
- Open a Graphviz file in the editor:
`gvedit {{path/to/graph.gv}}`
- [s]cale coordinates from points to inches (useful for layouts generated by Graphviz tools):
`gvedit -s {{path/to/graph.gv}}`
- Enable [v]erbose mode:
`gvedit -v {{path/to/graph.gv}}`
- Display help:
`gvedit -?`