jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.36k stars 605 forks source link

Use inotify/fswatch for file changes #695

Closed MasseGuillaume closed 7 years ago

MasseGuillaume commented 7 years ago

For example, on the status view, I need to press F5 to update the view. A file watch on the directory removing gitignore entries could notify tig to update.

jonas commented 7 years ago

Hi Guillaume, fswatch indeed looks like the best option for such a feature.

I will go ahead and close this as a duplicate of #301 which has a few comments about how the current "watch" mechanism is implemented.