This commit is contained in:
2025-11-21 16:44:31 -08:00
parent 3cf80ad127
commit d6efbd22fd
2 changed files with 107 additions and 0 deletions

8
cmd/bcuz/README Normal file
View File

@@ -0,0 +1,8 @@
bcuz: bandcamp unzip
When you download stuff from bandcamp, it gives you a zip file that
extracts files into the current directory. This is a quick hack tries
to parse the filename as "artist - album", unpack the contents to
"artist/album/*", and remove the zip file (which can be kept with
-k). Works on my machine™, good enough for me.