noahgorstein / jqp

A TUI playground to experiment with jq
MIT License
2.19k stars 40 forks source link

Feature request: copy query result to clipboard #35

Closed iloveitaly closed 9 months ago

rvictorino commented 11 months ago

Hi (1year after) !

I needed this feature, so I tried an implementation locally.

I can think of two ways to allow this:

I did the latter and allowed copying to clipboard if an empty file path is provided in the file selector Bubble after a Ctrl+S press.

Will make a PR, let me know what you think about it

rvictorino commented 11 months ago

Pull Request here https://github.com/noahgorstein/jqp/pull/49

noahgorstein commented 9 months ago

Implemented partially by #49