directory organizer (lmao)
exactly. this is me trying out deno. look away -- or don't.
demo.mov
clone
git clone [email protected]:narasaka/dorgy.git
get into it yuh
cd dorgy
make config file
touch config.json
config.json should look something like this (see config.json.example or below)
{
"dirtyFolder": "/me/hello/dirty",
"cleanFolder": "/me/hello/clean"
}
run it
deno run --allow-read --allow-write main.ts