Displays XYplorer tags (Label, Tags, Comment) as columns in Total Commander.
xytags.ini Configuration file (place next to the .wdx after building)
xytags.wdx Compiled plugin (32-bit)
xytags.wdx64 Compiled plugin (64-bit)
-
Copy
xytags.wdxandxytags.wdx64to a plugin directory of your choice, e.g.C:\Program Files\totalcmd\Plugins\WDX\xytags\ -
Place
xytags.iniin the same directory as the .wdx files. -
Set the path to your
tag.datin the INI file:[XYTags] TagFile=C:\Users\Home\AppData\Roaming\XYplorer\tag.dat
-
In TC: Configuration → Plugins → Content Plugins (.WDX) → Add → select
xytags.wdx.
- TC file list → right-click on the column header → "Customize Columns…"
- "Add" → Plugin: xytags → choose a field:
- XY_Label – the label (e.g. "Tcmd", "XYplorer")
- XY_Tags – tags (e.g. "app, portable")
- XY_Comment – comment / description
| Field Name | Content | Example |
|---|---|---|
| XY_Label | Label name from XYplorer | Tcmd |
| XY_Tags | Comma-separated tags | app, portable |
| XY_Comment | Free-text comment | FTP Client |
Files without an entry in tag.dat will show empty fields (no error).
-
The tag.dat is loaded once at startup and cached. If the tag.dat changes: restart TC or reload plugins (Configuration → Plugins → Reload).
-
Path comparisons are case-insensitive (standard on Windows).
-
The format
XYplorer File Tags v5(UTF-16LE) is supported. For older versions with a different column count, adjust the comment field index inxytags.cpp(linef[19]).