-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Gives wrong results with ivy-occur
#7
Comments
Hi @Gleek Thanks for checking out Could you make a screencast showing what you're doing? I'm not a user of ivy-occur and don't understand how you compose it with counsel-jq from the description. |
Hello @munen, Please see the screencast below. I first demo a sample run of ivy-occur on counsel-describe-variable function. ivy-occur-counsel-jq.mp4 |
Thank you for providing that screencast, I can see it now! 👍 I assume Are you interested in looking into this and creating a PR for it? |
I'll see if I can figure out something this weekend. 🙂 |
Cool, looking forward to it^^ |
- Updates `ivy--old-cands‘ with the result of counsel-jq (Fixes 200ok-ch#7) - Configurable buffer name and binary
- Updates `ivy--old-cands‘ with the result of counsel-jq (Fixes 200ok-ch#7) - Configurable buffer name and binary
- Updates `ivy--old-cands‘ with the result of counsel-jq (Fixes 200ok-ch#7) - Configurable buffer name and binary
ivy-occur
can be used to get the filtered results in a separate buffer.It is similar to the default action which opens up the result in
*jq-json*
buffer but instead uses an occur buffer.This can help in filtering multiple json objects and compare the filtered results without having subsequent runs replace the results of previous ones.
Running
ivy-occur
(C-c C-o
by default I think) opens up the full json object instead of only displaying the filtered results.I'm unsure of what might be causing this or if this is a bug upstream in ivy.
The text was updated successfully, but these errors were encountered: