X11 clipboard history and management using spmenu
Go to file
Chris Down 66301f4f5f Remove ability to override default dmenu lines with CLIPMENU_LINES
If people want to use this, they can just pass `-l <n>` to clipmenu and it will
be passed through to dmenu. I've checked that passing `-l` twice works fine and
accepts the second passed `-l` optarg as the definitive one.
2015-08-22 23:11:12 +01:00
.travis.yml Add Travis CI configuration 2015-08-22 19:30:26 +01:00
clipmenu Remove ability to override default dmenu lines with CLIPMENU_LINES 2015-08-22 23:11:12 +01:00
clipmenud Document why we add/remove an "x" when grabbing the clipboard data 2015-07-27 20:19:41 -07:00
LICENSE Add ISC license 2015-08-22 23:03:30 +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.