-
Notifications
You must be signed in to change notification settings - Fork 487
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
Extend :tmux
notifier with use of tmux display-message
and options to configure them
#334
Conversation
Ok for you @netzpirat? (I don't know/use :tmux) |
I know but currently don't use tmux, so we have to rely on the experience of @matthijsgroen. |
What it basically does (easy to test) when in tmux
This will show for a short period of time (configurable by I think a quick scan of the code will give a general idea what it does. |
Thanks a lot for your detailed information. I've added it straight to the README. |
Ah I'm afraid that is not fully correct, since my code will set that display-time for the user, it overwrites custom settings. I will refork and update the readme in a pull request ok? (sorry for the late response, I was away for the weekend) |
Ok, for the new pull request. Thanks! |
When will the rubygem be published on rubygems.org? |
This has been already published with 1.4.1 |
hmm weird, rubygems is still listing 1.4.0 as the latest version http://rubygems.org/gems/guard/versions |
You're right, somehow the "release" wasn't released at all. I reverted the 1.4.1 release commit and will release a new version today or tomorrow. |
The current
:tmux
notifier implementation was too limited that it only colored the left status bar. I want to see a message, so updated the notifier to also usedisplay-message
when configured. I has extended configurable options, so 'powerline' users can pimp there messages :-)