acme (email not shown publicly)
http://www.astray.com/
Leon Brocard (aka acme) is an orange-loving Perl eurohacker with many varied contributions to the Perl community, including the GraphViz module on the CPAN. YAPC::Europe was all his fault. He is still looking for a Perl Monger group he can start which begins with the letter 'D'.
screen++ (Score:2)
I also love
screen -S projectUsing this, you can give each screen session a name, which makes it very easy to reconnect to the right session later using
screen -r projectAnd if you forgot which names you used, type
screen -lsto get a list of all sessions inlcuding their names (and names are easier to remember than random PIDs..Hear, hear! (Score:2)
Unfortunately, I bound my screen hotkey to
^Ysome years ago. Before remembering it's the Emacs paste key. Ooops.There are two other things I find useful in screen:
^]-ESC. After that, you can page back through output using vi keybindings. You can use it to do copy-paste, but I rarely need that.^]-S. After that, you can flick between the two with^]-TAB. You don't need it that often, but it's sometimes kind of handy.