Cleans Up Your Filthy F*cking Text
10K+
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.
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."
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."
.less
Instagram
Twitter
GitHub
DockerHub
The project is open-sourced software licensed under the MIT license.
Content type
Image
Digest
sha256:4d4487580…
Size
45 MB
Last updated
about 2 years ago
docker pull pointlesscode/unfucker