tmux-logging icon indicating copy to clipboard operation
tmux-logging copied to clipboard

Handling session names with spaces.

Open shinris3n opened this issue 3 years ago • 1 comments

If the session name contains a space, the log file is not written.

shinris3n avatar May 23 '22 02:05 shinris3n

edit variables.sh in ~/.tmux/plugins/tmux-logging/scripts change the following line to this:

filename_suffix="\"#{session_name}-#{window_index}-#{pane_index}-%Y%m%dT%H%M%S.log\""

DexterHacks avatar Nov 26 '23 18:11 DexterHacks