Skip to content

Instantly share code, notes, and snippets.

View mburrough's full-sized avatar
💭
I am busy with multiple project right now. Responses may be delayed.

Matt Burrough mburrough

💭
I am busy with multiple project right now. Responses may be delayed.
View GitHub Profile
@mburrough
mburrough / organize-files.ps1
Created January 11, 2022 05:15
PS Script to sort files scanned by Epson SmartScan Invoice Manager into MM\DD folders
#Create month folders
foreach($i in 1..12) { mkdir ("{0:00}" -f $i) }
#Inspect results before doing move
foreach ($file in $files) {
$day = $file.Name.split("_")[2].substring(2).substring(0,2)
$month = $file.Name.split("_")[2].substring(0,2)
$fname = $file.Name
echo "$month $day : $fname"
}
@mburrough
mburrough / keybase.md
Created February 6, 2016 22:58
keybase.md

Keybase proof

I hereby claim:

  • I am mburrough on github.
  • I am mwb (https://keybase.io/mwb) on keybase.
  • I have a public key whose fingerprint is 0FD4 324D AD76 B39C D40B 5210 49AA 969D 4650 9131

To claim this, I am signing this object: