Skip to content

andreimerlescu/prettyboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretty Boy

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" \
     {} \;

Installation

go install github.com:andreimerlescu/prettyboy@latest

Usage

Usage: prettyboy <bash-command>
Example: prettyboy 'find ~ -type f -name ".DS_Store" -exec "rm -rf" {} \;'
exit status 1

History

  • v1.0.1 on 2025-07-24 09:36:17 EDT
  • v1.0.0 on 2025-07-23 23:23:23 EST

About

Just a prettyboy who likes writing Go!

Resources

Stars

Watchers

Forks

Packages

No packages published