wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

open files from the command line #65

Closed wellsjo closed 7 years ago

wellsjo commented 7 years ago

closes #54

yschimke commented 7 years ago

Any chance you can add support for the filename "-" to read from stdin? makes this really useful as the end of a set of unix pipes e.g.

curl | jsplora -

wellsjo commented 7 years ago

@yschimke sure, I like that idea. could you open a separate issue?