AudionAudion

Setup for Total Commander

github.com/Tensionix/setup-for-total-commander ↗
Builds of this project: versions, files and checksums.
Setup for Total Commander

A full installation of the well-known file manager, tuned in fine detail across almost everything it can do today: a broad choice of editors, menus and system settings — without leaving the panels. Eight megabytes of configuration instead of a hundred and thirty, and not one foreign file. Total Commander itself is not here and is not modified: only our own travels — panels, menus, colours, scripts, configs — and lands on a fresh program as a whole. If the manager is not installed yet, the kit fetches it from the developer's site itself: the installer is read directly, without third-party unpackers. For anyone who wants to hand a colleague their working setup rather than a build with someone else's files inside. Would rather not install anything? Take TC Portable.

1.0.1
2 downloads from GitHub

Audion Setup for Total Commander

Русский

A file manager configuration that can be distributed.

Why It Exists

A configured file manager means panels, menus, colours, shortcuts, embedded scripts. It takes years to assemble and travels badly: the settings are spread across several files, some in a non-standard encoding, some tied to paths.

The Central Decision

The manager itself is not included and is not modified.

The package contains only what is ours: panels, menus, colours, scripts, configuration. All of it is applied to a freshly installed manager as complete baselines — not piecemeal, and not by editing what is already there.

From which the main point follows: the package can be distributed. It contains no third-party program, so there is no question of the right to redistribute one.

Next

Versions
1.0.1
Audion_Setup_for_Total_Commander_v1.0.1_Full.zip46.4 MB4 September 2026sha256here only
README_EN.md891 B1 September 2026
README_RU.md1.4 KB1 September 2026
Installation

The program is portable: the unpacked folder is the installed program. Nothing is written to the registry; to uninstall, delete the folder.

$name = "Audion_Setup_for_Total_Commander_v1.0.1_Full.zip"
Invoke-WebRequest "https://audion.dev/get/setup-for-total-commander/1.0.1/Audion_Setup_for_Total_Commander_v1.0.1_Full.zip" -OutFile $name
Invoke-WebRequest "https://audion.dev/get/setup-for-total-commander/1.0.1/Audion_Setup_for_Total_Commander_v1.0.1_Full.zip.sha256" -OutFile "$name.sha256"

$want = (Get-Content "$name.sha256").Split(" ")[0]
$have = (Get-FileHash $name -Algorithm SHA256).Hash.ToLower()
if ($want -ne $have) { throw "checksum mismatch: the download is corrupt" }

Expand-Archive $name -DestinationPath ".\setup-for-total-commander"
All downloads · Home