Growing up, I was called a pretty boy and today I've decided to embrace it with the
prettyboy package in Go. Program or be programmed, right? How about this use case...
prettyboy 'find ~ -type f -name ".DS_Store" -exec "rm -rf" {} \;'
find ~ \
-type f \
-name ".DS_Store" \
-exec "rm -rf" \
{} \;
go install github.com:andreimerlescu/prettyboy@latestUsage: prettyboy <bash-command>
Example: prettyboy 'find ~ -type f -name ".DS_Store" -exec "rm -rf" {} \;'
exit status 1-
v1.0.1on 2025-07-24 09:36:17 EDT -
v1.0.0on 2025-07-23 23:23:23 EST