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



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.
Category: Content plugins
144 KB - Updated: 05.09.2026 - x32/x64 - Downloaded  408 times

jsontab2 2.1.0

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.
Category: TC Lister Plugins
408 KB - Updated: 04.09.2026 - x32/x64 - Downloaded  2424 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
Category: TC Lister Plugins
462 KB - Updated: 04.09.2026 - x32/x64 - Downloaded  8148 times

GeoPhotoLister 1.3.1

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.
Category: TC Lister Plugins
883 KB - Updated: 04.09.2026 - x32/x64 - Downloaded  1898 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.
Category: TC Lister Plugins
219 KB - Updated: 04.09.2026 - x32/x64 - Downloaded  3001 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.
Category: TC Lister Plugins
413 KB - Updated: 04.09.2026 - x32/x64 - Downloaded  2363 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.
Category: TC File System Plugins
474 KB - Updated: 04.09.2026 - x32 - Downloaded  367 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.
Category: TC Lister Plugins
460 KB - Updated: 03.09.2026 - x32/x64 - Downloaded  2046 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.
Category: TC Utilities
3454 KB - Updated: 30.08.2026 - x32/x64 - Downloaded  725 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
Category: TC File System Plugins
3191 KB - Updated: 30.08.2026 - x32/x64 - Downloaded  378 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