title
Total Commander
 



Total Commander

Ïðîôèëü ó÷àñòíèêà Alexander Doeller

Ôàéëû ó÷àñòíèêà

GeoPhotoLister 1.2.3

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.
875 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 26.06.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 883

jsontab2 2.0.9

Grid view, inline editor, text syntax highlighting.

JSON Tab WLX is a native Windows Lister plugin for Total Commander that displays JSON documents as a combined tree, table, and formatted text view.

Both regular JSON documents (.json) and JSON Lines documents (.jsonl) are supported. JSONL records are shown as the elements of one root array and are saved back as one compact JSON value per line.

This project is a Lazarus/Free Pascal migration of the original jsontab-wlx plugin by little-brother. The original program established the user interface, behavior, and core feature set on which this port is based.

The migration keeps the familiar workflow while adding editing, improved sorting, and better performance for large arrays.

Differences And Extensions Compared To The Original

This Lazarus/FPC version adds or substantially changes:
•Native Free Pascal implementation with a Lazarus project
•Inline scalar editing and saving
•Virtual owner-data grid for improved large-array handling
•Result-index-based filtering and sorting without rearranging JSON data
•Stable locale-aware natural sorting
•Filter transfer between compatible tree nodes using Ctrl+Shift
•Filter fields smoothly follow horizontal grid scrolling and column-width
changes

•Automatic bounded column sizing based on visible results
•Explicit current-cell display and alternating row colors
•Extended context menu and keyboard controls
•Win32 and Win64 release build modes from one project
389 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 24.06.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 658

xmltab-wlx Extended 2.0.5

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

Extended Features
•Native Win32 and Win64 builds created with Lazarus/FPC.
•Virtual owner-data grid designed for large XML files.
•Large selected root elements remain collapsed initially according to
max-unfold-size; smaller files keep the traditional automatic unfolding.

•Typed inline editing for attributes, text, comments, CDATA, processing
instructions, and simple element text.

•Loss-minimizing edits that patch only the changed source range.
•Atomic Ctrl+S saving in the original encoding and with the original BOM.
•Automatic XML indentation in the text view.
•Configurable XML syntax highlighting across the complete view. Large
documents are highlighted incrementally while scrolling. Formatted XML uses RichEdit-compatible source-position mapping, so colors remain aligned across indented multi-line content.

•Source-accurate Locate from the formatted text view back to the XML tree.
•Locale-aware Unicode natural sorting, including numeric values.
•Fast column auto-sizing based on a bounded sample of visible rows.
•Pixel-accurate per-column decimal alignment for comma and dot decimals,
with right-aligned signed and unsigned integers.

•Column filters with equality, exclusion, comparison, and substring modes.
•Continued F3 search, including forward/backward, case-sensitive, and
whole-word search.

•SAME, TABLE, and SINGLE grid modes.
•TABLE mode is used only for repeated, equally named child elements;
heterogeneous XML such as GPX roots is shown in SINGLE mode.

•GPX files are registered with Total Commander by default.
•XPath copying, context menus, themes, persistent zoom, alternating row
colors, and configurable selection colors.

•A movable, persistent tree/grid splitter.
•A bold, theme-colored grid header and artifact-free inline editor repaint.
•Total Commander hotkey forwarding, including Escape and keys 1 through
433 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 24.06.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 289

TCChibiOSFS - Total Commander File System Plugin 1.0.20

TCChibiOSFS — Total Commander File System Plugin

WFX plugin for Total Commander for connecting ChibiOS-based USB devices via serial shell. Detected devices:
Device Firmware VID/PID Plugin behavior
HackRF One + PortaPack Mayhem ≥ 2.0 1D50 : 6018 fully accessible (shell)
HackRF One (bare) Standard firmware 1D50 : 6089 display only, no shell
Flipper Zero Stock or custom 0483 : 5740 fully accessible (shell)

A bare HackRF One (without PortaPack) is detected and displayed, but marked as HackRF One (COMx, no shell) and cannot be entered. The standard firmware interface is libhackrf/USB bulk, not serial. The entry is purely informational.

Features

The root level lists only HackRF and Flipper devices. Other COM ports (CH340, FTDI, virtual ports from software) are filtered out:

ChibiOS Devices\\
├── PortaPack (COM5) <- enterable, Mayhem shell
├── HackRF One (COM8, no shell) <- info only, not enterable
└── Flipper Zero AM1TELTE (COM7) <- enterable, name from USB ID

