Git status bar

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
jackhab
Junior Member
Junior Member
Posts: 35
Joined: 2008-03-05, 09:36 UTC

Git status bar

Post by *jackhab »

(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.
User avatar
dindog
Senior Member
Senior Member
Posts: 315
Joined: 2010-10-18, 07:41 UTC

Re: Git status bar

Post by *dindog »

nice work. It look really neat as if it was a built-in bar!
pplupo
Member
Member
Posts: 102
Joined: 2019-12-02, 16:26 UTC
Location: Canada
Contact:

Re: Git status bar

Post by *pplupo »

Unfortunately, I can't find your sources or release. It seems tour bitbucket repo is private or was removed.
pplupo
Member
Member
Posts: 102
Joined: 2019-12-02, 16:26 UTC
Location: Canada
Contact:

Re: Git status bar

Post by *pplupo »

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.
Any chance you can make this available again?
jackhab
Junior Member
Junior Member
Posts: 35
Joined: 2008-03-05, 09:36 UTC

Re: Git status bar

Post by *jackhab »

pplupo wrote: 2021-05-21, 03:35 UTC
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.
Any chance you can make this available again?
Hi

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.
Post Reply