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++
- Host: GitHub
- URL: https://github.com/hanilr/file-explorer
- Owner: hanilr
- License: mit
- Created: 2021-11-28T16:53:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T18:38:52.000Z (over 4 years ago)
- Last Synced: 2024-07-21T17:57:57.401Z (almost 2 years ago)
- Topics: cpp, file-explorer, terminal-ui
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.





# 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.