

Replace proprietary software with open source alternatives: Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle, Atlassian, Corel, Cisco, Intuit, and SAS. We offer helpful and impartial information. Hundreds of in-depth reviews offering our unbiased and expert opinion on software. Each article is supplied with a legendary ratings chart helping you to make informed decisions. The largest compilation of the best free and open source software in the universe. Return to Orthodox File Managers Home Page Learn Pascal with our recommended free books and free tutorials. Multi-rename tool which allows renaming any files by defined mask.ĭeveloper: Alexander Koblov, Przemyslaw Nagay and many contributorsĭouble Commander is written in Object Pascal.Compare by Contents shows a window with two panels with the files to compare (usually text).Network support (Windows built-in, Linux via standard plugin).Supports WCX, WLX, WDX and WFX plugins from Total Commander (also supports own DSX plugin format).Configurable button bar to start external programs or internal menu commands.Extended search function with full text search in any files.Test archives command – calculate/verify checksum.Supported archive types: ZIP, TAR GZ, TGZ, LZMA and also BZ2, RPM, CPIO, DEB, RAR You can easily copy files to and from archives. Archives are handled like subdirectories.Internal text editor (F4) with syntax highlighting.Built in file viewer (F3) to view files in hex, binary or text format, views GIFs.Copy/Move files and folders via clipboard.Custom toolbar with buttons to launch external programs or internal menu commands.

Tabbed panels interface with full drag & drop support.All operations work in the background with threading operations support.If this how-to feels a bit simplistic, it’s because we’ve barely scratched Total Commander’s surface. RELATED: How Do You Actually Use Regex? Not an End, But a Beginning That’s it! Now simply hit Start! and Total Commander would transform your messy filenames into neat, properly capitalized filenames with no underscores or dashes. Last but not least, we’ve selected “First of each word uppercase” in the Upper/lowercase drop-down box.We won’t go too deeply into that right now, but we can say what we did in the first step (-|_) is a simple regular expression, which is why we need to enable this. We then ticked the checkbox that says RegEx.That’s because we want to replace all the dashes and underscores with spaces. You can’t see that in the image, but it’s there. Then, in the Replace with box, we just typed a single space character.The pipe means “OR” - so we tell Total Commander to search for dashes OR underscores. That’s dash (-), pipe (|) and underscore (_). To replace all the dashes and the underscore with spaces, we typed -|_ into the Search for box.
