-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tmux-logging/scripts/start_logging.sh in bashrc not working #31
Comments
Hi, It seems PR #13 had a fix for the error you were getting. That one is now merged so maybe try again? |
Problem still exists. from a shell prompt, and logging is not started. Note that: Does work to toggle logging, but the start_logging.sh does not work from a shell. I want to be able to trigger logging on from a script, regardless of whether it's already on or not.
Just updated to current plugins as well (using tpm). |
Submitted pull request to address. |
…to automatically turn on logging for new panes
#28
has some shortcomings. (Unless I'm just being stupid, which is entirely possible)
Given the key bindings:
I would expect being able to run:
~/.tmux/plugins/tmux-logging/scripts/start_logging.sh
to enable logging to the file cfg'd above, but it doesn't.
With that in my bashrc, logging is not enabled, at least not to the file I have configured. (see above)
However when I run
/Users/bedge/.tmux/plugins/tmux-logging/scripts/toggle_logging.sh
I get a "...logging ended" message, implying some component did think it was logging.
Running it again DOES start logging to the right place. WTF am I doing wrong?
This also pops out periodically:
Great plugin, despite my whining BTW.
The text was updated successfully, but these errors were encountered: