orginize-rt-0.9.0 is not a library.
Organize files based on regex rules, file extensions by default.
Installation
Using cargo (require Rust)
Install it by running
It will download & compile binary to ~/.cargo/bin. Add this directory to your path or copy binary to /usr/bin/
Compiling from source (require Rust)
Just clone this repo and build this project:
After compiling, you can use binary ./target/release/organize-rt
. For example, you could copy it to /usr/bin.
Using pre-build binaries
Download binaries from GitLab release section.
Arch Linux
Clone repo and use makepkg:
Usage
Recommended mode: organize-rt -rH
Writing own rules
Just edit ~/.config/organize-rt/rules.toml. File structure:
= [
#...
[
'REGEX',
'OUTPUT_SUBDIR',
]
#...
]
With this rule, file, that match REGEX rule, but didn't match previous rules will move to OUTPUT_DIR/OUTPUT_SUBDIR, where OUTPUT_DIR is --output option.
Like it?
Star this repo, please.