A simple cross-platform file explorer with searching, sorting, file creation and renaming.
Uses my own GUI library built with SFML.
Download a .zip in releases, run the .exe in the bin folder.
git clone https://github.com/Soawii/File-Explorer.gitcd File-Explorer
mkdir build
cd build
cmake .. Open and build the generated .sln file with Release/Debug mode enabled.
make cd build/FileExplorer/bin/And run the .exe
cd FileExplorer/bin/
./FileExplorer 