I want to print some information in the background or title or columns of certain or all folders.
For example, when I enter the folder of a .git project, I want to be able to show which branch is active somewhere in the explorer window with programmatically (for example BHO) or with a cmd script (for example, "git rev-parse --abbrev-ref HEAD
").
What is the best way to do this?