Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.26 KB

SmartCommander

A two-panel cross-platform open-source file manager based on Avalonia (currently uses Avalonia version 11.0.10). Supports Windows and Linux.

The main window on Ubuntu 22.04:

SmartCommander

The main window on Windows 11:

alt SmartCommander

How to build

Please make sure you have .NET 8 SDK (or later) installed.

dotnet build src --configuration Release

Main features

  • Configurable interface (you can fully manage panels, columns, operations, themes, etc.)

alt SmartCommanderOptions

  • All main operations with files/folders are supported(view, edit, copy, move, create new folder, delete, etc.)

  • Creating and unzipping of ZIP archives

  • Unicode support

  • Localization

  • Long operations are performed in the background

  • Search

License

SmartCommander is licensed under GNU GENERAL PUBLIC LICENSE v.3.0.

Contribution

Contributions are greatly appreciated. If you happen to have an issue with SmartCommander, please post it on GitHub using the Issues tab.