8000 GitHub - Benji377/tooka: Rule-based File Sorter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Benji377/tooka

Repository files navigation

🗂️ Tooka

crates-io docs-rs clippy test feedback

Tooka logo

A fast, rule-based CLI tool for organizing files.


🧭 Introduction

Tooka is a flexible command-line tool for automating your filesystem: organize, rename, move, copy, or delete files using simple, powerful YAML rules.

You define what files to match (by name, extension, metadata, size, etc.) and what should happen to them — Tooka handles the rest.


🚀 Quick Start

  1. Download Tooka from the 📦 Website

  2. Verify install:

    tooka --version
  3. Create a rule using the 🛠️ Rule Builder or manually with YAML

  4. Run a dry sort:

    tooka sort --dry-run ~/Downloads
  5. Apply the rule:

    tooka sort

📚 Full usage examples and explanations in the Wiki.


🌐 Website

Visit tooka.deno.dev for:

  • 📦 Downloads – prebuilt binaries for macOS, Windows, and Linux
  • 🛠️ Rule Builder – create rules visually and export as YAML

📚 Wiki

The Tooka Wiki covers:

  • Installation & configuration
  • Rule structure & templates
  • CLI commands
  • Troubleshooting
  • Docker sandbox usage

💬 Community

Join the GitHub Discussions for:

  • Feature ideas
  • Help and usage tips
  • Community showcase

📝 Feedback

Got thoughts, bugs, or praise?

👉 Submit feedback via this form – no GitHub account needed.

0