|
RecentTab - Total Commander WFX plugin: recently changed files as a virtual panel
- Shows what you changed or created in the folders you actually care about - one live, virtual panel instead of hunting through Explorer. Powered by Everything.
- Recording - on/off switch right in the panel, survives restarts
- Search - jump to any past time range, not just "recent"
- Color themes - four presets plus your own, 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, and searches for where it went without leaving TC
- Folder tree - see how your watched folders actually branch out, dead paths marked clearly
- Extra columns - change type, relative time, source folder, session number, already opened, locked status
- Custom icons, bundled fonts, brightness sliders - every visual detail adjustable
- Over 60 settings, all documented in the ini itself
- Five languages (English, German, Russian, Ukrainian, Danish) - follows TC's own language automatically
3233 KB - Updated: 25.09.2026 - Downloaded 521 times
SemanticSearchRAG
- 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.
23218 KB - Updated: 25.09.2026 - Downloaded 229 times
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
485 KB - Updated: 25.09.2026 - Downloaded 1683 times
Mainly a file viewer for F3, with support for images and vectors, Office files, fonts, audio/video and some text/code formats. It also includes thumbnail support for several formats.
Supported file extensions:
- Images and RAW: JPG, JPEG, JPE, PNG, GIF, BMP, TIF, TIFF, ICO, WebP, HEIC, HEIF, AVIF....
- Vector, design and 3D: SVG, SVGZ, CDR, CDT, CMX (theoreticaly), AI, EPS, PSD, PSB, WMF, EMF, DXF, DWG (theoreticaly), STL
- Documents: PDF, DOC, DOCX, DOCM, DOT, DOTX, RTF, XLS, XLSX, XLSM, XLSB, XLT, XLTX, PPT, PPTX, PPS, PPSX....
- Fonts: TTF, OTF, TTC, WOFF, WOFF2
- Video and audio: MP4, M4V, MOV, AVI, MKV, MP3, WAV, M4A...
- Text and source files: HTML, HTM, MHTML, TXT, MD, JSON, XML, CSV, PHP, JS, CSS, INI, LOG....
3804 KB - Updated: 25.09.2026 - Downloaded 170 times
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
464 KB - Updated: 25.09.2026 - Downloaded 8530 times
yaml and toml lister and editor with tab view, similar to my other listers
556 KB - Updated: 25.09.2026 - Downloaded 29 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).
364 KB - Updated: 25.09.2026 - Downloaded 854 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.
441 KB - Updated: 24.09.2026 - Downloaded 1390 times
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 - Updated: 24.09.2026 - Downloaded 350 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.
1817 KB - Updated: 24.09.2026 - Downloaded 381 times
|
|