fylorg

Crates.iofylorg
lib.rsfylorg
version0.0.1
sourcesrc
created_at2022-10-12 05:28:51.313548
updated_at2022-10-12 05:28:51.313548
descriptionFylorg - Automatic File Organizer
homepagehttps://github.com/sreedevk/fylorg
repositoryhttps://github.com/sreedevk/fylorg
max_upload_size
id685941
size16,073
Sreedev Kodichath (sreedevk)

documentation

README

Fylorg

An Automatic File Organizer written in Rust. This is a commandline tool to categorize and organize your files into directories (based on filename) automatically based on a set configuration.

Usage

To use Fylorg, you'll need a mapping file. Checkout "filemap.example.json" file. This is the configuration that will be used by fylorg to categorize your files. Once you have a mapfile, you need to run fylorg with the following options:

  fylorg \
    -m filemap.example.json \ 
    -o "organized_files" \
    -f "pdf,xlsx,docx,md"
  • -m is the path to the mapping file
  • -o is the output directory that will contain the mapped files
  • -f is the type of files that you want fylorg to organize.

Installation

Using Cargo

cargo install fylorg

Optionally, you can compile the repository and move the target binary to a $PATH directory.

Commit count: 4

cargo fmt