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
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
> $
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