Sign inSign up

pointlesscode/unfucker

By pointlesscode

•Updated about 2 years ago

Cleans Up Your Filthy F*cking Text

Image
Developer tools
0

10K+

pointlesscode/unfucker repository overview

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⁠.

Tag summary

Content type

Image

Digest

sha256:4d4487580…

Size

45 MB

Last updated

about 2 years ago

docker pull pointlesscode/unfucker