RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Copy'n'Paste in IRB

If you’re on Mac (or Linux with xclip) and find yourself very often pasting/copying thing from IRB, have a look at this little snippet.

Comments

very useful snippet

I’ve been using something similar for some time now, and I must say it’s the best thing I’ve come up with ever. Totally boost the productivity. Most of the time I use it to get stuff from the readline history. See http://gist.github.com/112129

The most useful 9 lines of code I’ve come across in a while :-)

Thanks a lot this http://gist.github.com/112129 was extremely useful!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in