Project

irbcp

0.01
No commit activity in last 3 years
No release in over 3 years
description: irbcp kicks the ass
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
NAME
  irbcp

DESCRIPTION
  irbcp gives access to your system's clipboard (copy and paste) from irb

  it works on osx, linux and windows.

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

NOTES
  - you can use the commands 'copy' and 'paste' if you love carpal tunnel

  - windows past support is via

    http://www.c3scripts.com/tutorials/msdos/paste.html#exe