Closed anton-suprun closed 3 months ago
@ynqa
Thanks again for your suggestion on the promkit change; let me know if you have any other suggestions :)
(Once again; apologies for the delay on this 🙏 )
@anton-suprun LGTM! But please merge until promkit release (and edit the version after confirming release) 🙇
@anton-suprun LGTM! But please merge until promkit release (and edit the version after confirming release) 🙇
Thank you 😃 ! And yes, acknowledged. Will do that !
@anton-suprun And also, please add the items about new key-bindings to https://github.com/ynqa/jnv/blob/main/README.md?plain=1#L96-L118.
@anton-suprun I just released promkit as v0.4.5 🎉
Awesome!! Will update this shortly 😁 (on mobile right now )
Description
Addresses issue: #27
Added two methods to Jnv
content_to_clipboard
- writes currently visible json to clipboard and adds a hint that content was copied to clipboardquery_to_clipboard
- writes current jq query to clipboard and adds a hint that the query was copied to clipboardAdded two new shortcuts:
ctrl-o
- copies content to clipboardctrl-q
- copies query to clipboardScreencasting
Note: I have a clipboard manager (via Raycast); that's the pop-up you're seeing; I use it to show the latest copied text
https://github.com/user-attachments/assets/9dfabb3b-530c-4956-979f-29f1d28c3eec
Notes
Please feel free to request any changes to code structure, shortcuts, etc. I am happy to receive any of your feedback on this 😊 Dependency promkit PR
Resolves #27