Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 124f412

Browse files
author
Steve Sanders
authored
Update README.md
1 parent ed28748 commit 124f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Windows explorer extension for overlaying sync status icons
33

44
![Alt text](/KBShellExt.png?raw=true)
55

6-
Once built and registered, for each file shown in explorer, this extension will look for a file of the same name ending in ".kbfs_status" and look for a keyword at the top. If "syncing" or "synced" is found, the respective icon will be indicated to Explorer, which will overlay it on the regular icon for that file.
6+
Once built and registered, for each file shown in explorer, this extension will look for a file of the same name ending in ".kbfs_status" and look for a keyword inside it, at the top. If "syncing" or "synced" is found, the respective icon will be indicated to Explorer, which will overlay it on the regular icon for that file. (The icons used here are placeholders, borrowed from TortoiseGit.)
77

88
The COM server has to be registered like any other COM component (e.g. `regsvr32 KBShellExt.dll`, plus additionally a registry key has to be added under the following location for each icon:
99
```

0 commit comments

Comments
 (0)