Sha256: ce43cd18d746d6c0577424d7fa8da6277ccdaf58bf6a7a04a3f8f8f1af12e889
Contents?: true
Size: 579 Bytes
Versions: 1
Compression:
Stored size: 579 Bytes
Contents
NAME irbcp DESCRIPTION irbcp gives access to your system's clipboard (copy and paste) from irb it works on osx and linux SYNOPSIS 0) install the gem gem install irbcp 1) in your .irbrc do require 'rubygems' unless defined?(Gem) require 'irbcp' 2) now in irb you could do cp 'this data is copied to your clibboard from irb' 3) if you've copied something to your system clipboard you can simply do cp to paste it into irb NOTE: you can use the commands 'copy' and 'paste' if you love carpal tunnel WINDOWS send a patch!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
irbcp-0.0.1 | README |