#file-management #management #file #organization #command-line #rust

bin+lib fileman_rs

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

10 releases

0.2.2 Nov 22, 2023
0.2.1 Nov 22, 2023
0.1.6 Nov 16, 2023

#1781 in Command line utilities

Download history 3/week @ 2024-02-15 14/week @ 2024-02-22 1/week @ 2024-02-29 2/week @ 2024-03-07 7/week @ 2024-03-14 32/week @ 2024-03-28 31/week @ 2024-04-04

63 downloads per month

BSD-3-Clause

27KB
353 lines

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.

Dependencies

~760KB
~14K SLoC