fileman_rs 0.2.2

A high-performance file management system for working with large quantities of files written in Rust.
Documentation

fileman_rs

Crates.io Docs.rs License

Purpose

A high-performance file management system for working with large quantities of files written in Rust.

How to Use

Build using

cargo build --release

Run on your preferred command line followed by a desired task and arguments for said task

All supported tasks

Organize

Moves and organizes files from ./source directory into ./target directory based on files last modification date. NOTE: in the future this will be changed to the files creation date.

./fileman_rs organize ./source ./target

How to Contribute

To report bugs/issues, please submit an issue report using this template. To request features, please submit a pull request using this template.

All current and future project information is stored in the fileman_rs GitHub repository.