X11 clipboard history and management using spmenu
Go to file
Chris Down 20e9303def Do not deduplicate lines before sending to dmenu
I don't remember why I added this in 0418bf2 (sigh...), but it seems
unnecessary.
2015-09-06 13:58:21 +01:00
.travis.yml Add Travis CI configuration 2015-08-22 19:30:26 +01:00
clipmenu Do not deduplicate lines before sending to dmenu 2015-09-06 13:58:21 +01:00
clipmenud Reduce default poll time down to 0.5 seconds 2015-09-06 01:46:21 +01:00
LICENSE Use chrisdown.name as URL in LICENSE 2015-08-22 23:13:10 +01:00
README.md Note how argument handling works when passing to dmenu 2015-07-09 09:53:06 +01:00

clipmenu is a simple clipboard manager using dmenu and xsel.

To use it, start the clipmenud daemon, and then call clipmenu to launch dmenu. Upon choosing an entry, it is copied to the clipboard.

All args passed to clipmenu are transparently dispatched to dmenu. That is, if you usually call dmenu with args to set colours and other properties, you can invoke clipmenu in exactly the same way to get the same effect.