(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: Hacker, petermad, Stefan2, white
Re: Git status bar
nice work. It look really neat as if it was a built-in bar!
Re: Git status bar
Unfortunately, I can't find your sources or release. It seems tour bitbucket repo is private or was removed.
Re: Git status bar
Any chance you can make this available again?jackhab wrote: 2019-11-12, 10:55 UTC (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.
Re: Git status bar
Hipplupo wrote: 2021-05-21, 03:35 UTCAny chance you can make this available again?jackhab wrote: 2019-11-12, 10:55 UTC (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.
I'm sorry for my very late response. Looks like I didn't get any notifications from this forum.
I've made the repository available again.