Sha256: f8ed970da2e49b3c197afe6651b2bb6550111680529d9223ec48c509304f239d
Contents?: true
Size: 771 Bytes
Versions: 1
Compression:
Stored size: 771 Bytes
Contents
= clipboard Access the clipboard and do not care if the OS is linux, mac or windows. === Usage You have <tt>Clipboard.write</tt> [+copy+], <tt>Clipboard.read</tt> [+paste+] and <tt>Clipboard.clear</tt> Have fun ;) === Requirements * *Linux*: +xclip+ (you can install it on ubuntu with <tt>sudo apt-get install xclip</tt>) * *Windows*: <tt>win32-clipboard</tt> gem * +Zucker+ gem === TODO * Automatically require the <tt>win32-clipboard</tt> gem - but only on windows! * Don't depend on +xclip+ * Don't depend on the <tt>win32-clipboard</tt> gem (or fix the 1.9 issues with the gem) * Error management? Feel free to report bugs or to implement one of the above features ;) == Copyright Copyright (c) 2010 Jan Lelis, http://rbjl.net, released under the MIT license
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clipboard-0.6.0 | README.rdoc |