Tag Archives: screen

screen copy mode can be used to copy/paste

I’m aware of many people that use GNU Screen’s copy mode to scroll back through terminal history but don’t actually use copy mode for copying text for later pasting. I was one of those people myself for some time. Screen … Continue reading

Posted in General | Tagged , , | 3 Comments

Rotate through Screen Windows

A new command in screen version 4.00 is the idle command. idle time command Executes screen command, command when idle for time seconds. E.g. to rotate through screen windows with a 3 second interval: idle 3 next To cancel, idle … Continue reading

Posted in General | Tagged , , | Leave a comment

Weather in Screen Statusbar

Caspar Clemens Mierau recently wrote about a nifty Debian package named weather-util and his method for embedding the current temperature into the screen status bar. Quite nifty. I did the same with one small exception, including the predicted probability of … Continue reading

Posted in geek | Tagged , , | 1 Comment