clipmenu

Simple clipboard management using dmenu
git clone https://git.sinitax.com/cdown/clipmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 65f0b277ec6305ed2e7bd92e6747c63bb6025f62
parent 700a6b27dc6f2c87a027259d77a558268154502e
Author: Chris Down <chris@chrisdown.name>
Date:   Wed,  5 Feb 2014 17:42:35 +0800

Add readme

Diffstat:
AREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,7 @@ +clipmenu is a simple clipboard manager using [dmenu][] and [xclip][]. + +To use it, start the `clipmenud` daemon, and then call `clipmenu` to launch +`dmenu`. Upon choosing an entry, it is copied to the clipboard. + +[dmenu]: http://tools.suckless.org/dmenu/ +[xclip]: http://sourceforge.net/projects/xclip/