wellsjo / JSON-Splora

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

jq shorthand filters don't get applied #62

Closed yschimke closed 7 years ago

yschimke commented 7 years ago

A jq filter like for getting the text of tweets doesn't work or show any error

.[].text

wellsjo commented 7 years ago

You are correct. I did a little research and it appears this is a bug with node-jq. I opened a ticket there https://github.com/sanack/node-jq/issues/52

I will leave this ticket open until that is resolved

luis-conor commented 7 years ago

@wellsjo, the jq issue is closed now, hopefully it's been fixed?

wellsjo commented 7 years ago

Wonderful! I'll test

wellsjo commented 7 years ago

@luis-conor fixed

luis-conor commented 7 years ago

I installed jsplora globally with npm.. @wellsjo, did you update the npm package?

wellsjo commented 7 years ago

@luis-conor I just published 1.0.2 which has the fix

luis-conor commented 7 years ago

Works great, awesome. Thanks!

Can't believe how useful this app is 🥇

Is there a way it can be linked into something like /Applications/jsplora.app so I can call it via spotlight/alfred?

wellsjo commented 7 years ago

@luis-conor Thanks!

Hmm...I think that would be possible if you cloned the repo and built locally with

npm run-script build-darwin

That should create json-splora-darwin-x64/json-splora.app, which you can drag-and-drop into your Applications folder.

Let me know if that works