Re: [dev][tabbed][patch] Replace a specific argument with the window id

2012-11-08 Thread Christoph Lohmann
Hello. On Thu, 08 Nov 2012 22:08:49 +0100 Galos, David galos...@students.rowan.edu wrote: I've attached a patch which adds a '-r' flag to tabbed, so that it can replace a dummy argument in the command with the window id, rather than appending it to the end. The purpose of this is to allow

[dev][tabbed][patch] Replace a specific argument with the window id

2012-11-05 Thread Galos, David
I've attached a patch which adds a '-r' flag to tabbed, so that it can replace a dummy argument in the command with the window id, rather than appending it to the end. The purpose of this is to allow $ tabbed -r 2 st -w '' -e tmux Which before would've required some annoying temp-file trickery.