mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
1f9c7ae9c3
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
403 B
403 B
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 -?