home
~
projects
~
socials
Espanso KSUID Generator
#!/bin/bash
/Users/alan/go/bin/ksuid | cut -c1-8 | tr '[:upper:]' '[:lower:]'
-- end of line --