Skip to content
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

Add X clipboard integration #1

Open
mellowcandle opened this issue May 4, 2019 · 2 comments
Open

Add X clipboard integration #1

mellowcandle opened this issue May 4, 2019 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@mellowcandle
Copy link
Owner

Allow copying result to clipboard using a keybind,
This isn't not portable across OS's but this could be added with a compilation flag specifically for Linux.

@mellowcandle mellowcandle added enhancement New feature or request help wanted Extra attention is needed labels May 4, 2019
@kuon
Copy link

kuon commented Jul 11, 2019

If I am not mistaken, there is a terminal control sequence to put things in the clipboard. I think it's OSC 52. I think it would be the most portable way.

For other way, like running xclip, I think it would make more sense to have a "run command" option, it would give more flexibility.

@mellowcandle
Copy link
Owner Author

Never heard of OSC 52, although interesting, most terminals don't actually support it.

@mellowcandle mellowcandle added this to the v0. 5 milestone Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants