tmux-plugins / tmux-logging

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

Keep logging filename consistent in messages #37

Closed laggardkernel closed 3 years ago

laggardkernel commented 5 years ago

This pr saves expanded $logging_full_filename after logging starts. Then the script reloads the full filename when users stop the logging, which make the filename consistent with the filename generated at the time when logging started.

Otherwise, the filename is regenerated when users stop the logging. Although the the new filename is not used for logging, but it's displayed in the message. The different logging filenames may confuse users.

This pr fixes #36 .

laggardkernel commented 3 years ago

Dropped cause the repo is unmaintained.