pipdeptree icon indicating copy to clipboard operation
pipdeptree copied to clipboard

Feature: Make --graph-output less surprising and more usable

Open jhermann opened this issue 6 years ago • 1 comments

If isatty(sys.stdout), then do not spew a PNG or similar not-so-legible stuff onto the console (I did have a WTF moment), instead write it to a tempfile and either webbrowser.open_new_tab() it, or call xdg-open with it (if that's on the PATH).

jhermann avatar Jun 20 '18 14:06 jhermann

I like what this wants to achieve but needs more research how this can work cross platform.

gaborbernat avatar Sep 06 '22 07:09 gaborbernat