@hackage greenclip2.0.0
Simple clipboard manager to be integrated with rofi
Installation
Dependencies (0)
Dependents (1)
@hackage/acme-everything
Description
Recyle your clipboard selections with greenclip and don't waste your time anymore to reselect things other and other.
Purpose : Keeps track of your history of selections to quickly switch between them
Demo :
Installation :
- It's a static binary so drop it anywhere in your $PATH env
wget https://github.com/erebe/greenclip/releases/download/1.3/greenclip
Alternatively if you are using Archlinux you can install the package from AUR
pacman -S greenclip
PS: If you want, you can add a permanent list of selections to be added to your current history. Go see the config file
Usage :
Greenclip is intended to be used with rofi
- Spawn the daemon
greenclip daemon - When ever you need to get your selections history
rofi -modi "clipboard:greenclip print" -show clipboard - The entry that you have selected will be in your clipboard now
- Configuration file can be found in
.config/greenclip.cfg
Compilation :
- Get stack for Haskell
- stack init && stack install