The Flipper name (AM1TELTE in the example) comes from the Windows instance ID (FLIP_AM1TELTE for VID_0483&PID_5740). If more than one Flipper is connected, this makes them easy to distinguish reliably.
Changing into a directory = open connection (automatically)
TC Disconnect button = close connection cleanly
TC file commands: Copy (F5), Move (F6), Delete (F8), Rename (Shift+F6), New directory (F7)
Binary transfer:
PortaPack: fopen + frb / fwb (fast binary I/O)
Flipper: storage read_chunks / storage write_chunk
File size: from filesize or storage stat
Timestamps: Flipper via storage timestamp (PortaPack provides none)
Progress display with cancel function

Requirements

Windows 7 or newer
Total Commander 9.0 or newer (64-bit)
Mayhem firmware ≥ 2.0 on HackRF/PortaPack
Flipper Zero with current firmware (Stock, Unleashed, Momentum, Xtreme — all okay)
USB cable (the usual kind)
258 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 24.06.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 610

GitHubFS – read-only github filesystem 1.2.2

Browse GitHub repositories directly inside Total Commander as a virtual filesystem. Repositories, branches, directories and files appear as TC file entries. Release assets are downloadable. Archives can be extracted and browsed in-place.
Features

Multiple repositories configurable via built-in dialog
Each repo appears as a virtual folder at plugin root with a user avatar icon
Optional Default Branch: skip branch list and show file contents directly
[Releases] folder per repo (shown when GitHub releases exist)
Each release tag is a subfolder
RELEASE_NOTES.md virtual file with Markdown release notes
All release assets downloadable via F5
Navigate branches → directories → files
Copy files from GitHub to local disk (F5 / drag & drop) with progress bar
Archive navigation: ENTER on .zip, .7z, .rar, .tar.gz, etc. downloads, extracts to temp folder and enters it directly – navigate subdirs freely, copy files with F5; extracted files deleted automatically on leaving the archive
File and directory sizes shown in TC file list (via Git Tree API, configurable)
Alt+Enter on a branch or directory shows recursive size regardless of setting
Delete configured repositories via DEL/F8 (removes from config, not from GitHub)
Personal Access Tokens stored encrypted (Windows DPAPI)
Global fallback token for repos without an individual token
Connection test per repository (button + Alt+Shift+F9)
F7 smart add supports three formats:
Plain name → opens Add dialog
owner/repo → checks GitHub and adds in one step
Full GitHub URL (e.g. https://github.com/owner/repo/tree/branch) → parses owner, repo and branch, adds immediately
[Quick add] dialog for guided repo entry with URL auto-fill
Add Repository dialog with "GitHub URL:" field at top – paste any GitHub URL and all fields fill automatically
Custom icons: user avatar per repo (downloaded from GitHub), gear icon for [Configuration], green + for [Quick add]
Release and file dates shown in TC file list (where available from GitHub API)
DPI-aware configuration dialog, full keyboard shortcuts
Dialogs centered on the TC window
464 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 19.06.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 1211

csvtab 2.0.4

Edit cell values directly in the grid and write the result back to the source file,
preserving its original encoding and delimiter.

* Toggle edit mode with **Ctrl+E** (or **Ctrl+R**), via the right-click menu, or the
status bar.
* Start editing a cell with **F2** or by **double-clicking** it.
* **Enter accepts the change, **Esc** cancels it.
* Delete whole rows with **Ctrl+X** or the right-click menu (*Delete row(s)*). The
selected rows are removed; with no selection the row under the cursor is deleted.
* **Ctrl+S** saves the file. Saving is **atomic** (write-to-temp + replace) so a failed
write never corrupts the original file. Encoding, delimiter and comment handling are
preserved on save.
* The status bar shows the current state: `EDIT`, `EDIT *` (unsaved edit) or `MODIFIED *`.
* If you close the viewer or reload the document with unsaved changes, you are asked
whether to save first.

### 🔧 Transform mode (column workbench)

A side panel for reshaping the table without touching the source file, with a **live
preview** directly in the grid.

Toggle transform mode with **Ctrl+T**, via the right-click menu, or the status bar.

The sidebar groups the actions by purpose (each group is colour-coded):

| Group | Actions | Description |
|-------|---------|-------------|
| **Ordering | Up / Down | Move the selected column |
| **Columns | Add / Remove / Rename | Add new (virtual) columns, drop or rename existing ones. *Add* accepts several names separated by `;` |
| **Cell values** | Set all cells / Fill empty cells / Enumerate cells | Set a constant value, fill only the empty cells, or number rows over a `start:stop` range |
| **Load / Save** | Load / Save transformation | Persist the whole transformation as a JSON file and reload it later |
| **Export | Export CSV / Delimiter / Number format | Write the transformed table to a new CSV; choose the export delimiter (`;` `,` TAB) and number format (keep `original`, force `.` or force `,`) |
| **Apply | Apply to grid | Render the transformation live in the grid; the button turns into *Reset grid view* |

* The input field uses a placeholder hint (*"Value / name / enumeration start:stop"*).
* **Apply to grid** shows the transformed columns, headers and values in the grid itself
(read-only preview). The status bar shows a `TRANSFORM` indicator. Press the button
again (now *Reset grid view*) to return to the normal view. The source data is never
modified by the preview.
395 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 16.06.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 829

wdx_textline 2.0.0

WDX for Total Commander to up to 10 lines from top and up to 3 line from end of file and to show number of total lines
169 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 13.06.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 274

WLX LogViewer 1.2.2

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
451 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 13.06.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 7571

Versions WFX Plugin 3.1.2

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.
369 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 30.05.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 451

RSS Reader 1.0.7

RSS Reader
313 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 30.05.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 895

MolView - Total Commander WLX 1.0.3

MolView is a fast Lister plugin for Total Commander that renders chemical files in 2D and 3D.
It uses OpenBabel for format conversion and OpenGL for interactive display.

Features
•Broad chemistry format support ( .mol , .sdf , .mol2 , .smi , .smiles , .pdb , .xyz , .cml )
•2D structure rendering with SVG parsing and crisp label rendering
•3D molecule rendering from STL with rotation, zoom, and reset
•Asynchronous loading (UI remains responsive while converting/parsing)
•Multi-molecule navigation for SDF files
•Built-in Total Commander thumbnail preview ( ListGetPreviewBitmap )
•Thumbnail preview is always rendered in 2D, independent of INI/start mode
•Plugin options dialog for OpenBabel path/options and startup behavior
•Logging support for diagnostics

Supported Formats


Extension

Format


.mol MDL Molfile V2000/V3000
.sdf MDL Structure Data File (multi-molecule supported)
.mol2 Tripos MOL2
.smi , .smiles SMILES
.pdb Protein Data Bank
.xyz XYZ Cartesian coordinates
.cml Chemical Markup Language
315 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 29.05.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 218

HackRF IQ Data Viewer 1.0.4

A Total Commander WLX64 Lister plugin that displays HackRF IQ data files with real-time PSD spectrum and waterfall spectrogram visualization.
Features

PSD Spectrum: FFT-based power spectral density with Hann window and segment averaging
Waterfall Spectrogram: Scrolling waterfall display with Viridis colormap
CUDA Acceleration: Automatic GPU acceleration via cuFFT with CPU fallback
OpenGL Rendering: Hardware-accelerated rendering with MSAA anti-aliasing
Playback Controls: Play/Stop, Reset, position slider for scrubbing through files
Settings Dialog: Adjustable sample rate, center frequency, FFT sizes, dB range
Metadata Support: Reads .txt sidecar files for sample rate, center frequency, signal annotations
Thumbnail Preview: Quick PSD+waterfall preview in TC file panels
Multiple Formats: .iq, .raw, .cs8 (int8), .cs16 (int16), .cf32 (float32)
408 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 20.05.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 297

Interactive OpenGL viewer for .3mf and stl and .step files 1.0.5

Interactive OpenGL viewer for .3mf (3D Manufacturing Format) and stl files.
Features
Control Action
Left drag Rotate model
Right drag Pan
Mouse wheel Zoom
Double-click Reset view
R / F5 Reset view
W Cycle: Solid → Solid+Wire → Wireframe
Arrow keys Rotate in 5° steps
+ / - Zoom in / out
thumbnails
anti-aliasing

TC dark mode is detected automatically via lcp_darkmode.
3917 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 7.05.2026 - x32/x64 - Êîëè÷åñòâî ñêà÷èâàíèé: 528

Extended German Menu and Language 11.56

German translation with extended menu for TC 11.56

Deutsch mit erweitertem Menü für TC 11.56
57 KB - Àâòîð: Alexander Doeller - Îáíîâëåí: 18.10.2024 - x32 - Êîëè÷åñòâî ñêà÷èâàíèé: 4488

Ðåéòèíãè


Ramblers Top100

 




Âñå î Total Commander © 2001-2012
Èäåÿ, ïðîãðàììèðîâàíèå, äèçàéí è ïîääåðæêà, © Andrei Piasetski