Cliphist picker for mac #647
Unanswered
rbhanot4739
asked this question in
Q&A
Replies: 1 comment 2 replies
-
cliphist is only available on linux (wayland) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do i make the
cliphist
picker work on macos. I believe this picker is supposed to access the system clipboard and make it available right inside neovim through the snacks picker.However, for some reason, it doesn't show my anything. I checked the source code that uses the
cliphist
command provided by the similarly named package, but its available only for Linux-based distros.I guess i can I use the
cmd
for the picker to use something likepbpaste
on Mac and maybe even add bunch of checks to pick the right clipboard based on OS.Is there a more elegant platform agnostic way of handling this.
Beta Was this translation helpful? Give feedback.
All reactions