Plugin - Git Commander - Git and total commander!

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

Moderators: white, Hacker, petermad, Stefan2

gdpr deleted 6
Power Member
Power Member
Posts: 872
Joined: 2013-09-04, 14:07 UTC

Re: Plugin - Git Commander - Git and total commander!

Post by *gdpr deleted 6 »

NoSubstitute wrote: 2021-01-30, 23:44 UTC I don't understand how to "create plugin defined hints".
I can't find anything in any menu to actually interact with Git. Is that not part of the plugin? I mean the ability to push/pull to/from git?
The information you seek can be found in the very first post of this topic.
Rucha
Junior Member
Junior Member
Posts: 9
Joined: 2021-01-31, 08:43 UTC

Re: Plugin - Git Commander - Git and total commander!

Post by *Rucha »

The plugin doesnt work for submodules.
User avatar
NoSubstitute
Junior Member
Junior Member
Posts: 47
Joined: 2012-02-08, 10:45 UTC
Location: Malmö, Sweden

Re: Plugin - Git Commander - Git and total commander!

Post by *NoSubstitute »

elgonzo wrote: 2021-01-31, 00:03 UTC The information you seek can be found in the very first post of this topic.
Oh, I know it is. I just don't understand it. I don't understand how to do it.
To me the information is lacking detail and steps for me to replicate it on my system.
Which is exactly why I said what I said. :-)

I can create a custom view of columns, which shows me some information.
I just can't do any of the "create hints" part, because when I click in those places, in the TC interface, it doesn't match the available info, nor does it say where to insert the code (in the interface). If I should really insert the code inside a configuration file, then (again) that's not available in the first topic.

Also, I see zero information on whether this can be used to actually interact with Git, so should I interpret that there is zero such features?
I wasn't primarily looking for a plugin to tell me if a file is modified or not (which I can see it does, for files), but something that can push/pull, when necessary. If this plugin can't do that, that's fine, but there isn't enough information, IMO, to answer that question.

Also, the name itself, Git Commander, is, to me, and indication of a tool that can do more than just tell me if a file is modified or not.

Basically, you didn't help with either of my two questions/problems.
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: Plugin - Git Commander - Git and total commander!

Post by *Hacker »

NoSubstitute,
Also, I see zero information on whether this can be used to actually interact with Git
1st post wrote:This project is aimed to give some information from GIT repostiory to total commander.
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
NoSubstitute
Junior Member
Junior Member
Posts: 47
Joined: 2012-02-08, 10:45 UTC
Location: Malmö, Sweden

Re: Plugin - Git Commander - Git and total commander!

Post by *NoSubstitute »

Ok, so info only. :-)
Thanks!
valexiev
Junior Member
Junior Member
Posts: 28
Joined: 2008-03-31, 09:59 UTC

Re: Plugin - Git Commander - Git and total commander!

Post by *valexiev »

tbeu made a 64-bit version: https://github.com/tbeu/WDX_GitCommander/releases/tag/v2.0.0.

But there's a problem with commit messages not appearing, https://github.com/tbeu/WDX_GitCommander/issues/1
valexiev
Junior Member
Junior Member
Posts: 28
Joined: 2008-03-31, 09:59 UTC

Re: Plugin - Git Commander - Git and total commander!

Post by *valexiev »

@NoSubstitute "when I click in those places, in the TC interface, it doesn't match the available info, nor does it say where to insert the code"

Config> Display> Help Texts> User Defined : click on "+" at the very bottom right of the dialog.
Add> "*" > OK
paste the code of the selected option
OK

Hope to help!
User avatar
tbeu
Power Member
Power Member
Posts: 1336
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Re: Plugin - Git Commander - Git and total commander!

Post by *tbeu »

valexiev wrote: 2021-02-01, 18:28 UTC But there's a problem with commit messages not appearing, https://github.com/tbeu/WDX_GitCommander/issues/1
Fixed by v2.0.1.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
NoSubstitute
Junior Member
Junior Member
Posts: 47
Joined: 2012-02-08, 10:45 UTC
Location: Malmö, Sweden

Re: Plugin - Git Commander - Git and total commander!

Post by *NoSubstitute »

valexiev wrote: 2021-02-01, 18:33 UTC ...
Hope to help!
Yes, you did, thank you!
valexiev
Junior Member
Junior Member
Posts: 28
Joined: 2008-03-31, 09:59 UTC

Re: Plugin - Git Commander - Git and total commander!

Post by *valexiev »

Now we also have an updated README https://github.com/VladimirAlexiev/WDX_GitCommander/tree/patch-1:
  • shows how to use WDX Guide to explore the available fields
  • explains what Commit/Last/Fall mean
Rucha
Junior Member
Junior Member
Posts: 9
Joined: 2021-01-31, 08:43 UTC

Re: Plugin - Git Commander - Git and total commander!

Post by *Rucha »

Hi! Thanks for the plugin!
Any plans for git submodule support?
User avatar
tbeu
Power Member
Power Member
Posts: 1336
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Re: Plugin - Git Commander - Git and total commander!

Post by *tbeu »

I checked submodules during dev and it worked for me as expected. I have no clue what your expectation is with Git submodules.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
Rucha
Junior Member
Junior Member
Posts: 9
Joined: 2021-01-31, 08:43 UTC

Re: Plugin - Git Commander - Git and total commander!

Post by *Rucha »

Only one thing - see branch name of submodule (it could be different to main module) in such column. In my case it shows <DIR> instead of branch name.
User avatar
tbeu
Power Member
Power Member
Posts: 1336
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Re: Plugin - Git Commander - Git and total commander!

Post by *tbeu »

I guess the branch information cannot be obtained from the submodule hash.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
Rucha
Junior Member
Junior Member
Posts: 9
Joined: 2021-01-31, 08:43 UTC

Re: Plugin - Git Commander - Git and total commander!

Post by *Rucha »

I don't know implementation details (how to get submodule branch name for particular folder) but I can see submodule name in folder context menu in TortoiseGit section.
Image: https://rucha.mooo.com/stuff2/SubmoduleName.png
Post Reply