Introducing
The Slant team built an AI & it’s awesome
Find the best product instantly
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now
4.7 star rating
0
What is the best alternative to Double Commander?
Ad
Ad
Midnight Commander
All
15
Experiences
Pros
8
Cons
6
Specs
Top
Pro
Intuitive interface
Midnight commander uses the full screen of the terminal in a very efficient way. It displays two panels for files horizontally. On the bottom it has the most useful commands with their corresponding key attached. All of this makes for a very intuitive interface both for beginners and experienced users.
See More
Top
Con
File viewer: searching can be quite cumbersome
Especially searching next or previous.
See More
Top
Pro
Can be run in the terminal
Being a terminal application means that it's suited for people who spend most of their time on the terminal because they don't have to switch windows in order to open their file manager. It also means that they can use it both locally and remotely.
See More
Top
Con
No directory bookmarks
See More
Top
Pro
Easy to use
Midnight commander is easy and intuitive to use. The most common commands are displayed in the bottom (move, copy, paste, delete, edit, view, make directory). Files can be selected with the arrow keys which move the cursor through them. The Enter key goes down in a directory. To move the focus between two panels the tab key is used.
See More
Top
Con
No easy way to change colors matching certain files
There probably is a possibility, but it is not easy.
See More
Top
Pro
Lightweight
See More
Top
Con
Quirky and hard to remember shortcuts
E.g. when trying to take the current directory's path to the command line.
See More
Top
Pro
Stable
See More
Top
Con
Lacks drag and drop feature
With midnight commander you cannot drag and drop files to move them around. Instead, you have to do the necessary actions in order to move files around (cut and paste or copy and delete).
See More
Top
Pro
Often available in default repository
and hence easy to install by usually package manager.
See More
Top
Con
Can only be run in the terminal
MC lacks a standalone GUI option.
See More
Top
Pro
Lynx-like motion
Cursor+left to go to parent directory, cursor+right to go into child directory.
See More
Top
Pro
Well-presented
See More
Specs
Platforms:
Windows, Mac, Linux
Technology:
C
Hide
See All
Experiences
Get it
here
342
128
Krusader
All
15
Experiences
Pros
12
Cons
3
Top
Con
KDE dependencies
If you don't use KDE, you'll be forced to install quite a large amount of KDE libraries.
See More
Top
Pro
Great two-pane interface
See More
Top
Con
New releases are infrequent
It can be seen in https://quickgit.kde.org/?p=krusader.git that maintenance work is done in a continous fashion, but no new releases are provided. Even though it is perhaps the more feature-rich file manager.
See More
Top
Pro
Folder synchronization
See More
Top
Con
Interface can be overwhelming
See More
Top
Pro
Handles most archives. There is little difference in behaviour between an archive file and a regular folder.
See More
Top
Pro
Virtual file systems
Search results as example saved into virtual folder and can be accessed later. All file operations may be performed on items in search results as if they were files in single folder.
See More
Top
Pro
All common operations can be done with keyboard efficiently
In addition, shortcuts can be easily renamed. Unlike Dolphin and many others.
See More
Top
Pro
SFTP support
See More
Top
Pro
Many operations like copying and moving files can be queued
Long running operations can be queued. There is no point in doing them in a parallel way, as speed decreases dramatically.
See More
Top
Pro
Can view and edit many files
Even editing a file inside a .zip file. Has hexadecimal viewer embedded for binary files.
See More
Top
Pro
Filename association and instant console availability
See More
Top
Pro
Multi-rename tool
See More
Top
Pro
Searching capabilities and copying/deleting/moving in background
See More
Top
Pro
Custom commands can be added to the menu easily
And they can use the current folder, the selected files....
See More
Hide
See All
Experiences
Get it
here
128
48
krusader
All
6
Experiences
Pros
6
Top
Pro
Versatile
Has everything you might wish for and more.
See More
Top
Pro
Root mode
Dangerous but sometimes useful.
See More
Top
Pro
Multiple tabs
Tabs with other listings, and options to move the tab to the other side.
See More
Top
Pro
Advanced renamer
Via package krename.
See More
Top
Pro
Directory compare
Compare 2 directories on content or file/date and sync them.
See More
Top
Pro
Archive support
Browse archives as folders.
See More
Hide
0
55
7
Ranger
All
18
Experiences
Pros
11
Cons
7
Top
Pro
Can be used in terminal
Which makes for a good choice of file explorer for those that use machines without a GUI.
See More
Top
Con
Bloated
Written in a scripted language. Enabling file previews makes it even slower.
See More
Top
Pro
Minimalist and efficient
There is no need for icons of files if headings are used. Previews of text documents and a simple design creates and efficient workflow.
See More
Top
Con
Depends heavily on third party utilities
See More
Top
Pro
Vim-like bindings
Ranger has Vim-like keybindings which help a lot in increasing efficiency and speed up the workflow.
See More
Top
Con
Difficult learning curve for people who are not used to Vim
Since it uses many of vim's keybindings, it may be hard for someone who does not use vim or does not know how to use vim to learn how to work with this file manager.
See More
Top
Pro
Extensible, scriptable (with python)
Ranger allows the use of various scripts for calling on individual or multiple files, for file previews, or for other operations. In commands.py the "my_edit"-function can be extended to do whatever in python can be done. Target files can be the file under the cursor (self.fm.thisfile.path), the files marked/selected in the current tab (self.fm.thistab.get_selection() ) and the files in the copy-buffer (add/remove: ya, yr) (respectively the delete-buffer: add/remove da/dr) (both: self.fm.copy_buffer). The most appropriate list of files can be found out automatically, like so: if self.fm.copy_buffer: for file in self.fm.copy_buffer: ... elif self.fm.thistab.get_selection(): for file in self.fm.thistab.get_selection(): ... else: file = self.fm.thisfile.path ...
See More
Top
Con
No way to calculate folder size
See More
Top
Pro
File preview
Unlike other terminal file managers, Ranger can preview many files, including text files, archives, etc, but also pdf files, pictures and videos.
See More
Top
Con
Needs heavy configuration to setup
See More
Top
Pro
Bookmark system
Makes it easy to jump to any specific folder locations you work with.
See More
Top
Con
No built-in ability to navigate FTP/SSH
Most other GUI-based file managers provide easy bookmarking and browsing of multiple FTP & SSH locations using either keys or keychain stored user credentials. Ranger doesn't have this.
See More
Top
Pro
Easily used with SSH
See More
Top
Con
A great idea but not GUI friendly
May be difficult to get past the fact that it asked for commands dd and cc and the likes to cut and or paste. Arch-Linux normally prides itself on not over-complicating things. Too bad ... a great idea with the 3 Smart Columns, but why would anyone prefer to need to learn 30 commands in order to cut and paste or copy a file or folder, or to see/change permissions.
See More
Top
Pro
Image preview support
Ranger can use w3m to preview images in terminal through framebuffer.
See More
Top
Pro
Fast and responsive
This software is super fast and responsive in navigation.
See More
Top
Pro
Treeview and listview (equal viewports) possible
Supports any number of viewports on folders side by side.
See More
Top
Pro
PDF preview
This may fall under "File preview", but it is a very powerful feature for PDF files in particular.
See More
Hide
See All
Experiences
Get it
here
252
119
fman
All
14
Experiences
Pros
4
Cons
9
Specs
Top
Pro
Works on all operating systems
Windows, Mac, and Linux are supported.
See More
Top
Con
No (text) file viewer
See More
Top
Pro
Simple to use
See More
Top
Con
No explicit bookmark support for directories
It though remembers the visited directories and allows to search in this list in most-recently used order and by name.
See More
Top
Pro
Makes finding commands *by name* easy
See More
Top
Con
Mainly for key-board-orientated users
The interface is most naturally navigated by arrows and keystrokes. The target market is software developers.
See More
Top
Pro
Slick
See More
Top
Con
Has no menu bar
Hence it is not well suited for visually orientated users which find or remember commands by using a mouse and a menu. Even the fman's hero Sublime Text uses a menu bar.
See More
Top
Con
Requires email address to download
Doesn't say what it will do with this data. It is in contrast to the new laws in Europe where only necessary information is allowed to be collected. A download should not require an email address.
See More
Top
Con
Still quite buggy
So, for example, sorting only is remembered if triggered by command and not be clicking the table column header using the mouse.
See More
Top
Con
Settings can't be found by the GUI
You need to know which files to edit.
See More
Top
Con
Default dark theme
No choice between dull-dark or fresh-light.
See More
Top
Con
No portable bundle available
On Windows only a net-installer is available.
See More
Specs
Platforms:
Windows, Mac, Linux
Hide
See All
Experiences
€14
207
37
Worker
All
4
Experiences
Pros
4
Top
Pro
Innumerable button-click file ops are integrated
Rename files, move to other directories and extracting archives are of course a given...BUT THERE'S MORE! Convert media formats, make symlinks, CHMOD, change graphic formats, integrated GPG, filename UPPER/lowercase adjustments and more with just one button click!
See More
Top
Pro
Remote access
Worker supports access to remote machines through various ways (ssh, ftp, rsh, http and webdav).
See More
Top
Pro
Low system requirements
The system requirements for Worker are pretty low, making it a great option for lower-end machines. The reason why they are pretty low is because Worker is basically made of just X11 libraries.
See More
Top
Pro
Configuration GUI
Worker has a built-in configuration GUI.
See More
Hide
Get it
here
39
12
Vifm
All
9
Experiences
Pros
6
Cons
3
Top
Pro
Allows you to stay in the terminal
Since it runs in a terminal, it may live within ssh sessions, tmux/screen sessions, etc.
See More
Top
Con
Useless for non-vi users
Even to quit one has to use ":q".
See More
Top
Pro
Nice Themes for a terminal app
Vifm has a lot of good themes that you can easily grab from the main site and use with the :colorscheme command.
See More
Top
Con
Very high learning curve for newbies
See More
Top
Pro
Configurable
You can easily configure almost all aspects of vifm by just editing the dotfile which is pretty easy is you are comfortable with configuring apps.
See More
Top
Con
Can only be used in terminal
Vifm lacks a standalone GUI option.
See More
Top
Pro
Great integration with vim
The vifm.vim plugin allows you to use vifm as a powerful filepicker for vim.
See More
Top
Pro
Default key mappings will be comfortable to vim users
Vifm uses vim-esque key mappings. Makes for extremely efficient and---perhaps more importantly---intuitive interactions. The key mappings can be changed.
See More
Top
Pro
Dual pane
The dual pane nature of vifm makes copy paste and moving files from one folder to another super easy.
See More
Hide
See All
Experiences
Get it
here
50
18
Nemo
All
12
Experiences
Pros
9
Cons
3
Top
Pro
Elegant
The most stylish among all FMs.
See More
Top
Con
Changing the background color or font type for customization is not practical
You have to do it with finding and editing the relevant CSS files. No buttons, menus or sliders for such customization.
See More
Top
Pro
Extendable
Nemo can be extended to have additional features through third party plugins.
See More
Top
Con
Incomplete mimetypes
Like all nautilus forks it allows you to run svg-files due some incomplete mimetype coverage.
See More
Top
Pro
Easily open as root
Option to open folder as root from within the right click menu.
See More
Top
Con
Depends on GNOME
Depends on gnome toolkits an libraries.
See More
Top
Pro
Easily open file location in terminal
Option to open a folder in terminal, which can help executing commands such as bash.
See More
Top
Pro
Has dual pane functionality
This functionality was removed in Nautilus and Dolphin at least in Ubuntu-Gnome, but Nemo kept this option, making the obvious functionality of cut, copy and paste much easier.
See More
Top
Pro
Double pane and search by name capabilities
See More
Top
Pro
Supports bookmarking
You can bookmark folders that you open often, this way you can easily access them from anywhere while using Nemo.
See More
Top
Pro
Good networking options
Supports ftp, ssh and samba connections.
See More
Top
Pro
Queues file operations
See More
Hide
See All
Experiences
Get it
here
203
73
FreeCommander
All
17
Experiences
Pros
11
Cons
5
Specs
Top
Pro
2 Pane Layout
Makes normal file operations (like move & copy) easy.
See More
Top
Con
It's easy to delete important stuff by accident
When you want to delete something, it will often highlight both a file and its folder. The whole folder is then removed if you don't de-select the folder manually.
See More
Top
Pro
Quick Navigation
Commonly used folders can be added and accessed using the favorites list -- in addition, physical and network drives can be switched to with a single click.
See More
Top
Con
Only the 32-bit version is free
You have to make a donation to be able to download the 64-bit version.
See More
Top
Pro
Very powerful Multirename tool
See More
Top
Con
Cluttered and dated UI
The user interface has an outdated look, with a lot of button and menu options that can be overwhelming.
See More
Top
Pro
Has a portable version
Because it's portable, you can easily move the folder with all your files to other devices.
See More
Top
Con
Unable to replace default file explorer
See More
Top
Pro
Powerful search feature
FreeCommander provides a search functionality that allows you to filter out results.
See More
Top
Con
Buggy
Good facilities overall, but there's a bug that makes menus freeze and get stuck on the page.
See More
Top
Pro
Very powerful set of file copying options
FreeCommander has a very powerful set of file copying options.
See More
Top
Pro
Very usable and reliable Sync tool
See More
Top
Pro
Shows folder file size
In Details mode you can turn on Folder Data file size.
See More
Top
Pro
Keyboard shortcuts
Has a good set of keyboard shortcuts enabled by default
See More
Top
Pro
Interface highly customizable, native Dark Mode, stable, very accessible primary functionality, very frequent updates
Simple 1-click buttons to toggle views, enable or disable visual filter, etc. Very simple instant filtering. The folder syncing is as good as "GoodSync".
See More
Top
Pro
Excellent file manager with lots of hotkeys
Also file search, filter and multi file rename functionalities.
See More
Specs
Platforms:
Windows
License:
Freeware
Portable:
Yes
32 or 64 bit:
Both
Hide
See All
Experiences
Get it
here
108
45
SpaceFM
All
13
Experiences
Pros
9
Cons
4
Top
Pro
Incredibly customizable
Just right click on any menu or menu option (including the context menu itself) and you'll be allowed to customize it. This lets you add support or integration for features you find missing.
See More
Top
Con
Ugly
See More
Top
Pro
Minimal dependencies
It only needss gtk, udev, desktop-file-util and shared-mime-info which is available in most systems.
See More
Top
Con
Some operations are slow
Because it tries to be as lightweight as possible and tries to use very little RAM. This can unfortunately lead to it being slow sometimes.
See More
Top
Pro
Highly extensible
Functionalities can be extended by user scripts as plugins. Some scripts can also be downloaded from https://github.com/IgnorantGuru/spacefm-plugins/wiki. Plugins can be exported too.
See More
Top
Con
Not for everyone
See More
Top
Pro
Tab and panel support
SpaceFM supports up to 4 individually customizable panels as well as multi-tabbed file management.
See More
Top
Con
Ugly
See More
Top
Pro
No back seat driver
Does not obstruct professional work by engrossing root warnings.
See More
Top
Pro
Desktop management support
Can be used to set wallpaper and desktop icons with high configuration support.
See More
Top
Pro
Easily open folder as root
Can open different folders as root, this way you don't have to use the terminal to move around files for which you need root permission.
See More
Top
Pro
Gtk-2 and 3 support
Available in gtk2 and gtk3.
See More
Top
Pro
Intuitive and extendable through plug-ins
Great UI, easy to use and configure, several plug-ins available to make everyday tasks even easier.
See More
Hide
See All
Experiences
Get it
here
81
39
nnn
All
15
Experiences
Pros
13
Cons
1
Specs
Top
Pro
Superfast
See More
Top
Con
CLI, default interface very simplified (supports mouse)
See More
Top
Pro
Rich set of plugins
See More
Top
Pro
Extremely lightweight (120 kb)
See More
Top
Pro
Unique navigate-as-you-type mode
See More
Top
Pro
Awesome new features being added in every release
See More
Top
Pro
Minimal configuration with sane defaults
Default options and navigation is simple to grasp.
See More
Top
Pro
Has a great wiki
See More
Top
Pro
Sessions
Save and resume sessions.
See More
Top
Pro
Supports cd-on-quit
Allows for quick switching between nnn and the terminal.
See More
Top
Pro
Previews
The file manager has recently added support for preview hovered files using various methods.
See More
Top
Pro
Integrates with the desktop environment and opens files in the default applications
See More
Top
Pro
Reasonably well-documented
However, it requires some prior knowledge of inner workings of Linux and there are no tutorials (yet). NNN author is making up for this by actively responding to GitHub issues.
See More
Top
Pro
Customizable icons and colors
See More
Specs
Platforms:
Linux, macOS, Termux, Raspberry Pi
License:
BSD-2-Clause
Hide
See All
Experiences
Free
353
50
XYplorer
All
70
Experiences
Pros
55
Cons
14
Specs
Top
Pro
Extremely configurable
There are literally hundreds of ways you can customize this software. All the settings can be contained in a single configuration file, so you can easily create "profiles" as well.
See More
Top
Con
Not user frendly
You will spend more time managing the manager than getting work done, and even for basic customization you will suffer a great deal.
See More
Top
Pro
Lifetime license available
XYplorer probably has the best "bang for the buck". It surely has its cons but considering what one gets for a "small" one-time investment, probably no other comparable feature rich product offers a better license. The lifetime license ($63.95) includes all future updates for free, lets you install on any number of computers, and includes the portable version.
See More
Top
Con
Single-threaded
Doesn't do internal multitasking so often you sit there waiting and waiting and waiting for the window to come back.
See More
Top
Pro
Frequent and regular updates
Bugfixes and new features are released frequently. Additionally, XYplorer can automatically check for updates and has convenient download and update functionality built-in.
See More
Top
Con
May be unresponsive at times
When browsing large number of files and using advanced features like preview, the program may become unresponsive. However, it is fair to say that given enough search and preview options and considering file security, network file share performance, malware or anti-malware activity, it is reasonable to expect situations where long delays could occur with any file manager.
See More
Top
Pro
Very reliable
It's small and fast, has lots of features, and helps you get your work done faster.
See More
Top
Con
No FTP support
XY doesn't support FTP, SSH, FTPS, etc.
See More
Top
Pro
Numerous filtering, sorting, and highlighting methods for files
Create rules and configurations to quickly identify and locate specific types of file and display them in various ways.
See More
Top
Con
No working high-dpi support
XYplorer will not properly scale when working in a mixed configuration consisting of both Full-HD and high-dpi screens.
See More
Top
Pro
Dual pane
Manage files with two panes which can be arranged horizontally or vertically - and each can have multiple tabs to boot. You can also easily save and reload open tabs as tab sets.
See More
Top
Con
No themes
You can customize toolbars, but there are no themes available.
See More
Top
Pro
Scriptable
Uses a very flexible scripting language that you can do many things with it. After learning it, one can get many other tools replaced in favor of a single centralized, extremely customize-able command center, plus writing one own's personal routines to fully perform finely-tuned file management. However, doing basic things like stringing together common renaming and moving tasks takes very little knowledge. Scripting is easy for beginners, is supported by the developer and the community, yet can be incredibly deep and powerful.
See More
Top
Con
Status bar not customizable
Users cannot customize the status bar.
See More
Top
Pro
Custom toolbar buttons
With its powerful scripting ability and the easily accessible menu identifiers, creating customized commands and toolbar buttons provides yet even further levels of usability specific to your needs.
See More
Top
Con
No plugin support
See More
Top
Pro
Logs plenty of actions for undo/redo
Up to 256 actions are logged and can be looked up and undone later in case of a mistake. Undo/Redo works even across sessions (i.e. after closing and restarting the app).
See More
Top
Con
32-Bit
See More
Top
Pro
Custom columns
Create custom columns to display all kinds of info snippets or even interactive links and buttons.
See More
Top
Con
No support for Windows libraries
You can't access your libraries through this software.
See More
Top
Pro
The catalog: an all-purpose area that can be customized for all of your needs
An all-purpose area that you can customize for all your needs. It can be a list of favorite directories, run scripts, replace the directory tree, be a program launch pad, and so much more.
See More
Top
Con
Separate tree for each panel is missing
The possibility of having a separate tree for each of the 2 panels is lacking.
See More
Top
Pro
Easy to use
XYPlorer, in spite of its complexity and completeness, is very easy to use. Features are obvious. And where they're not obvious they can be discovered easily. An example is the ease of "Jump to Setting" which helps you effortlessly find which of many settings you're looking for.
See More
Top
Con
Poor touchscreen support
While an option exists to scale up icon sizes to improve touchscreen support, the program does not pan and scroll intuitively.
See More
Top
Pro
Extensive metadata
Mark files with colored labels, tags, comments, as well as multiple columns with user-defined metadata for everything from ratings, urls, and whatnot.
See More
Top
Con
Cannot display files as grouped
Especially in thumbs view it would at times be nice to be able to group the files in the display. Sometimes it might also be nice in others views as well. XY is only able to sort the files in the display but not able to group, though it does support arbitrary sort order and advanced link types.
See More
Top
Pro
Customizable keyboard shortcuts
XYplorer is great for heavy keyboard users. Its many keyboard shortcuts are also fully configurable. Additionally, XYplorer offers multiple ways to navigate to file system using only a handful of keys. That said, one can do things with a mouse like press an icon in a custom column to run a script on the corresponding file or folder. Mousers are happy too.
See More
Top
Con
The free version has been discontinued
Although it has just been discontinued as of 10th January 2017, it is still available for download at here.
See More
Top
Pro
Portable file extensions
Associate file types with other portable applications on your USB stick.
See More
Top
Pro
Developer is active in the forum as well
While other competitors only offer a "community" forum where the developers are absent, in XY's forum the developer answers questions personally, quickly, and consistenly.
See More
Top
Pro
Quick audio preview
Can listen to audio files very easily with a single mouse click on the file icon. This includes FLAC support.
See More
Top
Pro
Thumbnail viewing for images is both fast and customizable
If you're a photographer, wannabe photographer, or you just take a lot of photos, XYplorer is a great file manager for working with images. Combined with the Mouse Down Blow Up (MDBU) feature, previewing photos is very easy.
See More
Top
Pro
Portable
It doesn't require you to install it on your computer, allowing you to run it directly from a disk or from an USB flashdrive.
See More
Top
Pro
Easy to organize lots of files at once
Known as Branch View in XYPlorer. Select a folder or multiple folders and select Branch View to get a flat file view of the selected folder/s with files only, folders only or both. Alternatively, select Branch View to get a flat view of the current folder. Results can then be filtered, sorted, organised, moved, copied, renamed etc accordingly. Extremely useful if you have a lot of files to organise.
See More
Top
Pro
Folder sizes shown
Folder sizes and amount of files within the folders can be shown. This is very useful when trying to work out where the HDD space has gone.
See More
Top
Pro
Search and virtual folders
Its search ability and functions combined with a multitude of file actions and the ease of creating virtual folders is a major time saver.
See More
Top
Pro
Custom file and folder icons
Add a custom icon to a set of files or folders based on file type, location, name (or part of name) for example: all files named XYplorer to have 'icon x' or all folders that contain the word XYplorer in the name to have 'icon y', size, date, name length, path etc. You can customize an infinite number of icons for an infinite number of files and/folders or even just a single one based on what ever combination you want. No extra files are created like with other programs that place an icon in each directory. The customized icons are stored within the "Icons" folder of the XYPlorer directory while the list of customized file/folder patterns as well as which particular icon to point to are stored within XYplorer .ini file. It's set and forget as all file/folder icon associations are applied globally. Meaning that all new files or folders that match your predefined pattern or instruction if you like will automatically be displayed with your chosen icon. Customized icons are also very very flexible. It's so easy to add, remove, change and fine tune your settings to your liking. To turn the customized icons on or off is simply a matter of pressing the handy toggle button. Further flexibility comes with the ability to turn on or off individual custom icons with a simple tick box. It is a bit of a learning curve to get the pattern (instruction to select certain files/folders to be associated with a particular icon) just right. But as results are immediately visible, it makes it easy to adjust accordingly to exactly what you want. There are some examples of these patterns included within the "Customize File Icons" UI or settings box to get you started by selecting the "I" button. A more extensive list is available in the XYPlorer help file. Once you get the hang of it though, the same patterns can be applied to other customizations in XYPlorer for example color filters or Ghost filters.
See More
Top
Pro
User interface is extremely customizable
XYplorer's user interface can be customized in almost every conceivable manner, from size and placement of various frame elements, to fonts, colors, toolbar buttons, if you can think it, you can probably do it.
See More
Top
Pro
Separate 32 and 64-bit context menus
This is very useful for accessing some context handlers or when using the portable version across several systems.
See More
Top
Pro
Long path names supported brilliantly
Windows File Explorer, over time, will eventually allow you to create path lengths, usually accidentally, that are "very long" (ie too many characters based on Windows standards). And then, out of nowhere, you no longer have full functionality available to the directories and files in that long path. eg: you won't be able to open a file, or rename it, or copy it, or delete it, etc. In order to regain full functionality available to the files/ directories in that "long path", you have to go and manually shorten the "long path" length by deleting characters in filenames, directory names, etc, In other words, Microsoft will "allow" you to break the rules (.. ie in most cases without warning ), but then won't support the broken rules. This is where XYPlorer is super useful -- especially when you move big chunks of data from A to B -- you no longer have to care about long path name issues.
See More
Top
Pro
Per-user license
Just one license covers all of your computers.
See More
Top
Pro
Extremely versatile renaming
Renaming can also be combined extremely easily in basic scripts for chaining and combining the strengths of the different types of renaming available. Can also rename based on metadata.You don't really need to "learn scripting" to chain a bunch of renaming commands. Multiscripts can even give you a menu of your chained renames - with nested menus if desired. It takes very little knowledge to be able to do this. One can even run such a script by drag and drop.
See More
Top
Pro
Faster than Windows Explorer ever thought of being
This is faster than Windows Explorer when combined this with TeraCopy. Currently, it is present in the right-click menu, but you can drag and drop it to copy with Windows File Explorer.
See More
Top
Pro
Community support
Extensive and active support forum with unusually quick, thorough, and friendly assistance.
See More
Top
Pro
Branch view
Can show all files in a folder and all of its subfolders at once.
See More
Top
Pro
Can replace Windows Explorer
So that folders are automatically opened in a new tab of XYplorer rather than on Windows Explorer when called from other softwares.
See More
Top
Pro
Asynchronous copy and move operations
It's possible to queue copy and move operations so that multiple large copy/move operations don't interfere with each other (disk thrashing) and you can continue working with the program.
See More
Top
Pro
Can use system, XY's custom copy routines, Fast Copy, and Teracopy interchangably without scripting
Can save any set of command-line options with a friendly label. Switching is as easy as right-clicking on a button.
See More
Top
Pro
Preview files
From documents to audio and video. All files can be previewed from within the program and without the need to open other software packages. This is a very useful feature when working with multiple files.
See More
Top
Pro
Supports correction of illegal file and folder names
Easily rename a folder to make it legal. Search for dangerous unicode characters. Rename all files to ASCII if you wish.
See More
Top
Pro
Clean, uncluttered interface
Clean and uncluttered interface, easy to concentrate on the files and folders that you need.
See More
Top
Pro
Let's you select files by typing any word in the current directory
In windows file explorer when you want to select a file of the current directory, you have to type exactly the same name from the start of the file. In xyplorer you can type just part of it. Ex: filename "resume_work" With xyplorer you could just type work and it would show the file being marked (this is configurable).
See More
Top
Pro
Dark mode
Latest beta-release introduces the "dark mode" that we already know from other software. It's auto-computed based on the current colour-settings and has 51 shades of darkness. Can be activated with a simple checkbox, no further tweaking required!
See More
Top
Pro
Has more features than any other file manager
None of the managers, including Opus, Speed commander, Total commander, F man, Xplorer2, Tabbles, etc., but none of them can compare with it in easy usage, features or customization. The author updates it very frequently and has added many users requests.
See More
Top
Pro
FLAC as well as MP3 Support for Metadata and Previews
Most are MP3 only.
See More
Top
Pro
HoverBox
A no-click preview to quickly see folder contents, pictures, videos, pdf, office files, archives (zip, rar...)...
See More
Top
Pro
Option to disable lazy drag-and-dropping
A good practice to improve your workflow and eliminate accidental unwanted file movings to places! Brilliant!
See More
Top
Pro
Exhaustive list of previewable archive formats
Works with help of 7zip, even a portable install works.
See More
Top
Pro
Huge feature list, something for everyone.
The extensive feature list will give you plenty to work with.
See More
Top
Pro
Safety belts
Configurable options to prevent accidental file movements or deletions.
See More
Top
Pro
Nuke button
Files and folders can be "nuked" without needing to go through the recycle bin.
See More
Top
Pro
Ability to identify text files containing any range of extended characters
For example in the find files dialog, you can specify *.srt and contchar:>127 to find all subrip files that contain extended characters.
See More
Top
Pro
Communication with the programmer
You can reach the programmer very quickly and request new features.
See More
Top
Pro
Easy to copy file names and directories
Right from the context menu, you can copy file names, paths or full file path names. Really handy.
See More
Top
Pro
Easy/extensive file renaming
Easily renames one (or many) files right from the context menu. It supports search and replace, batch, regex, changing extension, copy/paste a while list of filenames, spaces to unscore (and vice versa), changing capitalization, and so much more. Also, the "Preview" feature makes it easy to verify changes before applying them. Fantastic!
See More
Top
Pro
File tabs
Extensive support for file tabs. You can rename and lock them too. Even further, you can quickly switch from one tab view to another. You can have sets of tabs for every project you work on. It really speeds up your workflow!
See More
Top
Pro
Responsive support
See More
Top
Pro
Fast and powerful search
Searching is extremely fast and thorough - no matter if you're looking for items by name, attribute, content, or trying to find duplicates (either with a selected hash or byte-to-byte). It allows you to search within your files, looking for specific terms, including wildcards and regular expressions. It also supports regular expressions and filter/sort your search results by file size, file modification date, etc. Can save complicated, often-used searches easily as "Search Templates" to reuse, tweak, or use in a script. Can set to instantly narrow a list as you type, or highlight if you prefer, with multiple options such as "Prefer Beginning of Column" or use currently sorted column. Supports Standard wildcards, Boolean, and Regex.
See More
Top
Pro
"Mouse Down Blow Up" feature
Mouse Down Blow Up is a quick file preview that pops up when you mouse-down on the icon or thumbnail of a file, and disappears on mouse-up.
See More
Specs
Platforms:
Windows
License:
Per User
Portable:
Yes
32 or 64 bit:
64
See All Specs
Hide
See All
Experiences
$34.95+
665
114
WCM Commander
All
4
Experiences
Pros
3
Cons
1
Top
Pro
Built-in terminal
Has a built-in terminal from which users can run any kind of command.
See More
Top
Con
File editing on virtual file systems not supported
You cannot edit files in the virtual file system.
See More
Top
Pro
Virtual file system
WCM Commander has a virtual file system for smb, ftp and sftp.
See More
Top
Pro
Built-in editor
WCM Commander has a built-in text editor with syntax highlighting included.
See More
Hide
Get it
here
9
3
Far Manager
All
18
Experiences
Pros
11
Cons
6
Specs
Top
Pro
Keyboard-oriented
Far Manager's interface encourages keyboard operation - all actions are easily accessible with keyboard shortcuts, you can quickly record macros for any repeatable action, there are no screen redraws if it is not necessary and that makes everything faster.
See More
Top
Con
Blocking operations
Operations such as copy, move, delete, etc are blocking, and you have to wait for them to complete before you can continue. Though you can cancel the operation with the escape key.
See More
Top
Pro
Open source
Released under BSD license.
See More
Top
Con
Only for Windows
See More
Top
Pro
Two-panel interface
See More
Top
Con
Always uses monospace font
Which makes long file names look extremely wide
See More
Top
Pro
Many plugins
There are may of them, and you can write them in any languages, including Python.
See More
Top
Con
Does not support scrolling with mouse
With plugin
See More
Top
Pro
Editor with syntax highlighting
Every Far feature is also true for its editor. You can setup an external editor if you like, but the included editor works really well and features syntax highlighting.
See More
Top
Con
Text-based interface
Far Manager does not use a GUI like most windows applications nowadays. This may prove difficult to use for people who are not familiar with text-based user interfaces.
See More
Top
Pro
Easily recorded macros
Hit "Ctrl-." and start recording your boring sequence. Hit "Ctrl-." again to assign it a key. You can use Lua if you need more advanced macros.
See More
Top
Con
Folder shortcuts not available in Alt+F1/F2 menus
See More
Top
Pro
Numeric sorting option
E.g. readme-9.txt before readme-10.txt
See More
Top
Pro
Extremely fast
See More
Top
Pro
Offline context help
Just press F1 when you need it. No internet connection or browser is required.
See More
Top
Pro
Themeable
Fully themeable, allowing you to change the colors of every part of the interface.
See More
Top
Pro
Scrippting support via LUA
See More
Specs
Platforms:
Windows
32 or 64 bit:
Both
Integrated Shell:
Yes
Hide
See All
Experiences
Free
98
25
Q-Dir (the Quad Explorer)
All
14
Experiences
Pros
9
Cons
4
Specs
Top
Pro
Highly manageable multiple windows
Every window can be separately customized. You can choose between different views from 1 to 4 windows, and every window can have multiple tabs!
See More
Top
Con
Sometimes may have bugs
See More
Top
Pro
You can view 4 windows simultaneously
See More
Top
Con
Needs modern UI design
See More
Top
Pro
You can use tabs in every window
See More
Top
Con
No search
See More
Top
Pro
Portable
See More
Top
Con
Does not work with Quicklook
See More
Top
Pro
Free
See More
Top
Pro
Does not use a lot of RAM
Q-dir with 4 windows and with 4 tabs in every window uses only 39mb of RAM on Win10x64.
See More
Top
Pro
Fast and stable
See More
Top
Pro
Very customizable
See More
Top
Pro
Q-Dir allows you to save folder combinations as a favourite to open any time
Up to 64 folder combinations can be saved in a favorite, since each of the four windows is equipped with tabs (ie 4 x 16 tabs 4 x Tree View plus 4 x Address Bar).
See More
Specs
Platforms:
Windows
Hide
See All
Experiences
Free
134
36
Directory Opus
All
55
Experiences
Pros
42
Cons
12
Specs
Top
Pro
Customizable UI
Allows customizing toolbars and keyboard hotkeys. Has a full scripting interface that allows in-depth customization options.
See More
Top
Con
Expensive
Compared to the other options, Directory Opus is quite expensive. Prices are $35 for the Lite version and $64 for Pro (price changes based on the AUD to US exchange rate). Upgrading from light to pro costs about $30.
See More
Top
Pro
Can be set to replace Windows Explorer
Unique Explorer Replacement mode provides a full replacement for Windows Explorer.
See More
Top
Con
Portability costs more
On top of an already expensive license, users must purchase a separate Export License to create a portable version.
See More
Top
Pro
Batch-options
Allows batch renaming, viewing and editing file metadata.
See More
Top
Con
Can be intimidating to novice/inexperienced users
While the program is ULTRA-customizable, this can be a double-edged sword to anyone that is overwhelmed easily or not willing/able to learn the inner workings of DOpus.
See More
Top
Pro
Allows color-coding and assigning star ratings to files and folders
This is done with Directory Opus' inbuilt label and its Status system.
See More
Top
Con
Only available for Windows
See More
Top
Pro
FTP support
Supports SFTP (Secure FTP via SSH, port 22) Also supports FTP via SSL (port 990) and FTP via with TLS. Caution: FTP is a paid additive to the product although in relative terms it's not too expensive (around $12).
See More
Top
Con
Restrictive license
Product is licensed on a "per-machine basis" requiring purchasing multiple expensive licenses to cover a single user with multiple machines. However, if you have time and luck, you can write to the DO sales department and they can produce another license for you to use personally on another machine you own.
See More
Top
Pro
Supports different archive formats
Supports archive formats like Zip, 7Zip and RAR.
See More
Top
Con
Limited to only two views
You are only able to have two concurrent views at a time. It does help, that you are able to have both the metadata-pane and the viewer-pane open whilst using Dopus in dual-view mode.
See More
Top
Pro
Tools for synchronizing files and finding duplicates
Can easily synchronize files and helps the user in finding and deleting duplicates.
See More
Top
Con
Limited support for Touch / Tablet mode
Your file manager + Start Menu are the main way to launch programs/documents... When using Touch Mode, the Surface running Opus would be far more usable if some attention was paid to this use case.
See More
Top
Pro
Customizable status bar
Directory Opus allows users to customize the status bar to display helpful information based on several different factors, including file counts, types, disk space, and others. The status bar can also be customized separately for dual displays.
See More
Top
Con
Complicated if one pursues mastery on the most advanced features
Takes a long time to become efficient with it. Mastering all the features can be rather exhausting.
See More
Top
Pro
Available for different architectures
Available in both 32 and 64 bit versions.
See More
Top
Con
No good support for right-sided tree
The only way to get a right sided tree is to display both panes in horizontal layout and then switch the first (upper) tree off. Which leaves you with 2 horizontal panes and one tree on the right. There is no other way (neither with 2 vertical nor with 1 pane) to have a tree on the right side. And since this layout setting is rather the step-child of the developers, it also is a bit buggy and not of top priority as far as fixing any issues with it.
See More
Top
Pro
Tabs
Directory Opus has tabs for each view, which are customizable in size, appearance, functionality, etc.
See More
Top
Con
Large file sizes
The installer weighs in at 50MB and the app directory is over 95MB.
See More
Top
Pro
Customized filters
Directory Opus allows users to create custom filters that can be saved and recalled as needed.
See More
Top
Con
No native/good support for restoring multiple search paths for the find files tool
Although all other options of the find files tool are very good, there simply is no easy way of regularly using the same multiple search paths. For using only one search path, one can simply navigate to that path and activate the automatic path-use-button in the tool or choose one path from the previous paths drop-down, but that only works for one path. It can get cumbersome if one wants to restore multiple search paths at once. One must basically write his own script to do that. This is surprisingly annoying that such a basic and needed functionality is not natively supported (built-in) by such a generally powerful program.
See More
Top
Pro
Extended scripting API
The scripting capabilities of DirectoryOpus extend from version to version. You can do a whole lot of unheard stuff with that. Custom columns, custom commands, handling events etc. just to name a few things. It even has a GUI editor to allow for custom interfaces for your file management and scripting tasks. Even though mastering it is not easy in the beginning, it's worth it in the long run.
See More
Top
Con
Erroneous Con
Con has been deleted, as it stated untruthful information.
See More
Top
Pro
Very powerful and easy to use batch rename dialog/feature
From powerful RegEx renaming to batch macro renaming, Directory Opus can compete with any third party renaming tool.
See More
Top
Pro
Integrates seamlessly as a launcher for other programs
You can launch via a toolbar button or user definable custom context menu items.
See More
Top
Pro
Easy to sort photos
Image marking adds the images you select to a different file, making it easy to sort through a large number of them.
See More
Top
Pro
Customizable and downloadable themes
The Directory Opus community has created everything from dark themes to themes emulating other applications.
See More
Top
Pro
Standard and customized layouts/styles
Directory Opus includes 8 standard layouts, including Commander, Dual Horizontal, Dual Vertical, Explorer, Filmstrip, Images, Metadata and Single. In addition, users can create and save their own layouts to suit specific needs and file processes.
See More
Top
Pro
Backup and restore configuration
Directory Opus includes a comprehensive configuration backup and restore feature. Users can backup their customized configuration at any time and restore a previous configuration as needed.
See More
Top
Pro
Powerful image viewer
Directory Opus includes a powerful independent image viewer with configurable toolbar, menus and hotkeys.
See More
Top
Pro
Manual sorting
Directory Opus allows users to sort files as they want in manual sorting mode.
See More
Top
Pro
Single or dual independent trees
Directory Opus allows the user to use a single tree or dual independent trees with the dual file display.
See More
Top
Pro
Relative size and date graphs
Directory Opus has an option to include relative size and date graphs. These can be displayed independently, in their own columns, or nested behind the size and date columns respectively. They can also be toggled on and off with a simple button as needed.
See More
Top
Pro
Double-click on desktop to open a new file browser window
See More
Top
Pro
File Status Symbols
Directory Opus offers an extension of standard color labeling in the form of status graphics that can be shown as an additional column in the file display. Standard graphics include "Checked" and "Flagged." Users can also create and use customized status labels.
See More
Top
Pro
Supports high-DPI monitors
Directory Opus supports both 4K and 5K monitors.
See More
Top
Pro
Integrated image conversion
Directory Opus includes integrated image conversion functionality, allowing users to convert images to different formats, rotate and flip images, and resize images. Functionality can be used on a single image or large batch of images.
See More
Top
Pro
Extensive column availability
Directory Opus includes over 150 standard columns in various groups, ranging from "Name and Path" to "Metadata." In addition, users can create custom columns using a script.
See More
Top
Pro
Stable & reliable when dealing with huge (100k+) file sets
This applies to both local and network drives.
See More
Top
Pro
Vertical folder tabs
Directory Opus users can use vertical tabs instead of horizontal tabs, if desired.
See More
Top
Pro
Works with Everything
Directory Opus works with the Everything search program. A custom-built script allows users to conduct searches and view results within the Directory Opus file display.
See More
Top
Pro
Powerful, expandable viewer
The viewer in Directory Opus supports a huge array of file extensions (more can be added as plugins). It is even able to show webpages in the viewer, when you select .url or .html files.
See More
Top
Pro
Good customer support
The customer support is very good.
See More
Top
Pro
Works with Listary
Directory Opus has native support for Listary, allowing users to move even more quickly between directories and perform searches.
See More
Top
Pro
Integrated dialog editor
Lets you write scripts that have their own user interface with buttons, lists, checkboxes, text fields, etc.
See More
Top
Pro
Searchable preferences
Directory Opus offers thousands of user preferences. To help users find the preference they want, Directory Opus offers a search function within the Preferences dialog that identifies and highlights specific preferences associated with the user's search term.
See More
Top
Pro
Supports TeraCopy
Directory Opus supports TeraCopy.
See More
Top
Pro
Flickr support
Directory Opus is able to sync your photos with Flickr. You can customize which file collections to sync, and the save location for each file collection
See More
Top
Pro
WSL (Windows Subsystem for Linux Support)
Script functions can be written in WSL Script, DOS Batch Mode, VBScript, JScript or directly calling Opus or External applications. /mnt/c paths understood by path fields. WSL mode in Find As You Type (FAYT). Copy path names in WSL format or Windows format.
See More
Top
Pro
It prevents you from making gross deletion mistakes
Since it makes your folder structure rather transparent and allows to easy checks through dual tabbed layout, it helps you to not delete files wrongly.
See More
Top
Pro
World's best customer support
More often than not, developers reply within minutes (even seconds) on their great forum. Never seen anything like it before.
See More
Top
Pro
Audio preview
Ways for sound designers to play and stop audio files for fast previewing.
See More
Top
Pro
Gets updated often
Directory Opus gets updates all the time -- fixes, significant improvements and often new features are released multiple times a month. Improvement and feature requests by users are taken in consideration and you can often find your bug report resolved or improvement request fulfilled in one of the beta versions that follow soon.
See More
Specs
Platforms:
Windows
License:
Per-Machine (plus personal laptop)
Portable:
No
32 or 64 bit:
Both
See All Specs
Hide
See All
Experiences
$89 AUD
374
89
Total Commander
All
25
Experiences
Pros
19
Cons
5
Specs
Top
Pro
Plugins
Supports plugins for compression, file system, and file types.
See More
Top
Con
Cannot display background colors for file names
While it can display different colors (even based on filters) for the text color of those file names, but not for the background color.
See More
Top
Pro
Can replace a lot of utility tools
There are a lot of built-in utility tools and plug-ins. There's multi-file renamer, verify file checksum to ensure download content integrity, sync directory tool, etc.
See More
Top
Con
Very slow on loading network shares
See More
Top
Pro
Life-time license
Once purchased you can use it as long as you like and never have to pay again.
See More
Top
Con
Proprietary
Total Commander offers a free 30-day trial, after which the cost of the program is $44.
See More
Top
Pro
Layout increases productivity
The dual-pane layout makes normal file operations (like move & copy) easy.
See More
Top
Con
Classic Interface
See More
Top
Pro
Useful multiple advanced options
Show hidden files, show differences between directories, FTP connections, coding and decoding (MIME, l).
See More
Top
Con
Need to spend a lot of time for custom configuration
Need to spend a lot of time for custom configuration, many features of the steps are very cumbersome to reduce operating speed.
See More
Top
Pro
Very customizable
Total Commander is extremely flexible, with plenty of customizable options such as changing the color scheme, customizing menus, and editing shortcuts.
See More
Top
Pro
Works even when Windows is very unstable
See More
Top
Pro
Productive
Even if you have not learned the keys from DOS NortonCommander, learning them now will make you more productive when dealing with files.
See More
Top
Pro
Powerful file search
The file search has many features, like using regular expressions to find the file names or even inside the content of the files. It can filter by file size, date and others, or even find duplicate files.
See More
Top
Pro
Compare files and show differences
Can compare and show text file differences (diff) line-by-line, even character-by-character. Very useful for programmers. Can compare binary files, telling if files have the same content or not.
See More
Top
Pro
Batch-rename files and folders
Sometimes you want to rename a bunch of files for some reason. Eg: file1-useless info blah blah.mp8 file2-useless info blah blah.mp8 file3-useless info blah blah.mp8 file4-useless info blah blah.mp8 file5-useless info blah blah.mp8 At once you can remove the "-useless info blah blah" in all file names. Or you could change the "file" to "my_super_file" to all at once. The possibilities are endless.
See More
Top
Pro
Saves time
See More
Top
Pro
Cloud plugin
See More
Top
Pro
Customizable tabs
Allows renaming tabs and setting maximum tab text length, which is very convenient. You can also lock tabs in two modes: a) change dir not allowed and b) change dir allowed (but it would return to the original path once you browse another tab). It doesn't allow assigning different colors to each tab, though.
See More
Top
Pro
On copy/move it can both avoid overwrite the destination file AND losing the copied file at the same time
Sometimes you need to copy/move a bunch of files to a folder that already has files. During the copy when Total Commander encounter files in the destination folder that has the same name of the copied files, it allows you to choose auto-rename the copied files or the destination files. It's beautiful.
See More
Top
Pro
Convenient
See More
Top
Pro
Free
See More
Top
Pro
Easy for language translation
See More
Top
Pro
Forget about the mouse
The total commander is convenient to use both with the mouse and exclusively using the keyboard. But using only the keyboard gives it a big increase in the speed of work because you do not aim at your mouse. You need some time to get used to it, but it's really worth it.
See More
Specs
Platforms:
Android
Hide
See All
Experiences
FREE / €37
268
78
Dolphin
All
17
Experiences
Pros
11
Cons
6
Top
Pro
Immenseley configurable
As with any KDE app, Dolphin, allows adding or modifying toolbar buttons and keyboard shortcuts.
See More
Top
Con
May be a little slow on startup
Dolphin can be a little slow on startup (depending on distro, hardware etc...). Startup time can vary from a couple of seconds to up to a minute.
See More
Top
Pro
Can split views
Dolphin supports splitting the view in two navigational areas, this way you can navigate two different directories at the same time.
See More
Top
Con
Can hang on remote file systems
It doesn't cope well with remote file system nicely like sshfs or any samba, like when network is not responding/very slow. It just hangs.
See More
Top
Pro
Integrated terminal
Pressing F4 with any opened folder on a mounted path opens a console within dolphin.
See More
Top
Con
"Type" column too verbose
Despite having a large enough monitor, if you keep the size of the browser window small, the "Type" column (in "Details" view mode) insists on including the complete multipart MIME string, making the column so wide that trying to limit its width makes the column useless. Sorting by "Type" renders the list into an incomprehensible mess.
See More
Top
Pro
Also has a refresh option
Dolphin is without a doubt the best fully functional and easy to use and multitask with. Dolphin also has a refresh button which no other File manager has. It's great for tracking a large files transfer; that's what file managers are for - good common sense.
See More
Top
Con
Poor optimization on later versions
See More
Top
Pro
Easy to extend with plugins
Dolphin follows KDE's philosophy of being extendable and configurable. It can easily be configured and customized through plugins.
See More
Top
Con
Too simple
Feels weird on KDE because it has less customizing options Konqueror and any other KDE app have.
See More
Top
Pro
Auto mounts flash drives
Dolphin automatically identifies and mounts external flash drives.
See More
Top
Con
Can't perform ROOT actions
Developers set a constraint in Dolphin that deny Dolphin to run with root permissions. Hence, if you want to perform an action that require root permissions, such as rename a file in /etc/ folder, you are forced to use terminal or switch to another file manager.
See More
Top
Pro
Fast at opening graphics folders
Pictures with or without previews is optional and selectable at the touch of a button.
See More
Top
Pro
Does not use third party libraries
Unlike all those GTK-based file managers it does not have to rely on external written software for its functionality because KF5 is KDE SOftware and developed alongside.
See More
Top
Pro
Keeps its state
It starts with last opened folders.
See More
Top
Pro
Fully supports HiDPI
Supports HiDPI displays.
See More
Top
Pro
Automatically centers items
In icons view mode, the space between files gets stretched so that there is never and annoying empty space at the right side of the window.
See More
Hide
See All
Experiences
Get it
here
369
132
Multi Commander
All
14
Experiences
Pros
10
Cons
3
Specs
Top
Con
Slow Right Click Response
See More
Top
Pro
Separate tree for each panel
See More
Top
Con
Settings are a bit complicated
See More
Top
Pro
Both 32 bit and 64 bit versions available
See More
Top
Con
Tree cannot be displayed on the right side
See More
Top
Pro
Free
See More
Top
Pro
File coloring based on filters
Including optional background coloring. Limitation of this pro: text and background color cannot be taken from 2 different filters and thus combined but on the positive side: it provides coloring profiles, which can be switched (supposedly easily).
See More
Top
Pro
Full of features
A hundred different options: multi-rename, convert line break of files (CR, LF, CRLF), double panel, folder tree, tabbed interface, colourized tabs, etc.
See More
Top
Pro
Portable version available
See More
Top
Pro
Heavily customizable
Besides many customizable on-board options and features, one can also write his/her own scripts and even full plug-ins.
See More
Top
Pro
Written in C++
The program launches fast.
See More
Top
Pro
Support for FTP, Registry, and OneDrive
See More
Top
Pro
Powerful scripting system
You can easily write powerful scripts even without knowledge of programming.
See More
Specs
Platforms:
Windows
32 or 64 bit:
both
Windows Requirements:
Windows 10 / 8.x / 7 / Vista / 2003 / XP / Server 2012 (R2) / Server 2008 (R2)
Hide
See All
Experiences
free
164
67
Disk Order
All
4
Experiences
Pros
3
Cons
1
Top
Con
No move across Window function
See More
Top
Pro
FTP/SFTP support
Can be used to connect to a server over FTP/SFTP.
See More
Top
Pro
Built-in viewer
Disk Order has a built-in viewer for html, rtf, mov, mp3, jpg, gif, tiff and many other file formats.
See More
Top
Pro
Versatile dual-pane interface
Disk Order is split in two side-by-side panes each of which can have tabs with different views. Great for easily managing files.
See More
Hide
Get it
here
22
12
Built By the Slant team
Find the best product instantly.
4.7 star rating
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now - it's free
{}
undefined
url next
price drop