tmux-plugins / tmux-logging

Easy logging and screen capturing for Tmux.
MIT License
1.03k stars 113 forks source link

Handling session names with spaces. #65

Open shinris3n opened 2 years ago

shinris3n commented 2 years ago

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

DexterHacks commented 9 months ago

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\""