Unofficial database of all Total Commander plugins and addons  

MarkdownViewer 1.0.0

Markdown lister plugin (WLX) for Total Commander — renders .md/.markdown/.mk
files with WebView2, supporting KaTeX math, Mermaid diagrams, code highlighting,
themes, outline, Vim navigation, and PDF export.

Requirements:
- .NET Framework 4.8 (or later 4.x)
- Total Commander .NET Interface - run TcPluginSetup.msi to install (https://github.com/wangzhfeng/MarkdownViewer/blob/master/Doc/TcPluginSetup.msi)
- Microsoft Edge WebView2 Runtime (Evergreen) - required for rendering.
If missing, download: https://developer.microsoft.com/en-us/microsoft-edge/webview2/

Homepage: https://github.com/wangzhfeng/MarkdownViewer
2435 KB - Updated: 9.09.2026 - Downloaded  5374 times

PHSM-Calendar 18.22

PHSM-Calendar is a Window Vista / 7 / 8 / 10 / 11 Desktop gadget

A perpetual calendar that shows Week numbers, Leap year, Number of day, Daylight saving time and Time zone info.

* PHSM-Calendar supports Flash player clocks - currently there are up to 225 different Flash clocks available (41 types).
* PHSM-Calendar supports html5 clocks - currently there are up to 110 different html5 clocks available (25 types).
* PHSM-Calendar also provides a Countdown / Stop Watch timer and 4 Alarm Clocks.
* The format of Date and Time can be set by the user.
* The Week format (Sunday or Monday as first day of the week) can be set by the user.
* The Week numbering (first week = week with 1st of January / first week = week with first Thursday) can be set by the user.
* The clock can be set to Strike the Hour with various selectable sounds.
* The Timezone for the calendar can be selected independently of the System's Timezone (Gadget only).
* User defined marking of events - for example birthdays - is possible in the calendar part.
* Audio-Visual notification of the marked events is possible.
* Alarms can be set for the individual events.
* Extensive function for searching in the events.
* Different sets of events can be loaded from separate datafiles.
* Easter Sunday is calculated, so events can be entered relative to Easter.
* The calendar shows when Daylight Saving Time changes.
* The calendar shows the four Equinox and Solstice days.
* Julian calendar date and Julian day number can be shown for all dates.
* Islamic and Hebrew calendar date can be shown for all dates.
* Islamic and Hebrew events can be entered with Islamisk and Hebrew date.
* The calendar is a proleptic Gregorian calendar with astronomical numbering of the years (includes year 0).
* The Islamic dates are calculated according to the tabular Islamic calendar system (fixed lenght of all month except 12th month at leap year).
* Choices beteeen two Islamic epochs an four types of calculation of Islamic leap year.
* The conversion to Islamic dates can also be done according to the Umm al-Qura calendar.
* The calendar can show calculated Moon phases.
* The calendar can show the Zodiac signs.
* Support for Text to Speak, for speaking Time & Date, and the Event messages.
* English and Danish are supported.
* PHSM-Calendar can be run as a gadget under Windows 8, 8.1, 10 & 11 after installing 8GadgetPack from 8gadgetpack.net.
* PHSM-Calendar can be used as an Active Desktop item under Windows XP.
* PHSM-Calendar can be run in a browser also on a SmartPhone. Try it here or here...
* PHSM-Calendar can be inserted in an iframe or a frame on a webpage.

Download script to re-enable Flash after Adobes block in January 12th 2021
Download installation program to re-establish Flash ActiveX in Windows 10 or 8.1 after Microsofts KB4577586 opdate
Download installation program for installation of Flash ActiveX in Windows 7, Vista or XP

Click here to read more.
Online demo.


Video showing how to use the calendar as a Microsoft Edge or Google Chrome Browser App.


Click here for Unicode version

See also: PHSM-Event countdown Gadget


--
8474 KB - Updated: 9.09.2026 - Downloaded  23939 times

GeoPhotoLister 1.3.2

GeoPhotoLister is a 32-bit and 64-bit Total Commander WLX Lister plugin for
displaying geotagged JPEG photos on an interactive map.

Each positioned photo is shown at its GPS location with an optional thumbnail
and filename. Photos without usable coordinates remain available in the
collapsible photo list.

Features
•Displays .jpg , .jpeg , and .jpe files on a Web Mercator map
•Reads GPS coordinates from EXIF, embedded XMP, and XMP sidecar files
•Supports decimal coordinates and degree/minute/second XMP coordinates
•Reads coordinates in parallel and displays the map extent before thumbnails are generated
•Generates thumbnails in parallel and adds them progressively to the map
•Prefers sufficiently large embedded EXIF thumbnails for faster preview generation
•Shows aspect-ratio-preserving JPEG thumbnails at their map positions
•Shows filenames without extensions on the map
•Shows the full filename as a tooltip when map filenames are disabled
•Lists the metadata source used for each positioned photo
•Lists photos without coordinates as [Keine Position]
•Loads individual JPEGs, directories, and generated .geophotolist manifests
•Loads all JPEGs from the current photo directory with the D key
•Provides standard, satellite, and topographic tile maps
•Supports panning, zooming, fit-to-window, map-style switching, and tile toggle
•Includes a collapsible, vertically and horizontally scrollable photo list
•Centers the selected photo preview without changing the current zoom
•Includes a launcher for displaying multiple files selected in Total Commander

Directory loading is non-recursive. Only JPEG files directly inside the
directory are included.
886 KB - Updated: 8.09.2026 - Downloaded  2095 times

jsontab2 2.1.1

Feature Highlights

JSON Tab WLX is built for the moment when a JSON file is too structured for a plain text viewer, but too quick-and-dirty for a full editor. Open it in Lister, jump through the tree, flatten useful structures into columns, filter the result, edit a scalar value, copy exactly what you need, and move on.
•Tree, table, and text at once: browse objects and arrays in the tree,
inspect rows in the grid, and switch to syntax-highlighted formatted JSON when the raw structure matters.

•JSONL feels like normal JSON: .jsonl files are shown as one root array,
while saving keeps the compact one-record-per-line format.

•Flat views for nested data: FlatViewLevel can unfold uniform nested
objects and arrays into practical columns such as message, meta.message, or modulation_params.audio_freq. The status bar shows the active level, and Flat: 1* tells you when flattening is really in effect.

•Filters that stay usable: every column can be filtered with substring
matching or operators like =, !, . The filter row follows horizontal scrolling and column resizing smoothly, so it keeps feeling like part of the grid.

•Sorting that understands data: JSON numbers sort numerically, embedded
numbers sort naturally, and text sorting uses Windows locale-aware comparison. A third click restores the original order.

•Readable numbers, even in proportional fonts: decimal alignment is
enabled by default. Decimal separators line up per column, and integers sit correctly at the same numeric anchor.

•Fast on large arrays: the grid is virtual and keeps filtering/sorting in
a result index instead of rearranging the JSON data itself.

•Inline editing when you need it: toggle edit mode with Ctrl+E, edit
scalar cells directly, insert structurally matching rows, delete rows or columns, and save back with Ctrl+S.

•Keyboard-friendly grid work: arrow keys move the current cell, scrolling
the view at the edges; Ctrl+Arrow jumps to the first or last row/column.

•Useful right-click tools: copy cells, rows, columns, JSONPath, or inferred
JSON; hide columns; restore all columns; select the corresponding tree item.

•Comfort details: automatic column sizing, alternating row colors,
current-cell highlighting, light/dark themes, configurable colors, UTF-8 and UTF-16 detection, plus native Win32 and Win64 WLX builds without the LCL runtime.


Editing

Press Ctrl+E or use Edit mode in the grid context menu to toggle editing. While edit mode is active, double-clicking a scalar cell opens an inline editor.
•Enter or focus loss accepts an edit
•Escape cancels the active edit
•Ctrl+S saves modified JSON back to the source file
•Unsaved changes are marked in the status bar
•The detected source-file encoding is retained when saving
•Floating-point JSON values with a zero fractional part retain their decimal
form, for example 10000000.0


Arrays and objects remain read-only as cells; edit their scalar descendants instead.
408 KB - Updated: 6.09.2026 - Downloaded  2716 times

EverySearch 1.2

EverySearch (Proof of concept) is a combined content/file-system plugin (.wdx / .wdx64, 32-bit and 64-bit) for Total Commander that opens a live search box overlaid directly on the active panel, powered by a running Everything (voidtools) instance. Search results can be pushed directly in the Total Commander panel listing.

Key features:

•Press Ctrl+Alt+F (the letter is configurable) to open the search box on top of the active panel; results appear and update instantly while typing, sourced directly from a running Everything instance - no separate search window.

•Selected or all results can be fed into a real, browsable Total Commander panel listing, the same way Total Commander's own search "Feed to listbox" works: Enter replaces the listing with the current selection, Ctrl+Enter adds to it instead, so results from several separate searches can be combined into one listing.

•Right-clicking a result offers jumping straight to its location in the active panel, or explicitly showing just that result or all results in the panel.

•A folder result can be browsed straight into, behaving like the real folder it stands for - open files, copy things out, keep browsing deeper.

•Sortable result columns (Name, Folder, Size, Date), a filter dropdown that mirrors whatever filters are set up in Everything itself, and keyboard multi-select with Shift+Up/Down.

•The part of a result's name matching the current search text is shown in bold, the same way Everything's own results list highlights matches.

•Automatically matches Total Commander's own Dark Mode setting, switching between a dark and a light color theme accordingly.

•Deleting a result is refused by default, so a real file can't be deleted by accident from the search box; this can be turned on via a config setting.

•Fully configurable via an EverySearch.cfg file placed alongside the plugin: which edge of the panel the search box docks to, the hotkey letter, result count and sort order, date/time display format, and activity logging.
144 KB - Updated: 5.09.2026 - Downloaded  606 times

WLX LogViewer 1.2.9

Fast, feature-rich log viewer plugin for Total Commander Lister/Quick View.

This project ports the original TC\LogViewer behavior to a 64-bit WLX plugin and keeps the focus on high performance for very large log files.

Highlights
•Native WLX plugin ( .wlx64 ) for Total Commander
•No LCL runtime required (Win32 API based UI)
•Optimized for speed with large files
•Incremental tailing and filtering
•Color-aware log level visualization
•Toolbar, context menu, and options dialog aligned with the original LogViewer workflow

Core Features

Viewing & Navigation
•Open logs in Lister and Quick View
•Jump to: ◦Next/previous ERROR
◦Next/previous WARN
◦Next/previous INFO
◦Line number
◦Date/time

•Optional line numbers with configurable digit width
•Vertical separator line between line number and log text
•Word wrap mode

Search & Filter
•Quick filter field in toolbar (right aligned)
•Find support integrated with Lister behavior: ◦ Ctrl+F / F7 forwards to Lister search
◦ F3 find next
◦ Shift+F3 find previous

•Context menu actions: ◦ Copy line
◦ Copy all visible
◦ Line numbers
◦ Word wrap
◦ Go to date/time
◦ Go to line


Tailing
•Live tail mode with configurable interval
• Follow mode to stay at end of file
•Optional “Enable tail when opening file”
•Non-exclusive file access (compatible with actively written logs)
•Preserves selection/current line while file updates

Formats & Parsing
•Auto-detection and forced format support
•Parsing support includes plain logs and CSV-style formats
•Custom format options including delimiter/field-role style mapping
•Correct severity handling from dedicated severity columns (no false override from free text)

Colors, Themes, and Rules
•Configurable colors for levels ( Error , Warn , Info , Debug , Trace , Custom )
•Color preview in options (normal/dark variants)
•Dark mode control: ◦Auto
◦Always light
◦Always dark

•Color Rules (pattern-based highlighting) like in original project

UI/UX Details
•Toolbar with original-style navigation controls
•Status bar with: ◦Lines / bytes / detected format
◦Right-aligned E/W/I stats with timestamps
◦Latest updated class emphasized (bold)

•Consistent normal-weight fonts in toolbar and popup dialogs
•ESC behavior configurable for Lister mode ( CloseOnEscInLister , default true )
•Number keys 1..8 forwarded to Total Commander
462 KB - Updated: 4.09.2026 - Downloaded  8323 times

VisualSpace 2.0b

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.

•Also includes an alternative treemap ("size map") view of the same results, as a block-based visualization, with a choice of several visual styles.

•Optional sortable column headers (name, extension, file count, size, percentage) and a live search box for quickly narrowing the displayed results by name.

•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, headers, search, treemap style, bold/icon display options, Everything integration, the number of files shown in the Top Files list, and the maximum folder recursion depth.
219 KB - Updated: 4.09.2026 - Downloaded  3126 times

csvtab 2.0.13

Feature Highlights

Open messy CSV files with confidence

csvtab is built for the kind of CSV files that are almost, but not quite, regular.
•Detects ANSI, UTF-8, UTF-16LE and UTF-16BE, including BOM handling.
•Detects common delimiters automatically: comma, semicolon, TAB, pipe and colon.
•Understands quoted CSV, doubled quotes, multiline cells and empty trailing
cells.

•Skips leading comment/preamble rows in Auto mode, including #, sep= and
single-semicolon comment lines.

•Lets you switch encoding, delimiter and comment handling directly from the
status bar and reloads the table immediately.


Work in the grid, not around it
•Per-column filters sit above the header and update the table interactively.
•Click headers to sort; the sort indicator shows ascending/descending state.
•Hide noisy columns with Ctrl+click, then restore all columns with
Ctrl+Space.

•Optional line numbers, alternating row colours, dark mode and configurable
fonts keep large tables readable.

•Decimal alignment lines up 1, 1.23 and 1,23 in numeric columns, so mixed
number formats are much easier to scan.

•Total Commander search is supported, including F3 and Shift+F3 for
forward/backward search through the table.


Edit real CSV data safely

Edit mode turns the viewer into a careful CSV editor without throwing away the original file structure.
•Toggle Edit mode with Ctrl+E or Ctrl+R.
•Start editing the selected cell with Enter, F2 or double-click.
•Insert a new empty row below the current row from the context menu.
•Delete selected rows with Ctrl+X and delete a column from the header menu.
•Save with Ctrl+S. The file is written atomically, preserving encoding,
delimiter, BOM and comment handling as far as possible.

•Dirty files are marked in the status bar and prompt before close or reload.

Transform columns without touching the original

Transform mode opens a sidebar for trying column operations as a live, read-only preview. The source file is not changed until you explicitly export.
413 KB - Updated: 4.09.2026 - Downloaded  2502 times

ClipHistWFX 0.1.2

Total Commander WFX plugin that shows the Windows clipboard history (Win+V) as a folder of files.

Uses the public WinRT API Clipboard.GetHistoryItemsAsync(), not an undocumented disk cache.
474 KB - Updated: 4.09.2026 - Downloaded  424 times

xmltab-wlx Extended 2.0.12

xmltab-wlx Extended

A native Win32/Win64 Total Commander WLX plugin for viewing and editing XML files in a combined tree, virtual table, and formatted text view.

Highlights

xmltab turns Total Commander's Lister into a fast XML workbench: browse the document tree, inspect repeated structures as a table, jump into a formatted source view, and edit values without losing the original file style.
•See XML as structure and data at the same time: synchronized tree, virtual
grid, and formatted text view.

•Work comfortably with big files: owner-data grid, sampled column sizing,
lazy unfolding for huge roots, and incremental syntax highlighting while scrolling.

•Make table data readable: natural Unicode sorting, three-click original
order restore, powerful column filters, Flat View for repeated XML records, and pixel-accurate decimal alignment even with proportional fonts.

•Edit with confidence: inline editing for attributes, text, comments, CDATA,
processing instructions, and simple element text; insert blank structural row copies; delete rows or columns in edit mode.

•Save carefully: edits patch only the affected source range, then Ctrl+S
writes atomically after reparsing the temporary file, preserving UTF-8, UTF-16LE, UTF-16BE, ANSI, and BOM where possible.

•Navigate without friction: continued F3 search, source-accurate Locate
from formatted text back to the tree, XPath copying, persistent splitter, remembered startup tab, zoom, themes, alternating rows, and configurable selection colors.

•Feel native in Total Commander: Win32 and Win64 WLX builds, GPX detection
by default, context menus, and host hotkey forwarding where it belongs.
460 KB - Updated: 3.09.2026 - Downloaded  2148 times

SnipClip 1.6.0

SnipClip transforms Total Commander’s clipboard into a searchable, permanent virtual panel — without the need for a separate tool or tray icon. Important clips can be pinned as StickySnips, multiple text fragments can be merged into a single unit (text block), and screenshots are automatically captured and can optionally be linked to a note. A dedicated list editor (F3) allows you to make corrections that are written directly back to the clipboard, whilst the actual clipboard history remains unchanged. If you wish, you can upload screenshots to ImgBB or text to Pastebin — directly from the Alt+Enter dialogue, though this is disabled by default. Fully localised (German/English/Russian/Ukrainian), with its own dark ‘Alien Blood’ theme or, optionally, gruvbox/everforest/solarized.
3454 KB - Updated: 30.08.2026 - Downloaded  761 times

RecentTab 1.5.0

Total Commander WFX plugin - recently used files as a virtual panel.

- Shows what you changed or created in the folders you actually care about - a live, virtual panel instead of hunting through Explorer.

- Recording - on/off switch right in the panel, survives restarts
- Search - jump to any past time range, not just "recent"
- Six color themes - light/dark, or automatic by time of day
- Auto-Refresh - the panel updates itself on a schedule
- Lost files - notices when something you were tracking disappears, search for where it went without leaving TC

- Extra columns - change type, relative time, source folder, session number, already-opened, locked status
- Custom icons, bundled fonts, brightness sliders - every visual detail adjustable
- 62 settings total, fully documented in the ini itself
- Folder tree - see how your watched folders actually branch out, dead paths marked clearly
- Three languages (English, German, Russian). Source included.
- added scrollable tree overview via alt+enter on menu
3191 KB - Updated: 30.08.2026 - Downloaded  431 times

Themestage 1.4.0

Imports Windows Terminal color scheme files (*.json) as native Total Commander themes and switches between them live. Colors can be reviewed and edited directly from within TC - via the Alt+Enter properties dialog (with contrast info against the background), or via Lister/QuickView (F3) on any theme file, which also lets file-type extension categories be adjusted per theme. All adjustments are remembered per theme; a built-in "! Reset" entry restores TC's original settings with a single click. Opt-in by design - the plugin doesn't touch TC's colors until a theme is actually selected.
3839 KB - Updated: 29.08.2026 - Downloaded  570 times

SetFolderDate 1.4.0.0

SetFolderDate is a utility packer plugin to recursively set the timestamp of directory structures from the last modified/write time of the youngest file inside. Alternatively, the timestamp of the oldest file can be taken.
244 KB - Updated: 22.08.2026 - Downloaded  9781 times

MediaInfo Audio/Video/Images + duplicate search + similar search 1.0.6

# VideoWDX


A [Total Commander](https://www.ghisler.com/) content plugin (`.wdx`) that exposes video, audio, image, and photo/EXIF metadata as sortable, searchable columns — duration, resolution, codec, bitrate, aspect ratio, GPS location, camera settings, and more.

---
## Features

- **48 metadata fields** across five groups: General, Video, Audio, Image, Photo/EXIF
- **Multiple display units per field** where it makes sense — e.g. aspect ratio as `4:3` or `1.333`, GPS as decimal/DMM/DMS/Maidenhead locator, image/video orientation as `Landscape`/`H`/a rotation angle
- **SQLite cache** — each file is read once; TC columns repaint instantly from cache
- **Two extraction backends**: MediaInfo (recommended) or ffprobe, plus a built-in EXIF reader for images (no external DLL needed for Photo fields)
- **Two cache key strategies**: by file path or by partial hash (detects renames/moves, enables duplicate detection)
- **Duplicate finder** — finds files with an identical content hash (requires hash strategy)
- **Similarity search** — perceptual-hash/SSIM based visual similarity for videos and images
- **Parallel indexing** — configurable worker-thread pool for bulk scans and background read-ahead
- **Background read-ahead** — while browsing, the plugin lazily pre-extracts metadata folder after a few cache misses, using a pool of worker threads
- **Delete/move detection** — when you navigate away from a folder, the plugin checks in the background whether its cached files still exist and drops orphaned DB rows automatically (off by default, opt-in)
- **One-time backend warning** — if the configured MediaInfo/ffprobe backend can't be found, both the plugin and the GUI tool show a single warning on load instead of failing silently
- **GUI maintenance tool** (`VideoWdxTool64.exe`) for scanning, statistics, duplicates, similarity search, and settings — including a per-folder "rescan only this folder" context menu
- **Localized UI**: English, German, French, Russian, Ukrainian; auto-detects OS language
7707 KB - Updated: 22.08.2026 - Downloaded  1149 times

TC IrfanView Plugin 2.65

Plugin for viewing images in Total Commander.
Supported formats are: ACR,ANI,ARW,AWD,B3D,BMP,CAM,CDR,CIN,CLP,CR2,CR3,CRW,CUR,
DCM,DCR,DDS,DCX,DIB,DJVU,DNG,DPX,ECW,EMF,ERF,EXR,FIT,FITS,FPX,G3,GIF,HDP,HEIC,
ICO,IFF,IMA,IMG,IW44,J2K,JFIF,JPC,JP2,JPE,JPEG,JPF,JPG,JPM,JLS,JNG,JXR,KDC,LBM,
MNG,MOS,MPO,MRW,MSK,NEF,NRW,OFR,QOI,PBM,PCD,PCX,PEF,PGM,PNG,PPM,PSD,PSB,PSP,RAF,
RAS,RAW,RGB,RLE,RW2,RWL,SFF,SFW,SGI,SID,SRF,SRW,SUN,TIF,TIFF,TGA,WAD,WAL,WB1,
WBC,WBZ,WBMP,WEBP,WDP,WEBP,WMF,X3F,XBM,XPM.
The plugin supports animation in files and IrfanView keyboard shortcuts.
The 2.X plug-in line differs from the 1.X line in that a clean one is launched
by F3 IrfanView, without integration with Lister Total Commander. This allows
you to use the entire IrfanView toolkit, increases the smoothness when
displaying the image. You can also now use Total Commander and IrfanView of non-
matching bit depth. The lines are developing in parallel.
447 KB - Updated: 22.08.2026 - Downloaded  33306 times

TC IrfanView Plugin 1.20

Image viewer plugin for Total Commander.
Supported formats are: ACR,ANI,AVIF,ARW,AWD,B3D,BMP,CAM,CDR,CIN,CLP,CR2,CR3,
CRW,CUR,DCM,DDS,DCR,DCX,DIB,DJVU,DNG,DPX,ECW,EMF,ERF,EXR,FIT,FITS,FPX,G3,GIF,
HDP,HEIC,ICO,ICS,IFF,IMA,IMG,IW44,J2K,JFIF,JP2,JPC,JPE,JPEG,JPF,JPG,JPM,JLS,JNG,
JXL,JXR,KDC,LBM,MNG,MOS,MPO,MRC,MRW,MSK,NEF,NRW,OFR,QOI,PBM,PCD,PCX,PDN,PEF,PGM,
PNG,PPM,PSB,PSD,PSP,RAF,RAS,RAW,RGB,RLE,RW2,RWL,SFF,SFW,SGI,SID,SRF,SRW,SUN,SVG,
SWF,TGA,TIF,TIFF,WAD,WAL,WB1,WBC,WBZ,WBMP,WDP,WEBP,WMF,WPG,WSQ,X3F,XBM,XCF,XPM,
XR,EPS,PFB,PRN,PS.
The plugin supports animation in files and IrfanView hotkeys.
450 KB - Updated: 22.08.2026 - Downloaded  31869 times

TC 1by1 Plugin 1.13

Plugin for listening to track music and MIDI Total Commander files.
Supported formats: CMF, KAR, MID, MIDI, MIZ, RMI, 669, AMF, FAR, IT, ITZ, MDZ,
MOD, MTM, NST, OKT, PTM, S3M, S3Z, STM, STZ, ULT, XM, XMZ.
59 KB - Updated: 22.08.2026 - Downloaded  6900 times

Mobile Devices 0.9.24

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.
669 KB - Updated: 21.08.2026 - Downloaded  719 times

XYtags 1.0

Total Commander content plugin that displays XYplorer labels, tags, and comment as columns.
23 KB - Updated: 20.08.2026 - Downloaded  209 times

DescriptEdit 1.0

Total Commander Lister plugin to view/edit descript.ion comments
508 KB - Updated: 20.08.2026 - Downloaded  303 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)
1470 KB - Updated: 20.08.2026 - Downloaded  1167 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
10284 KB - Updated: 19.08.2026 - Downloaded  1180 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.
179 KB - Updated: 19.08.2026 - Downloaded  484 times

Just Another MD Lister (JAMD) 1.3

A Total Commander Lister (WLX) plugin that renders Markdown files with a clean, GitHub-styled preview. Powered by Microsoft WebView2, read-only, 64-bit.

Screenshots:
https://github.com/mikinko/JustAnotherMarkdown_lister_WLX


Features
Rendering
GitHub-style Markdown (markdown-it + DOMPurify sanitizer) — read-only, safe
Syntax highlighting for code blocks — Prism.js, ~297 languages
Mermaid diagrams (flowcharts, sequence, gantt, …) — lazy-loaded
GFM extras: tables, task lists, strikethrough, ==highlight==, footnotes
Alert blockquotes: [!NOTE], [!TIP], [!IMPORTANT], [!WARNING], [!CAUTION]
Heading anchors with permalink links
Local links: same-page anchors, cross-document other.md#section navigation
Relative images/assets resolved against the document folder
Line highlighting via fence info string, e.g. ```js {2,5-7}
Print stylesheet (Ctrl+P) — clean, chrome-free output
Interface
Themes: System / Light / Dark (built-in) + editable JSON color presets in themes/
Code-highlight themes: GitHub Light/Dark, Prism, Okaidia, Tomorrow, Solarized Light
Collapsible Table of Contents built from document headings
Split view: rendered preview alongside raw source, with scroll sync
Bionic reading mode (fixation bolding)
Adjustable zoom (50–200 %) and reading width (600–2000 px)
Line numbers toggle for code blocks
Code block tools: copy button + word-wrap toggle
Scroll-progress bar and status footer: word count, ~reading time, heading/line counts, live scroll %
Back-to-top button
WebView2 cache location control (system profile or custom folder)
Settings persisted to INI (no localStorage, no telemetry)
1397 KB - Updated: 19.08.2026 - Downloaded  983 times

HugginFace Virtual FileSystem 1.5.1

Native Total Commander file system plugin for browsing Hugging Face models, organizations, collections, and repository files as a virtual folder tree.

Video of usage:
https://github.com/mikinko/HuggingFace_WFX

What It Does
Browse Hugging Face organizations as model folders.
Browse organization collections and the AI models inside them.
Pin a single model repository as a top-level folder.
View small files directly with Total Commander's viewer.
Copy model files to local storage with Total Commander's normal copy flow.
Use an optional Hugging Face API token for private or gated repositories.
Cache listings locally for faster repeated browsing.

Browsing Modes:
Models
Collections
Single model
188 KB - Updated: 19.08.2026 - Downloaded  503 times

WFX SDR multichannel scanner recorder 1.0.3

Total Commander file system plugin that turns an SDR receiver into a browsable virtual file system: scan a frequency range, record every channel whose energy rises above a configurable SNR threshold, and listen to a channel live.

Supported receivers: RTL-SDR (Nooelec and other RTL2832U sticks) and HackRF.
1094 KB - Updated: 16.08.2026 - Downloaded  268 times

IsoLister 1.1.8

IsoLister — WLX Lister plugin for Total Commander. Fast disk image analysis without mounting in Lister (F3) and Quick View (Ctrl+Q).

Formats: .iso (ISO 9660 / UDF), .img (MBR/GPT), .dmg (Apple UDIF).

Report summary: filesystem type, UEFI/BIOS, Detected (Windows/Linux), Uses (WIM/ESD/EFI), WIM editions table.
402 KB - Updated: 14.08.2026 - Downloaded  1626 times

VCFLister 2.4.7


236 KB - Updated: 14.08.2026 - Downloaded  771 times

Code Viewer 1.7

Plugin for viewing source code with syntax highlighting. An interface is provided for configuring file associations and color schemes. Based on the TTextEditor component from Lasse Rautiainen.
8990 KB - Updated: 12.08.2026 - Downloaded  18846 times


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