Greenclip
Jump to navigation
Jump to search
Greenclip is a simple clipboard manager designed to be integrated with rofi and written in Haskell.
Installation
Install the rofi-greenclipAUR package.
Start/enable the user unit greenclip.service
:
# systemctl --user enable greenclip.service
Usage
- Spawn the daemon with
/usr/bin/greenclip daemon
or start/enable the user unit as mentioned in #Installation - Show entries as a list within rofi using:
rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
- The entry that you have selected will be in your clipboard now
- Configuration file is placed in
~/.config/greenclip.toml
- To clear all clipboard history, run
greenclip clear