VibeHunt
Back to browse

organize-rt

organize-cli in Rust with more customization.

Source

organize-rt is a command‑line utility written in Rust that rearranges files in a directory according to user‑defined patterns. By default it groups files by their extensions, but it also accepts regular‑expression rules that let users specify custom criteria for moving or renaming items. The tool operates on the local filesystem and can be invoked from scripts or interactive sessions.

The program is intended for developers, system administrators, or anyone who needs to automate the cleanup and categorization of large collections of files. Its Rust implementation provides a compiled binary that runs without requiring a separate runtime, making it suitable for inclusion in CI pipelines or lightweight environments.

Distinctively, organize-rt expands on the functionality of earlier organize‑cli projects by offering additional configuration options while preserving the core command‑line interface. It is released under the GNU GPLv3 license, has been maintained since 2020, and is marked as stable for production use.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps