Unofficial database of all Total Commander plugins and addons  

Total Commander 11.57 released

Oct 26, 2022: Total Commander 10.52 is released.
Various fixes of issues found after the release of 10.51.

Sep 1, 2022: Total Commander 10.51 is released.
Various fixes of issues found after the release of 10.50.

Total Commander Official Page
Download Total Commander 11.57
Order Total Commander

Total Commander 11.57 - advanced file manager

News on TOTALCMD.NET



VisualSpace 1.8

VisualSpace is a Lister plugin (.wlx / .wlx64, 32-bit and 64-bit) for Total Commander that analyzes the disk space usage of a folder and displays the results as a list of gradient bars showing relative file and folder sizes.

Key features:

•Scans folders on a background thread, so Total Commander's interface stays responsive even when scanning large or deep folder structures (e.g. C:\Windows or a large OneDrive folder).

•Can optionally use the Everything search tool (voidtools) to retrieve folder sizes, file counts, and the Top Files list directly from its index instead of scanning, cutting large folders from tens of seconds down to near-instant.

•Shows a live counter of files and folders discovered while the scan is running.

•Displays each top-level file and folder in the target directory as a gradient bar sized relative to its disk usage, along with its total size.

•Includes a "Top Files" toggle that switches the view to just the largest files found anywhere within the scanned folder tree, regardless of which subfolder they are in.

•Right-clicking a file or folder jumps the other Total Commander panel directly to that item and selects it, even if it was found several subfolders deep. Archive-type files (such as .zip, .xlsx, .docx) are selected rather than opened as a virtual folder.

•Automatically skips reparse points (symbolic links, junctions, mount points) to avoid circular scans and inflated totals.

•Only activates when the cursor is on a folder; if the cursor is on a file, Total Commander's normal file preview is used instead.

•Supports folder paths longer than the standard 260-character Windows limit, useful for deeply nested cloud-sync folders.

•Automatically matches Total Commander's own Dark Mode setting, switching between a dark and a light color theme accordingly; can also be forced to one theme regardless of Total Commander's setting.

•Scales correctly at any Windows display scaling setting (100%, 125%, 150%, etc.) - layout, spacing, and icon size adjust along with text, not just the fonts.

•Fully configurable via a VisualSpace.cfg file placed alongside the plugin: colors for both the dark and light theme, fonts, bold/icon display options, Everything integration, the number of files shown in the Top Files list, and the maximum folder recursion depth.
Category: TC Lister Plugins
181 KB - Updated: 20.08.2026 - x32/x64 - Downloaded  2140 times

XYtags 1.0

Total Commander content plugin that displays XYplorer labels, tags, and comment as columns.
Category: Affiliate Software
23 KB - Updated: 20.08.2026 - x32/x64 - Downloaded  0 times

DescriptEdit 1.0

Total Commander Lister plugin to view/edit descript.ion comments
Category: TC File System Plugins
508 KB - Updated: 20.08.2026 - x32/x64 - Downloaded  3 times

SnipClip 1.4.0

Total Commander Clipboardmanager
Category: TC File System Plugins
3259 KB - Updated: 20.08.2026 - x32/x64 - Downloaded  5 times

RecentTab 1.4.0

Total Commander WFX plugin - recently used files as a virtual panel.
Category: TC File System Plugins
2959 KB - Updated: 20.08.2026 - x32/x64 - Downloaded  8 times

Themestage 1.0

A plugin for importing ready-made themes in *.json format as TC themes; it saves all values set subsequently
Category: TC File System Plugins
1839 KB - Updated: 20.08.2026 - x32/x64 - Downloaded  5 times

Mobile Devices 0.9

Features

Directory listing much faster than standard MTP (bulk WPD properties, no ~20 second stalls).
File copy faster than typical Explorer MTP: background, cancel, session kept across folders.
Full Android MTP access: browse, copy, move, delete, rename, create folders.
Manage files on iPhone / iPad.
iPhone Photos (DCIM / AFC).
Applications — only apps with iOS File Sharing / Files access.
Copy and delete that app’s document files.
Panic Logs folder on iPhone.
Device info: OS, model, manufacturer, battery, protocol, free / capacity.
Plugin root shows phones only (no printers, scanners, WIA, Apple MTP stubs).
File thumbnails in Total Commander thumbnail mode.
Background F5/F6 copy and cancel (Esc).
Tested on Windows 11.
iPhone does not need iTunes drivers — install Apple Devices from the Microsoft Store.
Category: TC File System Plugins
657 KB - Updated: 20.08.2026 - x32 - Downloaded  34 times

IFC Viewer 1.2.0.0

IFC Viewer is a lister plugin (WLX) for Total Commander to display IFC (Industry Foundation Classes) building model files as interactive 3-D views using OpenGL.

