CppExplorer is a file explorer written in C++ using the Qt framework. It has many of the features you would expect in a file explorer. Currently, all features only work on Linux. It does build and run on Windows, but several features do not work. The build system is CMake. Just run CMake and run make.
- Tabs (If you are a Linux or Mac user, you will know how great these are)
- Theme icon support (pulls from the current theme)
- Icon by mimetype (pulls from theme)
- Button and text address bars
- History support (used with the back button)
- Full cut/copy/paste support, across tabs and with multiple files
- Trash support (move to trash and restore from trash)
- Application chooser for files (based on mimetype)
- Keyboard shortcuts
- Places sidebar
- Drive list (harddrive, usb drive, cd, etc)
- Background refresh