-
Notifications
You must be signed in to change notification settings - Fork 609
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
Provide auto-update option #190
Comments
I think that this could be part of the plan to support refreshing views after running external commands. It would basically have two options: 'update-mode' with values { no, auto, after-cmd } and an 'update-interval'. Note, that the auto will probably only update when a change has been detected, either to the branch name or to the HEAD commit. |
Correction, one option refresh-view with values:
The affected views are: main, diff, blame, branch, status, stage, and stash. |
👍 |
2 similar comments
👍 |
👍 |
Please test it out. It is not everything that magically works now. For example it mainly supports auto-update when the index changes. |
This adds support for this mode that was discussed in #190 and which is similar to how refreshing was previous done.
periodic + interval works. auto is not. OSX 10.9.2, git 1.9.2, tig 2.0.2 |
Currently, I'm doing this:
Which gives me a no-colored output (sadly) which updates every n (10 in this case) seconds.
I would love if tig could do this for me. I do not want to manually refresh the screen all the time!
What do you think about this?
The text was updated successfully, but these errors were encountered: