Crates.io | fileman_rs |
lib.rs | fileman_rs |
version | 0.2.2 |
source | src |
created_at | 2023-11-01 23:51:30.812671 |
updated_at | 2023-11-22 15:46:39.884027 |
description | A high-performance file management system for working with large quantities of files written in Rust. |
homepage | |
repository | https://github.com/samwyss/fileman_rs |
max_upload_size | |
id | 1021923 |
size | 33,749 |
A high-performance file management system for working with large quantities of files written in Rust.
Build using
cargo build --release
Run on your preferred command line followed by a desired task and arguments for said task
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
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.