How can I by using only the text shell (CLI) can copy text from the screen and paste if to ther places like browser links and so on?


While this is of course configurable, the classic unix setup (within X and on Linux cnsole with GPM) is left click selects, right click extends selection, and middle click pastes.forgotten1 wrote:you select the text with the mouse (left click, drag), and then right click in the browser to paste.



With the utility "screen" - a terminal multiplexer with nifty features. Take some time to read the man page.EAD wrote:How can I by using only the text shell (CLI) can copy text from the screen and paste if to ther places like browser links and so on?

Yeah this works but not quite good, when i click on text with left mouse button, paste it with second button and then use the middle buttonnephros wrote:Take a look at the gpm man page.
I think adding "-B 132" to the APPEND variable in /etc/conf.d/gpm will get you what you want.
HTH.