1 stable release
1.2.0 | Sep 22, 2024 |
---|
#282 in Text processing
32 downloads per month
19KB
130 lines
Bullshit Remover CLI
Utilizes the Bullshit Remover API to remove bullshit from input text, right from your terminal!
Basically, it's a public LLM that filters input text, removing any sort of fluff, corporate PR speak, or anything else redundant, and returns the condensed essence of what the input text is trying to say.
Text can be piped to rmbs
, or provided as an argument. You can use --quiet | -q
to suppress the progress animation.
The ped
utility in the second demo is just a simple bash script that creates a temporary file, opens it in your editor of choice, then pipes its contents to the specified program before deleting the temporary file. That's why no |
pipe symbol is present, but rest assured, it's being piped.
https://github.com/user-attachments/assets/3388a661-fb6e-4527-8491-c8cd9f0c2124
https://github.com/user-attachments/assets/b73f3d72-8e3f-4e2c-a414-e6b5fccaf814
Dependencies
~1–2MB
~42K SLoC