I would like to give my konsole tabs meaningful names like in screen, where you can display the name of the current command.
So far the best i came up with was something like this:
$ cat bin/sshk #!/bin/sh dcop $KONSOLE_DCOP_SESSION renameSession $* ssh $*
But there is probably a better solution somewhere out there.