Page 1 of 1

Work alleviation

Posted: Thu Aug 07, 2014 9:44 pm
by ThomasDr
Hallo,

i search for a work alleviation on the RPi console.
How can i put large install lines to the console, like copy and past?
Can i put the lines in a shell script and run the scripts?

regards
Thomas

Re: Work alleviation

Posted: Thu Aug 07, 2014 9:51 pm
by rpdom
You can put sets of frequently used commands in scripts, that is a common thing to do.

If you want to be able to copy and paste on the console you can install the "gpm" program
Description: General Purpose Mouse interface
This package provides a daemon that captures mouse events when the system console is active, and delivers events to applications through a library.
.
By default, the daemon provides a 'selection' mode, so that cut-and-paste with the mouse works on the console just as it does under X.

Re: Work alleviation

Posted: Thu Aug 21, 2014 6:59 pm
by ThomasDr
Hello,

i just saw putty have this function already.

regards
Thomas