▲ | jdmg94 2 days ago | ||||||||||||||||
Great work! does the CLI support clipboard operations like MacOS' `pbcopy` and `pbpaste` ? I've added it to my stars to keep and eye on the project, GTK4 and wayland support makes it rather futureproof IMO | |||||||||||||||||
▲ | opan 2 days ago | parent | next [-] | ||||||||||||||||
There's wl-clipboard for this, has wl-copy and wl-paste commands. I've been using it on sway for years. | |||||||||||||||||
▲ | k_roy 2 days ago | parent | prev | next [-] | ||||||||||||||||
For Wayland I just use this:
I used to do the same thing on Xorg with xclip I thinkSwitching between macOS for job and linux for everything else, I’ve honestly never realized any difference. | |||||||||||||||||
| |||||||||||||||||
▲ | esafak 2 days ago | parent | prev [-] | ||||||||||||||||
It would be nice if you could pipe to it like pbcopy, with each invocation creating a new entry, and add support for automatically expiring old entries. |