An open API service indexing awesome lists of open source software.

https://github.com/hanilr/file-explorer

Terminal file explorer - Written in C++
https://github.com/hanilr/file-explorer

cpp file-explorer terminal-ui

Last synced: over 1 year ago
JSON representation

Terminal file explorer - Written in C++

Awesome Lists containing this project

README

          

# FILE EXPLORER
#### Simple terminal file explorer written in C++

* [About The Project](#about-the-project)
* [Build](#build)

# ABOUT THE PROJECT

I was thinking about C++ language and I realized I don't have an experience about this language. (Without management-system) And then I thought about this project because I really don't know what is difference about operating systems. (About cross platform and OS special libraries) So I made a cross platform project. If you see an issue about this project please leave an issue to github.com/hanilr/file-explorer/issues

## Images
The project has been tested in windows OS. So I didn't test in linux or macOS. And I took images from windows OS.

![main](https://user-images.githubusercontent.com/77579421/143781030-20f5c346-1360-48a4-baa3-b4744f57a939.png)

![command-line](https://user-images.githubusercontent.com/77579421/143781032-3f5eba87-8c82-4471-90fd-81df4803c8db.png)

![create-file](https://user-images.githubusercontent.com/77579421/143781035-559cce88-9449-43bb-a687-ba9fe3b24e84.png)

![write-file](https://user-images.githubusercontent.com/77579421/143781039-2fcc8b21-dc5c-4781-bfab-f386bba7a9a9.png)

![read-file](https://user-images.githubusercontent.com/77579421/143781044-3309d0f1-237c-4836-b851-8549f59b3060.png)

# BUILD
### Before you build the project you have to install gcc for g++ and make.
All you need to do is get in project folder and type ` make ` then you will build the project.