Skip to content

Instantly share code, notes, and snippets.

@Flushot
Created September 11, 2018 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Flushot/a652729c8dc786abf1240c414e87539f to your computer and use it in GitHub Desktop.
Save Flushot/a652729c8dc786abf1240c414e87539f to your computer and use it in GitHub Desktop.
Convert *.graphml to an ASCII graph
#!/bin/sh
# brew install graphviz cpanminus
# cpanm Graph::Easy
graphml2gv ${1:-/dev/stdin} | graph-easy -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment