-
While using this plugin, it would be really nice to be able to copy and paste from the remote nvim session to the host machine's clipboard and vice versa. This works will a normal nvim session, but as…
-
Currently, xclip is hardcoded to only interact with cut buffer 0:
https://github.com/astrand/xclip/blob/8d10aec4784d5e02f5649ac4cb83d812bc4a03cf/xclip.c#L342-L345
It would be nice if there was a…
-
I have xclip and isomorphic_copy on both PCs and cssh open, I have set below snippet in my Neovim's init.lua, copied from the README
```lua
vim.cmd([[
if has('nvim')
" use unnamedplus onl…
-
I made a little `cb` inspired thing:
![image](https://github.com/niedzielski/cb/assets/7908073/305228a1-4abc-4d8a-a75f-8b3dd887a3eb)
```
#!/usr/bin/env fish
# Public Domain
if test -t 0
…
-
I'm getting this error when trying to run xclip in MacosX, using `brew install xclip`
Also tried this but will never increment even if I do right click copy or Command C to copy to clipboard
xcli…
-
- Add option to copy image under `Image` menu.
- Add shortcut `CTRL-C`
We can use [xclip](https://github.com/astrand/xclip) to achieve this.
`xclip -selection clipboard -t image/png -i /path/to/i…
-
- [x] I have searched open and closed issues for duplicates
- [x] I am using Signal-Desktop as provided by the Signal team, not a 3rd-party package.
---
### Bug Description
Basically https:/…
-
### Regression?
Yes
### System Info and Version
System/Version info
```sh
Hyprland, built from branch makepkg at commit fabc30df52ab5d2c369fc8acd4ff909a6ba3b8ac (format: include macros for un…
-
Sometimes I need to `xclip -out` something that is in the clipboard. I constantly keep looking up the names of the parameters: `-selection clipboard`, and it's also too long to type.
I have found (th…
-
### Describe the bug
I've tried to paste the image in my clipboard and get greeted by the log message below. I've also tried this on version 3.5 and 3.2, and yet still get the message.
I do have …