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."
- 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."
.less
Instagram
Twitter
GitHub
DockerHub
The project is open-sourced software licensed under the MIT license.