2021-10-23 21:50:04 +02:00
2021-10-23 03:37:27 +02:00
2021-10-23 03:37:27 +02:00
2021-10-17 06:23:00 +02:00

Readme

README

This is a simple project to help sort your files on linux written in c++.

Install

  1. Coppy the repo

    git clone https://github.com/ZastianPretorius/fsorter.git
  2. cd into the the fsorter folder

    . cd fsorter
  3. Generate a make files

    cmake .
  4. Compile the project

    make
  5. install the project (will require sudo)

    sudo make install
Description
A file sorter made in C++
Readme GPL-3.0 361 KiB
Languages
C++ 100%