iSaran / filesystem_manager

A filesystem manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filesystem Manager

Build Status

A C++ app which manages a filesystem (under linux and bash). Currently, under development and for personal usage only.

Build

In order to build the project you should installed CMake:

sudo apt-get install cmake

Then, from the project's root directory run the build script:

./build.sh

Currently the script also runs the project for testing purposes.

About

A filesystem manager


Languages

Language:C++ 62.1%Language:Shell 21.6%Language:CMake 16.3%