Bruce Edge

Results 104 comments of Bruce Edge

Can I get a review on this? Been working splendidly for me: Enabling shows this on the statusline: > History saved and logging started to /Users/bedge/log/tmux/2019-08-13/deng-2.log Lets you "forget" to...

@codydiehl, I agree completely. This PR was a quick hack to add a missing toggle. I expect there's more than one case it's missing. Glad to see it's getting a...

Fixed in https://github.com/tmux-plugins/tmux-logging/pull/39 Added script snapshot_and_log.sh

Those use different filename settings. I wanted on that used the same name as I had configured for logging. The above could also save the scrollback, and stop logging (using...

Related to always log: https://github.com/tmux-plugins/tmux-logging/issues/31 You could use `~/.tmux/plugins/tmux-logging/scripts/toggle_logging.sh` in your .bash_profile.

I'm trying to set the same thing. The command you're using doesn't seem to have any affect. After executing: > set -g @screen-capture-path '$HOME/logs/tmux' Then hitting & alt-shift-p, I see:...

I looked into this more, and the start_logging doesn't source the variable.sh. So it's not apparently intended to be called directly. I addressed this in my PR. ...and, yes, the...

Problem still exists. ie: run - `~/.tmux/plugins/tmux-logging/scripts/start_logging.sh` from a shell prompt, and logging is not started. Note that: `~/.tmux/plugins/tmux-logging/scripts/toggle_logging.sh` Does work to toggle logging, but the start_logging.sh does not work...

Above does show up as an "IDE error" in Intellij UI, with accompanying suggestion to report here.