#file-management #file #management #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

#2061 in Command line utilities

Download history

75 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

~755KB
~13K SLoC