https://github.com/zeroniki/chad-filemanager
Simple File manager in C++
https://github.com/zeroniki/chad-filemanager
boost-library cli cmake cpp filemanager ncurses
Last synced: about 1 month ago
JSON representation
Simple File manager in C++
- Host: GitHub
- URL: https://github.com/zeroniki/chad-filemanager
- Owner: ZeroNiki
- Created: 2024-06-06T07:33:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T07:54:53.000Z (about 2 years ago)
- Last Synced: 2025-01-26T18:17:24.590Z (over 1 year ago)
- Topics: boost-library, cli, cmake, cpp, filemanager, ncurses
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chad File Manager
## About
lib:
- [ncurses](https://invisible-island.net/ncurses/)
- [boost](https://www.boost.org/)
Simple CLI file manager for Linux
### Warning
This project is unfinished
## Install (using cmake)
Install lib [ncurses](https://invisible-island.net/ncurses/) and [boost](https://www.boost.org/)
clone the repo:
```bash
git clone https://github.com/ZeroNiki/Chad-FileManage
cd Chad-FileManage
```
Create `build` dir:
```bash
mkdir build
cd build
```
Install:
```bash
cmake ..
cmake --build .
```
## Usage
```bash
./chad path/to/dir
```