We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265c22e commit e2635c2Copy full SHA for e2635c2
README.md
@@ -28,4 +28,5 @@ brew install Graphviz
28
git clone https://github.com/akme/lsofgraph-python.git
29
cd lsofgraph-python
30
lsof -n -F | python lsofgraph.py | unflatten -l 1 -c 6 | dot -T jpg > /tmp/a.jpg && open /tmp/a.jpg
31
+lsof -n -F | python lsofgraph.py | unflatten -l 1 -c 6 | dot -T svg > /tmp/a.jpg && open -a Safari.app '/tmp/a.svg'
32
````
0 commit comments