|
Total Commander file system plugin for browsing Volume Shadow Copies, with per-file change status vs. the previous snapshot. (Admin only) Category: TC File System Plugins 277 KB - Updated: 20.09.2026 - x32/x64 - Downloaded 22 times
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 3468 KB - Updated: 20.09.2026 - x32/x64 - Downloaded 956 times
pbl_tc_utils 1.1.0
=================================
A set of useful utilities for Total Commander (Windows, .NET 8, x64).
Version: 1.1.0
Author: Pablissimo
Page: https://vk.ru/pablissimopostingsomeshit
UI is bilingual: Russian (default) and English.
Language is set in settings (config.json → general.language) or via the global
command-line option --lang / -l (ru|en).
Libraries and licenses
----------------------
- Magick.NET-Q8-x64 (ImageMagick)
Version: 14.17.1
License: Apache License 2.0
- System.CommandLine
License: MIT
The application was developed together with Grok (xAI).
Commands
--------
1. pbl_delete
Direct deletion of files and folders without sending them to the Recycle Bin.
Clears the ReadOnly flag before attempting deletion.
Parameters: listfile (%WL)
Example: pbl_delete %WL
2. pbl_rebootdel
Safe deletion of locked files/folders without the Recycle Bin.
Clears ReadOnly. If immediate deletion is not possible, marks the item
for deletion on the next reboot (MoveFileEx / PendingDelete).
Parameters: listfile (%WL)
Example: pbl_rebootdel %WL
3. pbl_wipe
Secure data destruction by overwriting.
Passes (--passes / -p, 1…35):
1 → 0x00
2 → 0xFF
3+ → random data (RNG)
Processes ADS and renames the item.
Includes an SSD warning (overwriting is less effective on SSDs).
Parameters: listfile (%WL), --passes/-p
Example: pbl_wipe %WL
pbl_wipe -p 3 %WL
4. pbl_emptybin
Standard Windows Recycle Bin empty (SHEmptyRecycleBin).
Shows native Windows dialogs.
Parameters: none
Example: pbl_emptybin
5. pbl_wipebin
Destroys Recycle Bin contents using the same method as pbl_wipe
(enumerates $Recycle.Bin + FileWiper).
Parameters: --passes/-p
Example: pbl_wipebin
pbl_wipebin -p 3
6. pbl_hardlink
Creates hard links to selected files in the other panel with the same name.
Parameters: listfile (%WL), target (%T)
Example: pbl_hardlink %WL %T
7. pbl_symlink
Creates symbolic links to files and folders.
Requests elevation (UAC) when needed if the process is not already
running as administrator.
Parameters: listfile (%WL), target (%T)
Example: pbl_symlink %WL %T
8. pbl_junction
Creates junction points to selected folders.
Parameters: listfile (%WL), target (%T)
Example: pbl_junction %WL %T
9. pbl_hardlinkstr
Mirrors structure: creates matching folders in the other panel, then
fills them with hard links to the files.
Parameters: listfile (%WL), target (%T), source path (%P)
Example: pbl_hardlinkstr %WL %T %P
10. pbl_symlinkstr
Same as hardlinkstr, but with symbolic links.
Parameters: listfile (%WL), target (%T), source path (%P)
Example: pbl_symlinkstr %WL %T %P
11. pbl_verifylinks
Checks symbolic links and junctions.
Result: OK / BROKEN / not-link (report window).
Parameters: listfile (%WL)
Example: pbl_verifylinks %WL
12. pbl_mkdirs
Advanced directory creation.
Supports templates:
- number ranges:
- dates and time
Templates are stored in mkdirs_templates.txt next to the exe.
Edit templates via the “…” button in the form.
Base path = current directory of the TC panel.
Parameters: names / list (%S or paths)
Example: pbl_mkdirs %S
13. pbl_rmdirempty
Recursively removes empty subdirectories.
The root path (%P) itself is not deleted.
Parameters: path (%P)
Example: pbl_rmdirempty %P
14. pbl_copyname
Copies names/paths to the clipboard.
Modes:
(default) - name only
-e / --ext - name with extension
-f / --path - full path
-r / --recursive - include files in subdirectories
Recursive mode can be enabled permanently in config (copyName.recursive).
Parameters: listfile (%WL), options
Example: pbl_copyname %WL
pbl_copyname %WL -r
pbl_copyname %WL -f -r
15. pbl_fromclip
Creates files in the active panel from clipboard contents:
file list, image, or text.
Image format and name template are set in settings
(imageFormat: png|jpg, nameTemplate).
Parameters: path (%P)
Example: pbl_fromclip %P
16. pbl_hash
Computes checksums of selected files:
CRC32, MD5, SHA256.
Result in a window; autoCopy and sidecar options are in config.hash.
Parameters: listfile (%S)
Example: pbl_hash %S
17. pbl_imgconv
Image converter (Magick.NET).
Formats: bmp, jpg, png, webp, ico, tiff, tga, pcx, cur, avif, jp2, dds.
Without --format opens the settings window.
Presets: imgconv_presets.txt.
Features: resize (--max, --width, --height), rotate, flip,
JPEG/WebP/AVIF/JP2 quality, PNG compression, WebP lossless,
name suffix, sRGB, multi-size ICO/CUR.
Parameters: paths (%WL / %T), --format/-f, --quality/-q, --png,
--webp-lossless, --max, --width/-w, --height, --rotate,
--flip-h, --flip-v, --overwrite, --suffix, --dest, --ui
Example: pbl_imgconv %WL
pbl_imgconv %WL %T -f jpg,webp -q 85 --max 1920
pbl_imgconv %WL -f png --rotate 90 --flip-h --suffix _out
18. pbl_gif
GIF tools: extract frames or assemble an animation from images.
Frame order is configurable; delay via --delay.
Parameters: paths (%WL), -m/--mode (assemble|extract), --delay
Example: pbl_gif "%WL"
pbl_gif "%WL" -m assemble --delay 120
Additional
----------
- pbl_settings / run with no arguments - settings window
(language, result/error dialogs, register em_pbl_* in usercmd.ini)
- pbl_help - full help (ru/en)
Global options
--------------
--lang / -l ru | en (overrides config.json)
Installation
------------
1. Unpack the archive into the Utils folder next to Total Commander
(e.g. C:\Program Files\TotalCommander\Utils\).
2. Drag pbl_tc_utils.bar onto the toolbar.
3. Right-click the new button → "Change".
4. Check "As a menu" → OK.
Or register the commands manually via the application settings
(usercmd.ini registration button).
Changelog
---------
See CHANGELOG.txt
License
-------
Provided "as is". The author is not responsible for data loss.
Use wipe / delete / rebootdel carefully. Category: TC Utilities 11082 KB - Updated: 20.09.2026 - x32/x64 - Downloaded 299 times
A Total Commander Lister plugin (WLX) for viewing and editing YAML and TOML files as a tree + table grid, instead of raw text.
YAML and TOML show up more often than you might expect while browsing files — a docker-compose.yml for a container setup, a Cargo.toml in a Rust project, or a pyproject.toml configuring a Python tool like ruff. This plugin lets you take a quick look (and make small edits) without leaving Total Commander or opening a full editor. Category: TC Lister Plugins 1647 KB - Updated: 18.09.2026 - x32/x64 - Downloaded 355 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 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)
- Entity tree panel showing the spatial structure of the model (Project > Site > Building > Storey > elements); single-click highlights an element in orange, double-click or Enter zooms the view to it. The panel width is adjustable by dragging the splitter seam between the 3-D view and the panel.
- 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), status bar (S) and entity tree (T) Category: TC Lister Plugins 1516 KB - Updated: 13.09.2026 - x32/x64 - Downloaded 1340 times
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 Category: TC Lister Plugins 2438 KB - Updated: 13.09.2026 - x32/x64 - Downloaded 5720 times
RegHive – Lister plugin for offline registry hive files
Displays raw, unloaded registry hives (NTUSER.DAT, SOFTWARE, SYSTEM, etc.) directly via F3, without having to use reg load or regedit. Tree view with a values table, search via the TC-specific search dialogue, copy via right-click, and a simple comparison mode for two hive files. Read-only; no editing function. UI available in German, English, Russian and Ukrainian. Category: TC Lister Plugins 1786 KB - Updated: 12.09.2026 - x32/x64 - Downloaded 253 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 435 KB - Updated: 11.09.2026 - x32/x64 - Downloaded 3012 times
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
-- Category: Other downloads 8474 KB - Updated: 09.09.2026 - x32/x64 - Downloaded 23993 times
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 886 KB - Updated: 08.09.2026 - x32/x64 - Downloaded 2219 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
|