fileman_rs

Crates.iofileman_rs
lib.rsfileman_rs
version0.2.2
sourcesrc
created_at2023-11-01 23:51:30.812671
updated_at2023-11-22 15:46:39.884027
descriptionA high-performance file management system for working with large quantities of files written in Rust.
homepage
repositoryhttps://github.com/samwyss/fileman_rs
max_upload_size
id1021923
size33,749
Sam Wyss (samwyss)

documentation

README

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.

Commit count: 39

cargo fmt