Overview
A small Go CLI for a small problem: a folder that fills up faster than anyone sorts it. You point ZenPath at the folder, you give it rules, and it files everything.
Deliberately minimal — no daemon watching in the background, no GUI, no configuration server. One binary you run when you want it.
What I built
- Rule-based sorting of the files in a target folder.
- A single Go binary: no daemon, no GUI, no background process.
- Runs against any folder on the filesystem.