Fork me

CPP File Explorer

A fast GUI based file explorer

Download this project as a .zip file

Features of CPP File Explorer

  1. Remembers current bookmarks, last opened location.

  2. Creating new files/folders.

  3. Navigating to a specified direcotry by clicking or entering path.

  4. Opening files folders.

  5. Opening terminal at a specified folder.

  6. Cut/Copy Paste functionality.

  7. Properties of files/folder.

Dependency:

  1. GTKMM(Link)

  2. C++17

To run CPP File Explorer

Clone this repository and change directory to the cloned folder. Then:

  1. After you are in the main folder of the repository type:

    make
  2. If you have all the required dependency you should have the executible then type:

    ./fileexplorer

Some screenshots

File explorer opened at a random location.

File explorer showing properties of an item.

File explorer showing about dialogue.