The IFC Viewer plugin is based on the Web IFC library v0.0.77.

Supported file formats:
- IFC (STEP Physical File)
- IFCZIP (ZIP-compressed IFC)

Features:
- 3-D OpenGL rendering of IFC geometry with lighting
- Texture support (IfcImageTexture, IfcBlobTexture, IfcPixelTexture)
- Mouse interaction: left-drag to rotate, right-drag to pan, wheel to zoom
- Double-click to reset the view
- Keyboard shortcuts for toggling diagnostics (D), view modes (G), projections (O), properties overlay (B) and status bar (S)
Category: TC Lister Plugins
1470 KB - Updated: 20.08.2026 - x32/x64 - Downloaded  1021 times

WLX GPXLister 4 TC 2.8.2

GPXLister is a Total Commander Lister plugin for viewing GPS track files. It displays GPX, FIT, KML, and KMZ tracks on an interactive map with Direct2D and 3D rendering, map tiles, satellite mode, elevation and speed profiles, multi-track selection, track summaries, and clipboard export of the current view.

Requires Windows 10+. FIT/KML/KMZ support needs the included converter tools beside the plugin.

Github: https://github.com/jumpifequal/TotalCommander-GPXLister
Category: TC Lister Plugins
10284 KB - Updated: 19.08.2026 - x32/x64 - Downloaded  987 times

DatatTAB new csv/json/xml all-in-one lister/editor 1.1

Multi-format AIO plugin (csv / json / xml) and its file variants with one shared engine, so all three formats get the same filtering, sorting, editing, theming and font handling.

What it does
Grid view for CSV/TSV — sortable, filterable columns with per-column filter boxes, decimal-aligned numeric columns, natural sort, and a status bar showing row counts, delimiter and encoding.
Outline view for JSON and XML — every node (object, array, element, attribute) as a Name/Value row, expand/collapse, with values wrapped for reading in a value pane below the grid.
Record table — when a document contains a repeated list (an array of similar objects, or an element repeated as siblings), DataTab can project just that list as a normal sortable/filterable table instead of the full tree — the status bar tells you when one is available (Ctrl+T to switch).
Editing — cells are editable in place; saves are lossless: untouched parts of the file are copied byte-for-byte, only the cells you changed are rewritten. Works for CSV rows, JSON values and XML element/attribute text.
Source tab — the raw file with syntax highlighting (CSV/JSON/XML), line numbers and "Locate in source" to jump from a row/node straight to its position in the text.
Copy node as JSON, XML or JSON Path/XPath from any outline node.
Themes — five built-in presets (Light, Paper, Dark, Midnight, Solarized Dark), or override any individual color.
Fonts — a standard Windows font picker for both the grid and the source view, remembered between sessions.
Large files — spans into the decoded file instead of per-cell copies, background indexing with progressive display, and filtering that stays responsive well past a million rows.
Supported files
CSV, TSV, TAB · JSON, JSONL/NDJSON, GeoJSON, JSONC, JSON5 · XML and the XML-family formats that are really XML underneath — SVG, XSD, XSLT, RSS, GPX, KML, OSM, .config/.manifest/.resx/.csproj/.props and similar project/config files, WSDL, PLIST, ATOM, and a few more. Unrecognized extensions are still opened if the content itself looks like JSON or XML.
Category: TC Lister Plugins
179 KB - Updated: 19.08.2026 - x32/x64 - Downloaded  170 times

10 - 20 - 30 new files with descriptions

This week leaders
7Zip Plugin 0.7.6.6
TCIMG 35.7
Android ADB 8.7
Imagine 1.1.6
Total7zip 0.8.5.6
TC Plugins Manager 2.2.8
Virtual Disk 1.3.3 Final
QuickSearch eXtended -
xBaseView 10.0
SFTP plugin 1.4.67.4

All time popularity
7Zip Plugin 0.7.6.6
TCIMG 35.7
Imagine 1.1.6
Android ADB 8.7
xBaseView 10.0
Total7zip 0.8.5.6
TC Plugins Manager 2.2.8
Virtual Disk 1.3.3 Final
QuickSearch eXtended -
SFTP plugin 1.4.67.4

10, 20, 30 the most popular plugins


Used cars from Japan

 

Total Commander
  Main page
  Search site
  Links   RSS
  Submit a Plugin

Downloads
  FS Plugins
  Lister Plugins
  Packer Plugins
  Content Plugins
  TC Utilities
  SynPlus for TC
  MultiArc Addons
  Far2wc Addons
  Language Files
  Icons
  Developers
  Others   Text Editors



TOTALCMD.NET © 2004 Personal project
Idea, design and programming © Andrei Piasetski aka Ergo
This is an unofficial Total Commander site
Official Total Commander site is www.ghisler.com
Friends: calling cards