Select text using keyboard in linux shell
Highlighting with the mouse. *runs*
Just found this on net..
- Open screen: screen
- Run your program, producing output you want copied
- Enter copy mode: ^A [
- Move your cursor to the start point
- Hit enter
- Move your cursor to the end point
- Hit enter
- Paste: ^A ]
would that do ?