Skip to content

pointless-code/unfucker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unfucker

About Unf*cker

UnF*cker scrubs your text clean of those unwanted F-bombs. Whether it's a file or a rant, just pass it through, and watch as the magic happens. No more "fuck"—just a polished, profanity-free masterpiece.

Pull from docker

docker pull pointlesscode/unfucker:latest
docker run --rm -v $(pwd):/usr/src/app pointlesscode/unfucker --file your_text_file.txt

# or pass your text

docker run --rm pointlesscode/unfucker --text "Your text."

Build it yourself

  • clone the project and cd to folder
  • build and run the image
docker build -t unfucker .
docker run --rm -v $(pwd):/usr/src/app unfucker --file your_text_file.txt

# or pass your text

docker run --rm unfucker --text "Your text."

Social

.less
Instagram
Twitter
GitHub
DockerHub

License

The project is open-sourced software licensed under the MIT license.