alfred-clean

Crates.ioalfred-clean
lib.rsalfred-clean
version0.1.1
created_at2025-12-31 13:25:10.310842+00
updated_at2026-01-03 22:27:08.569507+00
description🧤 Alfred - A blazingly fast CLI tool to automatically organize your folders
homepagehttps://github.com/gregcrn/alfred
repositoryhttps://github.com/gregcrn/alfred
max_upload_size
id2014672
size4,861,169
Gregcrn (Gregcrn)

documentation

README

Alfred

Crates.io Build Status

A high-performance command line tool to automatically organize files in a directory based on their extensions.

Installation

cargo install alfred-clean

Usage

Clean the current directory:

alfred clean

Clean a specific directory:

alfred clean --path ~/Downloads

Watch a directory for new files and organize them automatically:

alfred watch --path ~/Downloads

Perform a dry run to see what would happen without moving files:

alfred clean --dry-run

Features

  • Performance: Built with Rust for minimal overhead and instant execution.
  • Safety: Optional dry-run mode to preview changes before they occur.
  • Automation: Watch mode to continuously organize incoming files.
  • Smart Sorting: Files are automatically categorized into logical groups (Images, Videos, Documents, Archives, Audio).

License

This project is licensed under the MIT license.

Commit count: 0

cargo fmt