|
Системные плагины | Плагины просмотрщика | Архиваторные плагины | Контентные плагины Расширения MultiArc | Расширения Far2wc | Утилиты | Языковые файлы и меню Иконки | Разработчикам плагинов | Прочее | Windows PowerPro
30 самых новых
WFX plugin to browse Volume Shadow Copies in Total Commander.
- Browse Drive → Snapshot → Files, extract files
- Status column VSCStatus (New/Modified/Unchanged) vs. the previous snapshot
- 64-bit only (reason: Win32_ShadowCopy is documented by Microsoft as unavailable to 32-bit processes, see README).
!!!Important: Total Commander must be run as Administrator!!! 115 KB - Обновлен: 22.09.2026 - x32/x64 - Количество скачиваний: 221 ai semantic search and agent
- semantic search: text gets tokenized, and you can search text without knowing the exact phrase or order of worda.
- the default multi-language tokenizer lets you search documents without using the document language.i.e. you can search german and english files just with german, and you will also get matching meanings in the english files.
- full text search is available,but not needed an can be deactivated
- there are 3 factory actions: compare,summarize and check (for logic errors). you copy a file or more in the corresponding folder and get the result file.
- you can add your own prompts.md to the prompt folder as well. e.g. if you want to translate text to a language that has three different articles for spoon,fork,knife, you can tell the ai to translate the input file to german.
- if you want it to rewrite your input to riddles and rhymes,add a new rhyme.md with your prompt. you get the idea.
- i implemented 2 document categories: open and restricted. open is supposed to use cloud , restricted supposed to use local ai. but you can change that.
de facto, it provides RAG-functionality, but it will be more RAG in the next version, i.e. llm after the search. 26530 KB - Обновлен: 21.09.2026 - x32/x64 - Количество скачиваний: 174 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. 3468 KB - Обновлен: 20.09.2026 - x32/x64 - Количество скачиваний: 1064 pbl_tc_utils 1.1.0
=================================
Набор полезных утилит для Total Commander (Windows, .NET 8, x64).
Версия: 1.1.0
Автор: Pablissimo
Страница: https://vk.ru/pablissimopostingsomeshit
Интерфейс - на двух языках: русском (по умолчанию) и английском.
Язык задаётся в настройках (config.json → general.language) или глобальной
опцией командной строки --lang / -l (ru|en).
Используемые библиотеки и лицензии
-----------------------------------
- Magick.NET-Q8-x64 (ImageMagick)
Версия: 14.17.1
Лицензия: Apache License 2.0
- System.CommandLine
Лицензия: MIT
Приложение разрабатывалось совместно с Grok (xAI).
Команды
-------
1. pbl_delete
Прямое удаление файлов и каталогов без помещения в Корзину.
Перед удалением снимается флаг ReadOnly.
Параметры: listfile (%WL)
Пример: pbl_delete %WL
2. pbl_rebootdel
Безопасное удаление заблокированных файлов/каталогов без Корзины.
Снимает ReadOnly. Если удалить сразу нельзя — помечает на удаление
при следующей перезагрузке (MoveFileEx / PendingDelete).
Параметры: listfile (%WL)
Пример: pbl_rebootdel %WL
3. pbl_wipe
Надёжное уничтожение данных перезаписью.
Проходы (--passes / -p, 1…35):
1 → 0x00
2 → 0xFF
3+ → случайные данные (RNG)
Обрабатываются ADS, выполняется переименование.
Есть предупреждение для SSD (перезапись на SSD менее эффективна).
Параметры: listfile (%WL), --passes/-p
Пример: pbl_wipe %WL
pbl_wipe -p 3 %WL
4. pbl_emptybin
Стандартная очистка Корзины Windows (SHEmptyRecycleBin).
Показываются родные диалоги Windows.
Параметры: нет
Пример: pbl_emptybin
5. pbl_wipebin
Уничтожение содержимого Корзины тем же методом, что и pbl_wipe
(перечисление $Recycle.Bin + FileWiper).
Параметры: --passes/-p
Пример: pbl_wipebin
pbl_wipebin -p 3
6. pbl_hardlink
Создание жёстких ссылок (hard link) на выделенные файлы
во второй панели с тем же именем.
Параметры: listfile (%WL), target (%T)
Пример: pbl_hardlink %WL %T
7. pbl_symlink
Создание символических ссылок на файлы и каталоги.
При необходимости запрашивает повышение прав (UAC),
если процесс не запущен от администратора.
Параметры: listfile (%WL), target (%T)
Пример: pbl_symlink %WL %T
8. pbl_junction
Создание точек соединения (junction) на выделенные каталоги.
Параметры: listfile (%WL), target (%T)
Пример: pbl_junction %WL %T
9. pbl_hardlinkstr
Зеркалирование структуры: во второй панели создаются каталоги,
соответствующие выделенным, затем в них - жёсткие ссылки на файлы.
Параметры: listfile (%WL), target (%T), source path (%P)
Пример: pbl_hardlinkstr %WL %T %P
10. pbl_symlinkstr
То же, что hardlinkstr, но символические ссылки.
Параметры: listfile (%WL), target (%T), source path (%P)
Пример: pbl_symlinkstr %WL %T %P
11. pbl_verifylinks
Проверка символических ссылок и junction.
Результат: OK / BROKEN / not-link (окно отчёта).
Параметры: listfile (%WL)
Пример: pbl_verifylinks %WL
12. pbl_mkdirs
Расширенное создание каталогов.
Поддерживает шаблоны:
- диапазоны чисел:
- даты и время
Шаблоны хранятся в mkdirs_templates.txt рядом с exe.
Редактирование шаблонов - кнопка «…» в форме.
Базовый путь = текущий каталог панели TC.
Параметры: имена / list (%S или пути)
Пример: pbl_mkdirs %S
13. pbl_rmdirempty
Рекурсивное удаление пустых подкаталогов.
Корневой каталог (%P) не удаляется.
Параметры: path (%P)
Пример: pbl_rmdirempty %P
14. pbl_copyname
Копирование имён/путей в буфер обмена.
Режимы:
(по умолчанию) - только имя
-e / --ext - имя с расширением
-f / --path - полный путь
-r / --recursive - включая файлы в подкаталогах
Рекурсию можно включить постоянно в config (copyName.recursive).
Параметры: listfile (%WL), опции
Пример: pbl_copyname %WL
pbl_copyname %WL -r
pbl_copyname %WL -f -r
15. pbl_fromclip
Создание файлов в активной панели из содержимого буфера обмена:
список файлов, изображение, текст.
Формат изображения и шаблон имени задаются в настройках
(imageFormat: png|jpg, nameTemplate).
Параметры: path (%P)
Пример: pbl_fromclip %P
16. pbl_hash
Вычисление контрольных сумм выделенных файлов:
CRC32, MD5, SHA256.
Результат в окне; опции autoCopy и sidecar-файлы - в config.hash.
Параметры: listfile (%S)
Пример: pbl_hash %S
17. pbl_imgconv
Конвертер изображений (Magick.NET).
Форматы: bmp, jpg, png, webp, ico, tiff, tga, pcx, cur, avif, jp2, dds.
Без --format открывается окно настроек.
Пресеты: imgconv_presets.txt.
Возможности: resize (--max, --width, --height), поворот, отражение,
качество JPEG/WebP/AVIF/JP2, сжатие PNG, WebP lossless,
суффикс имени, sRGB, multi-size ICO/CUR.
Параметры: paths (%WL / %T), --format/-f, --quality/-q, --png,
--webp-lossless, --max, --width/-w, --height, --rotate,
--flip-h, --flip-v, --overwrite, --suffix, --dest, --ui
Пример: 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: разборка на кадры или сборка анимации из изображений.
Порядок кадров настраивается, задержка --delay.
Параметры: paths (%WL), -m/--mode (assemble|extract), --delay
Пример: pbl_gif "%WL"
pbl_gif "%WL" -m assemble --delay 120
Дополнительно
-------------
- pbl_settings / запуск без аргументов - окно настроек
(язык, диалоги результата/ошибок, регистрация em_pbl_* в usercmd.ini)
- pbl_help - полная справка (ru/en)
Глобальные опции
----------------
--lang / -l ru | en (перекрывает config.json)
Установка
---------
1. Распаковать архив в каталог Utils рядом с Total Commander
(например: C:\Program Files\TotalCommander\Utils\).
2. Перетащить файл pbl_tc_utils.bar на панель инструментов.
3. ПКМ по появившейся кнопке → «Изменить».
4. Отметить «В виде меню» → ОК.
Либо зарегистрировать команды вручную через настройки приложения
(кнопка регистрации usercmd.ini).
История изменений
-----------------
См. CHANGELOG.txt
Лицензия приложения
-------------------
Проект предоставляется «как есть». Автор не несёт ответственности
за потерю данных. Используйте wipe / delete / rebootdel осознанно. 11082 KB - Обновлен: 20.09.2026 - x32/x64 - Количество скачиваний: 382 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. 1647 KB - Обновлен: 18.09.2026 - x32/x64 - Количество скачиваний: 434 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) 1516 KB - Обновлен: 13.09.2026 - x32/x64 - Количество скачиваний: 1366 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 2438 KB - Обновлен: 13.09.2026 - x32/x64 - Количество скачиваний: 5755 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. 1786 KB - Обновлен: 12.09.2026 - x32/x64 - Количество скачиваний: 281 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. 435 KB - Обновлен: 11.09.2026 - x32/x64 - Количество скачиваний: 3059 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 - Обновлен: 9.09.2026 - x32/x64 - Количество скачиваний: 24010 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 - Обновлен: 8.09.2026 - x32/x64 - Количество скачиваний: 2244 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 - Обновлен: 6.09.2026 - x32/x64 - Количество скачиваний: 2902 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 - Обновлен: 5.09.2026 - x32/x64 - Количество скачиваний: 746 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 - Обновлен: 4.09.2026 - x32/x64 - Количество скачиваний: 8454 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 - Обновлен: 4.09.2026 - x32/x64 - Количество скачиваний: 3283 WFX-плагин Total Commander, который показывает историю буфера обмена Windows (Win+V) как папку с файлами.
Используется официальный WinRT API Clipboard.GetHistoryItemsAsync(), а не разбор скрытого кэша на диске 474 KB - Обновлен: 4.09.2026 - x32 - Количество скачиваний: 506 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 - Обновлен: 3.09.2026 - x32/x64 - Количество скачиваний: 2269 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 - Обновлен: 30.08.2026 - x32/x64 - Количество скачиваний: 494 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 - Обновлен: 29.08.2026 - x32/x64 - Количество скачиваний: 624 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 - Обновлен: 22.08.2026 - x32/x64 - Количество скачиваний: 9846 # 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 - Обновлен: 22.08.2026 - x32/x64 - Количество скачиваний: 1273 Плагин для просмотра изображений в Total Commander.
Поддерживаются форматы: 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.
Плагин поддерживает анимацию в файлах и горячие клавиши IrfanView.
Линейка плагина 2.Х отличается от линейки 1.Х тем, что по F3 запускается чистый
IrfanView, без интеграции с Lister Total Commander. Это позволяет использовать
полностью весь инструментарий IrfanView, увеличивает плавность при отображении
изображения. Также теперь можно использовать Total Commander и IrfanView
несовпадающей разрядности. Линейки развиваются параллельно. 447 KB - Обновлен: 22.08.2026 - x32/x64 - Количество скачиваний: 33470 Плагин просмотра изображений для Total Commander.
Поддерживаются форматы: 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.
Плагин поддерживает анимацию в файлах и горячие клавиши IrfanView. 450 KB - Обновлен: 22.08.2026 - x32/x64 - Количество скачиваний: 31957 Плагин для прослушивания трековой музыки и файлов формата MIDI Total Commander.
Поддерживаются форматы: CMF, KAR, MID, MIDI, MIZ, RMI, 669, AMF, FAR, IT, ITZ,
MDZ, MOD, MTM, NST, OKT, PTM, S3M, S3Z, STM, STZ, ULT, XM, XMZ.
Плагин позволяет проигрывать любые другие другие аудио форматы, поддерживаемые
плеером 1by1. 59 KB - Обновлен: 22.08.2026 - x32/x64 - Количество скачиваний: 6943 Mobile Devices — плагин файловой системы Total Commander (WFX) для Android и iPhone.
Каталоги читаются намного быстрее стандартного MTP Windows / Проводника. Копирование в фоне (F5/F6), без типичных зависаний. На iPhone можно управлять файлами (фото, документы приложений с File Sharing, копирование и удаление).
Протестировано на Windows 11. Для iPhone не нужны драйверы iTunes — ставится Apple Devices из Microsoft Store.
Функции
Чтение каталогов намного быстрее стандартного MTP (пакетные свойства WPD, без паузы ~20 секунд).
Копирование быстрее обычного MTP в Проводнике: фон, отмена, сессия не рвётся на каждый каталог.
Полный доступ к Android по MTP: просмотр, копирование, перенос, удаление, переименование, папки.
Управление файлами на iPhone / iPad.
Фото на iPhone (DCIM / AFC).
Applications — только приложения с File Sharing / Файлы.
Копирование и удаление файлов документов этих приложений.
Папка Panic Logs на iPhone (crash-логи).
Карточка устройства: ОС, модель, производитель, батарея, протокол, свободно / ёмкость.
В корне только телефоны (без принтеров, сканеров, WIA, заглушек Apple MTP).
Миниатюры файлов в режиме эскизов Total Commander.
Фоновые F5/F6 и отмена передачи (Esc).
Протестировано на Windows 11.
Для iPhone не нужны драйверы iTunes — ставится Apple Devices из Microsoft Store. 669 KB - Обновлен: 21.08.2026 - x32 - Количество скачиваний: 863 Total Commander content plugin that displays XYplorer labels, tags, and comment as columns. 23 KB - Обновлен: 20.08.2026 - x32/x64 - Количество скачиваний: 247 Total Commander Lister plugin to view/edit descript.ion comments 508 KB - Обновлен: 20.08.2026 - x32/x64 - Количество скачиваний: 354 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 - Обновлен: 19.08.2026 - x32/x64 - Количество скачиваний: 1240 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 - Обновлен: 19.08.2026 - x32/x64 - Количество скачиваний: 571 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 - Обновлен: 19.08.2026 - x32/x64 - Количество скачиваний: 1071
|