Skip to content

Soawii/File-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Explorer

A simple cross-platform file explorer with searching, sorting, file creation and renaming.

Uses my own GUI library built with SFML.

Example

Download

Download a .zip in releases, run the .exe in the bin folder.

Build

1. Clone the repository

git clone https://github.com/Soawii/File-Explorer.git

2. Go into the repository folder and build using cmake

cd File-Explorer  
mkdir build  
cd build  
cmake ..  

3. Build the solution

Windows:

Open and build the generated .sln file with Release/Debug mode enabled.

Linux:

make  

4. Run the resulting file

Windows:

cd build/FileExplorer/bin/

And run the .exe

Linux:

cd FileExplorer/bin/
./FileExplorer  

About

A simple cross-platform file explorer

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors