(Not sure if I should post it here because its not really a plug-in but a standalone utility to extend TC interface.)
Working with a lot of git-versioned directories I needed something like git Bash prompt to show me checked out branch and status directly in TC.
So I made an AutoIt script which adds a small bar to file path field which displays the current git branch, the number of changed files and a tooltip with a 'git status' output. Image: https://imgur.com/a/jf3646c
It requires AutoIt installation (alternatively it can be compiled into .exe by AutoIt).
You can find the latest code in https://bitbucket.org/jackhab/tcgitbar/src/master/
The script can be easily adapted to run whatever command you need.
Hope you find it useful.
Git status bar
Moderators: sheep, Hacker, Stefan2, white
Re: Git status bar
nice work. It look really neat as if it was a built-in bar!