tfiers / PkgGraph.jl

Visualize the dependency graph of a Julia package
https://tfiers.github.io/PkgGraph.jl
MIT License
43 stars 2 forks source link

WSL: `depgraph_web` does not work #96

Open tfiers opened 1 year ago

tfiers commented 1 year ago

depgraph_web(:Unitful) opens just https://dreampuf.github.io/GraphvizOnline/ (which then auto-appends its default "process 1, process 2, subgraph" thing)

tfiers commented 1 year ago

image so sth goes wrong w/ that command.

we can detect WSL, and then pipe to clip.exe

tfiers commented 1 year ago

Will be fixed once

is merged and released