Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jhermann opened this issue Jun 20, 2018 · 1 comment
Open

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

jhermann opened this issue Jun 20, 2018 · 1 comment

Comments

@jhermann
Copy link

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).

@gaborbernat
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants