vote up 6 vote down star
2

How can I copy and paste in irb (Interactive Ruby Shell) on Windows?

flag

5 Answers

vote up 15 vote down check

To avoid having to open the drop-down menu and clicking, you need to change the command window settings. To do this, right-click the title bar, choose Properties, turn on "QuickEdit Mode" under the Properties tab (and keep "Insert Mode" on), then OK.

Now, to copy: drag to select, right-click to copy.

To paste: right-click with no selection.

link|flag
Hey, neat - I'm setting that in my defaults now! – Blorgbeard Sep 28 '08 at 20:06
I wish someone had told me this 2 years ago! Thanks. – AShelly Sep 29 '08 at 15:51
vote up 0 vote down

check out console2--very nice and allows you to paste by using right click or what not.

link|flag
vote up 1 vote down

You might want to consider using Console, a replacement for Windows' terrible command-line chrome. It offers fully redefinable keyboard shortcuts plus tabs, so it's ideal for IRB.

link|flag
vote up 0 vote down

For CLI copy/paste:

Ctrl+insert ==copy Shift+insert == paste

link|flag
vote up 3 vote down

To copy: Hit alt-space, choose Edit, choose Mark, drag-select the text, hit enter.

To paste: Hit alt-space, choose Edit, choose Paste.

link|flag
Thank you, very helpful. – sker Sep 28 '08 at 1:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.