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

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++

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
```