Save scrollback and start logging as single function#39
Save scrollback and start logging as single function#39bedge wants to merge 5 commits intotmux-plugins:masterfrom
Conversation
|
Updated PR to fix #38 as well |
|
OK, got carried away. Added README updates, and key bindings for the snapshot_and_log. |
|
Can I get a review on this? Enabling shows this on the statusline:
Lets you "forget" to enable logging for an important thing, then go back and log the whole scrollback buffer and start logging everything after that. |
|
Is there a way to stop the logging once it has began using the I think it might be good to integrate an additional stop function. While not a necessity it would be full featured to do so. Looks like would need to track whether we are already logging with a similar yet new function to the I will take a look if i can get some time, but wanted to post here to see if there was something I was missing before trying to implement it myself. |
|
@codydiehl, I agree completely. |
Fixes #31
Note that a cleaner solution may be to restructure the toggle/start scripts so that the block I added didn't need to replicate the context read that already exists in the toggle script.