Skip to content

sawickiap/TotalCommanderPluginTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total Commander Plugin Tutorial

This repository contains sample code accompanying a tutorial about writing a Packer Plugin (WCX) for Total Commander file manager app.

It also defines a simple, custom archive format that uses zlib library for data compression.

The tutorial itself has been published in Polish language in issue 5/2025 (120) of Programista magazine. It will be published online for free in Polish and English around March 2026.

Author: Adam Sawicki, https://asawicki.info

License of the code: MIT

Written for Windows in C++ using Visual Studio 2022.

External libraries used:

  • zlib - data compression library
    • Bundled in src\third_party\zlib-1.3.1
  • str_view - null-termination-aware string-view class for C++
    • Bundled in src\third_party\str_view.hpp

File format

File format

About

Sample code accompanying tutorial about writing packer plugin (WCX) for Total Commander

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages