A fast, rule-based CLI tool for organizing files.
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.
-
Download Tooka from the 📦 Website
-
Verify install:
tooka --version
-
Create a rule using the 🛠️ Rule Builder or manually with YAML
-
Run a dry sort:
tooka sort --dry-run ~/Downloads
-
Apply the rule:
tooka sort
📚 Full usage examples and explanations in the Wiki.
Visit tooka.deno.dev for:
- 📦 Downloads – prebuilt binaries for macOS, Windows, and Linux
- 🛠️ Rule Builder – create rules visually and export as YAML
The Tooka Wiki covers:
- Installation & configuration
- Rule structure & templates
- CLI commands
- Troubleshooting
- Docker sandbox usage
Join the GitHub Discussions for:
- Feature ideas
- Help and usage tips
- Community showcase
Got thoughts, bugs, or praise?
👉 Submit feedback via this form – no GitHub account needed.