pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

Sort & Deduplicate

Sorted unique list of lines

Clean Data
Input44 chars
Output0 chars

Examples

Clean up a duplicate grocery list

Usage
"banana
apple
cherry
apple
banana
date
cherry" | sort-lines | unique-lines

Deduplicate CI steps from a pipeline definition

Usage
"deploy
test
build
deploy
test
lint
build
deploy" | sort-lines | unique-lines

Get a sorted unique list of languages from a skills inventory

Usage
"JavaScript
Python
Rust
Python
JavaScript
Go
Rust
TypeScript" | sort-lines | unique-lines