Show HN: DatePrefixCopy, prefixing file names with yymmdd_

by rhabarbaon 8/19/24, 9:03 AMwith 1 comments
by kagevfon 8/19/24, 9:28 PM

The code looks pretty readable, if you're familiar with CL and the Windows API - nice!

You might want to consider not :USEing your dependencies, and use the package name prefix when you invoke exported symbols instead, though, like you did with re.

Speaking of which, is re this: https://github.com/massung/re?