Navigation Menu

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

enable clipboard support on linux again #262

Closed
extrawurst opened this issue Aug 31, 2020 · 1 comment · Fixed by #324
Closed

enable clipboard support on linux again #262

extrawurst opened this issue Aug 31, 2020 · 1 comment · Fixed by #324
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@extrawurst
Copy link
Owner

#261 reverted this feature to fix #259

so now we have two options:

  1. figure out how to use clipboard in a static build binary using musl
  2. use a shell call against something like: xclip or xsel

also see #258

@extrawurst extrawurst added enhancement New feature or request help wanted Extra attention is needed labels Aug 31, 2020
@extrawurst extrawurst added this to the v0.11 milestone Sep 2, 2020
@extrawurst
Copy link
Owner Author

looks like we can use pbcopy on mac and clip on windows then we can rip out the clipboard dependency completely🥳

cruessler added a commit to cruessler/gitui that referenced this issue Oct 10, 2020
Use `clip` on Windows, `pbcopy` on MacOX, `xclip` on Linux.

Remove dependency on `clipboard`.
cruessler added a commit to cruessler/gitui that referenced this issue Oct 10, 2020
Use `clip` on Windows, `pbcopy` on MacOX, `xclip` on Linux.

Remove dependency on `clipboard`.
cruessler added a commit to cruessler/gitui that referenced this issue Oct 10, 2020
Use `clip` on Windows, `pbcopy` on MacOX, `xclip` on Linux.

Remove dependency on `clipboard`.
cruessler added a commit to cruessler/gitui that referenced this issue Oct 10, 2020
Use `clip` on Windows, `pbcopy` on MacOX, `xclip` on Linux.

- Remove dependency on `clipboard`
- Remove feature `clipboard`
cruessler added a commit to cruessler/gitui that referenced this issue Oct 10, 2020
Use `clip` on Windows, `pbcopy` on MacOX, `xclip` on Linux.

- Remove dependency on `clipboard`
- Remove feature `clipboard`
extrawurst pushed a commit that referenced this issue Oct 10, 2020
Use `clip` on Windows, `pbcopy` on MacOX, `xclip` on Linux.

- Remove dependency on `clipboard`
- Remove feature `clipboard`
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

Successfully merging a pull request may close this issue.

1 participant