https://bugs.kde.org/show_bug.cgi?id=481069
--- Comment #30 from Andreas Schneider <a...@cryptomilk.org> --- As initially said that this is something for power users, I think using as the command: /home/me/foo.sh %t with foo.sh: #!/bin/bash TITLE=$1 echo "$TITLE" should really not be a challenge for a power user. There is no need for option parsing if you're the only one who controls this. If you really need all of those variables to make a decision what to do in the script. Then you're advanced enough to quickly code up option parsing in your bash script. It is a 30 line switch statement in bash. Providing the expansion on the command line allow you to use them with already existing executables. -- You are receiving this mail because: You are watching all bug changes.