filers 0.1.7

Collection of file tools
Documentation
![Build Status](https://github.com/ltheinrich/filers/workflows/Rust/badge.svg)

# Filers
Collection of file tools

## What is Filers?
Filers is a collection of file tools written in Rust.

It consists of many different commands.

## Building from source
Requirements
 - Git
 - Rust
 - Cargo

Clone from Git
> git clone https://github.com/ltheinrich/filers && cd filers

Build using Cargo
> cargo build --release

The binaries are placed in `./target/release/`