Re: escaping characters and the output of command-promt

2013-04-16 Thread Franco
On Wed, Apr 03, 2013 at 06:51:51PM +0100, Thomas Adam wrote: > On 3 April 2013 18:43, Franco wrote: > > Good evening tmuxers. In my .tmux.conf file I have a line like this > > > > bind e command-prompt -I "%d/%m/%g %H:%M: " -p "#" 'run-shell "echo %1 >> > > $NOTE; tmux display Done."' > > > > Thi

Re: escaping characters and the output of command-promt

2013-04-03 Thread Thomas Adam
On 3 April 2013 18:43, Franco wrote: > Good evening tmuxers. In my .tmux.conf file I have a line like this > > bind e command-prompt -I "%d/%m/%g %H:%M: " -p "#" 'run-shell "echo %1 >> > $NOTE; tmux display Done."' > > This basically prompts me for a string and appends it to a text file (the > $

escaping characters and the output of command-promt

2013-04-03 Thread Franco
Good evening tmuxers. In my .tmux.conf file I have a line like this bind e command-prompt -I "%d/%m/%g %H:%M: " -p "#" 'run-shell "echo %1 >> $NOTE; tmux display Done."' This basically prompts me for a string and appends it to a text file (the $NOTE environment variable). It works, but not with