|
TC Plugin Unloader lets external tools prepare updates, replacements, renames, or deletion of Total Commander plugin files while Total Commander is running.
The program watches the plugin files configured in wincmd.ini. When another process requests write, delete, rename, or replace access, TC Plugin Unloader:
notices the request with a shared Read/Handle (RH) opportunistic lock;
asks every detected Total Commander instance to unload the affected plugin category;
records that the operation may need a retry; and
watches the replacement file again after an atomic rename or replace.
Ordinary read access does not cause plugins to be unloaded.
RH monitoring is notification-only: it does not stop the original file operation. If the first replacement fails because Total Commander still holds the DLL, repeat the copy after the log reports the release request. The category buttons in the GUI are the reliable way to prepare a replacement before starting a copy. Category: For Plugin Writers 2673 KB - Updated: 19.07.2026 - x32/x64 - Downloaded 124 times
Tempus — optional Everything (voidtools) integration
Tempus can use Everything (voidtools) to speed up folder work and to show folder sizes, by reading Everything's index over IPC. No extra DLL is shipped or required — Tempus talks to a running Everything directly. Configure it in the [Everything] section of Tempus.ini.
---
The plugin perfomrs 4 functions:
1. Automatically updates dates of folders according to dates of the most recent files inside.
Helps define "real" dates of folders and track changes in subfolders.
This function is similar to the great utility SetFolderDate, but works in real time as you move through folders.
2. Shows age of folders and files.
But age is not displayed fixed, for example, in days as in the useful plugin Age. It depends on how long ago
a file has been updated:
30 sec, 15 min, 10 days, etc.
Makes it possible to replace the column of date and time, but still to easily compare neighboring files by recency/age.
3. Sorts files and folders by type.
This function is similar to the plugin Group Sort, but has some differences:
— can create groups that are displayed not only at the beginning (e.g., .exe, .zip), but at the end of the list (for example, hidden files);
— can group files and even folders;
— allows you to specify a different order when sorting groups, regardless of a group name;
— can be combined with the column of file attributes.
4. Displays file attributes more concisely.
shows the column of file attributes in a brief but still informative way. For example, turns off the the display of 'a---' and '---' rows for the files with no attributes.
Plus, the column can show extra information about a file (for example, a type of grouping as in Paragraph 3 above). Category: Content plugins 343 KB - Updated: 19.07.2026 - x32/x64 - Downloaded 121 times
WdxInfoPacker is a Total Commander WCX plugin that creates text-based files from selected files and folders. Output is controlled by reusable schemes and can include metadata provided by Total Commander WDX content plugins.
This Lazarus/Free Pascal port provides native 32-bit and 64-bit plugins, a separate graphical configuration tool, legacy .ini and .wip compatibility, WDX plugin discovery, and the original scheme import workflow.
Downloads produced by the build
WdxInfoPacker.wcx — 32-bit plugin
WdxInfoPacker.wcx64 — 64-bit plugin
WdxInfoPackerConfig32.exe — 32-bit configuration tool
WdxInfoPackerConfig64.exe — 64-bit configuration tool
Original project
WdxInfoPacker was originally created by Franck Gartemann. This repository is an independent Lazarus/FPC port based on his original plugin, file formats, and user-interface concepts.
Original project and documentation: fgartemann.free.fr/TC_Plugins/Wcx_WdxInfoPacker Category: TC Packer Plugins 2227 KB - Updated: 19.07.2026 - x32/x64 - Downloaded 100 times
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 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; these are shown with a "[Link]" label rather than a file count.
•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.
•Files and folders are shown in separate, configurable colors, so they're easy to tell apart at a glance.
•Folder names can optionally be shown in bold.
•Icons can use full-color Windows-style folder/file icons (the same ones Explorer uses) or flat single-color versions, depending on preference.
•Fully configurable via a VisualSpace.cfg file placed alongside the plugin: colors, 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 107 KB - Updated: 19.07.2026 - x32/x64 - Downloaded 677 times
Versions is a Total Commander file system plugin that checks program/version strings on web pages and shows the current status directly in TC.
This repository contains an updated FPC/Lazarus-compatible codebase with reliability, parsing, and UX improvements.
Key Features
•Checks version entries from .list files.
•Supports HTTPS and modern HTTP behavior.
•Keeps list entry order in output.
•Shows localized status labels ( NEW , UNCHANGED , ERROR , etc.) based on selected language file.
•Works with Unicode and 64-bit builds. Category: TC File System Plugins 372 KB - Updated: 18.07.2026 - x32/x64 - Downloaded 727 times
# MailFS – Quick Reference
## Features
- IMAP/POP3 accounts shown as folders in Total Commander; messages as `.eml` files
- Download messages via F5 (copy out as complete EML files)
- Sending mail: **"*** New mail ***"** entry in each account folder opens a
compose window (To/Cc/Bcc, Subject, body, attachments) and sends via SMTP
- Attach files by copying/dragging them into an account (any folder) –
opens the compose window with the file(s) already attached
- Address book (shared across accounts): Favorite / Default-per-field
addresses, auto-recorded on send, auto-pruned to `MaxAddresses`
- Reply via F7: create a "new folder" named exactly like an existing
message's `.eml` filename (without the extension) → opens a reply
(RE: subject, To/Cc from the original, quoted body, In-Reply-To/References)
- OAuth2 (Gmail/Outlook/Yahoo) or password auth (Credential Manager only,
never stored in plaintext)
- Localized UI: German, English, Russian, Ukrainian (auto or fixed)
## Configuration
- `mailfs.ini` next to `mailfs.wfx` — accounts, server/port/encryption,
visible folders, SMTP settings; no passwords/tokens
- Per account: `[AccountN]` with `ImapServer/Port/Encryption/Username/Auth`,
`Pop3...` equivalents, `VisibleFolders` (`|`-separated), `SmtpServer/Port/Enc/From/SaveToSent`
- `[Addresses]`: `MaxAddresses` (default 10), then `AddressN` +
`.Fav`/`.DefTo`/`.DefCc`/`.DefBcc`/`.Tick` per entry
- Passwords/OAuth2 tokens: Windows Credential Manager only
(`MailFS/{account-id}/{password|oauth2_access|oauth2_refresh}`)
- Language: `Language=auto|de|en|ru|uk` in `[Global]`, set via the
**MailFS Accounts** dialog's language combo box
## Custom Columns
Set up via **View → Configure custom columns → Add plugin columns → mailfs**.
| Field | Scope | Meaning |
|---|---|---|
| From, To, Sender, Subject, Reply-To | message | standard header fields |
| Received, Sent | message | dates |
| Size | message | message size |
| Attachment | message | has attachment (bool) |
| Mailer, Priority | message | X-Mailer / X-Priority headers |
| Status | message | `new`/`old`/`---` (unread/read/unknown, e.g. POP3) |
| TotalMails, NewMails | **folder row only** | total / unread count (IMAP STATUS); `---` elsewhere |
## Usage
- **Browse:** navigate account → folder → messages appear as `.eml`
- **Open/download:** F5 to copy locally, then open with any EML viewer
- **Test connection:** MailFS Accounts dialog → select account → Test
- **Send:** open "*** New mail ***" → fill in → Send
- **Attach via copy:** drag/copy file(s) into an account folder
- **Address book:** "AB" button next to To/Cc/Bcc in the compose window
- **Reply via F7:** F7 on a message list, type the message's filename
(without `.eml`) as the new folder name Category: TC File System Plugins 1331 KB - Updated: 18.07.2026 - x32/x64 - Downloaded 554 times
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 406 KB - Updated: 17.07.2026 - x32/x64 - Downloaded 1599 times
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 452 KB - Updated: 17.07.2026 - x32/x64 - Downloaded 1424 times
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 399 KB - Updated: 11.07.2026 - x32/x64 - Downloaded 1621 times
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 engine_web-ifc C++ 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 view modes (G), projections (O), properties overlay (B) and status bar (S) Category: TC Lister Plugins 1427 KB - Updated: 07.07.2026 - x32/x64 - Downloaded 807 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
|