Skip to content

Instantly share code, notes, and snippets.

View awnumar's full-sized avatar
🐘
I may be slow to respond.

Awn awnumar

🐘
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am awnumar on github.
  • I am awn (https://keybase.io/awn) on keybase.
  • I have a public key ASAxDPmsYUiVNAyyrHP7IlqFN2Wfzik2-CEK5DatvHpqawo

To claim this, I am signing this object:

@awnumar
awnumar / sorter.go
Last active November 30, 2021 00:57
sort files into folders according to date (must be on same drive)
package main
import (
"encoding/base64"
"flag"
"fmt"
"io/fs"
"os"
"path/filepath"
"strings"