NEW successor:
tbeu wrote: 2021-01-30, 20:56 UTC Version 2.0.0 with 64-bit support finally is available from totalcmd.net.
Original post by *Khaj » Wed Apr 15, 2015 0:08
Dear guys! This project is aimed to give some information from GIT repostiory to total commander.
To use the plugin - download gitcmp.zip
from
https://github.com/Darthholi/WDX_GitCommander/releases/latest
and set it up in total commander.
The easiest way to use is to create your own columns, I suggest just replacing the original SIZE solumn with the column "SizeAndBranch".
Because that will show the branch instead of <DIR> for directories.
For like-github functionality in total commander, there is the possibility to create plugin defined hints in total commander.
Just go to Configuration->Display and down there on the setting page tick some boxes with "hint texts" to make visible the small button with "+".
Then it just remains to add a rule for all files "*" with this suggested formatting:
Option a) last commit info:
Code: Select all
[=gitcmd.Branch]([=gitcmd.CommitAge]) [=gitcmd.FirstRemoteUrl]\n[=gitcmd.CommitMessage]\n[=gitcmd.CommitAuthor] [=gitcmd.CommitMail] [=gitcmd.CommitDate.D.M.Y h:m:s]
Code: Select all
[=gitcmd.Branch] [=gitcmd.FirstRemoteUrl]\n[=gitcmd.FallIsLast] [=gitcmd.FallAge]\n[=gitcmd.FallMessage]\n[=gitcmd.FallAuthor] [=gitcmd.FallMail] [=gitcmd.FallDate.D.M.Y h:m:s]\n[=gitcmd.GeneralStatus]
Oh yea it is 32bit and I would love to make it 64bit also but for thet I need to know how to use other compilers (with libgit2 and so ... ehmehmehm...).
EDIT:
Thanks for help with the installation (to the first guys to comment this thread), I had a typo there, but now everything is fine.
Now the only not working thing is passthrough for dir size...