I believe Clipboard is the best tool for clipboard interaction. As a matter of fact, as of today you have 2713 stars on github, kudos! Keep up the good work.
- pidario on GitHub.com
Thanks for your work! This is by-far one of my favourite projects on GitHub!
- MaddyGuthridge on GitHub.com
...I've just discovered CB & it's suiting my needs very well!
- all64bits on Discord.com
I started using this because I just wanted an easy "cb copy && cb paste" VS trying to remember the correct input AND output flags when Im using xclip with different file types. I write a lot of shell scripts that copy certain stuff like images and text and this makes it a lot easier.
- SweetBabyAlaska on Reddit.com
As a sysadmin and hourly terminal user, I found it so useful. Making stuffs some easier.
- Simpleboy_ir on Reddit.com
Thank you for this app, so simple yet effective! Hats off ? ?
- GlassGruber on GitHub.com
BTW, really LOVE this project. Its [sic] so unbelievable it isn't already in Linux.
- AtomicRobotMan0101 on GitHub.com
...Thank you again for this great application!
- kohane27 on GitHub.com
Gentoo GURU and LiGurOS (For Gentoo, enable the GURU repo first)
emerge -av app-misc/clipboard
Homebrew
brew install clipboard
Nix
nix-env -iA nixpkgs.clipboard-jh
Pacstall
pacstall -I clipboard-bin
Scoop
scoop install clipboard
Snap (You can also get our nightly Snap builds under GitHub Downloads)
sudo snap install clipboard
# After installing, do "alias cb='snap run clipboard'" to use CB easily.
# Then, add that command to your terminal profile (like .bashrc) to make it work every time.
Void Linux
sudo xbps-install -S Clipboard
Winget
winget install -e --id Slackadays.Clipboard
GitHub Downloads
First, get the latest revision of the Clipboard Project from GitHub Actions or the latest release from GitHub Releases.
Then, unpack what you just downloaded to a nice place anywhere on your system.
If you downloaded the Flatpak, now do flatpak install what-you-downloaded.flatpak
. Or if you downloaded the Snap, now do sudo snap install --dangerous what_you_downloaded.snap
.
Finally, add CB to your PATH (so that you can run it anywhere) by doing one of the following:
# For all platforms except Windows, Flatpak, and Snap
$ export PATH=$PATH:/where/you/unpacked/cb
# Add this to your terminal startup file like .bashrc or the equivalent so that it works every time.
# To get the current path (in case you don't know it), do the "pwd" command.
# For Flatpak
$ alias cb='flatpak run app.getclipboard.Clipboard'
# Add this to your terminal startup file like .bashrc or the equivalent so that it works every time.
# For Snap
$ alias cb='snap run clipboard'
# Add this to your terminal startup file like .bashrc or the equivalent so that it works every time.
# For Windows PowerShell
> $Env:PATH += ";C:whereyouunpackedcb"
# Add this to your PowerShell profile (which is located in $profile) so that this works every time.
# To get the current path (in case you don't know it), do the "Get-Location" command.
Say thank you to all our beautiful contributors who have helped make the Clipboard Project incredible. Want to join the club? We're always accepting new contributions too.
Special thanks to MacStadium for sponsoring the Clipboard Project by providing a Mac Mini for macOS development!
And if you're feeling generous, feel free to give us a ! We appreciate every single one - including yours.
cb copy haters && cb > /dev/null