Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pointless-code/unfucker
Cleans Up Your Filthy F*cking Text
https://github.com/pointless-code/unfucker
code dev docker funny pointless swear-filter unfucker
Last synced: about 1 month ago
JSON representation
Cleans Up Your Filthy F*cking Text
- Host: GitHub
- URL: https://github.com/pointless-code/unfucker
- Owner: pointless-code
- License: mit
- Created: 2024-08-18T09:28:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T10:37:39.000Z (6 months ago)
- Last Synced: 2024-11-14T17:28:26.274Z (3 months ago)
- Topics: code, dev, docker, funny, pointless, swear-filter, unfucker
- Language: Python
- Homepage: https://hub.docker.com/r/pointlesscode/unfucker
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Unfucker](https://github.com/user-attachments/assets/4841dcb7-e5ce-4c17-9e7a-d997d121b662)
## 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
```bash
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
```bash
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
GitHub
DockerHub## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).