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

Number Lines

Sorted, numbered unique lines

Format Text
Input84 chars
Output0 chars

Examples

Create a numbered task list from unsorted project notes

Usage
"Setup database
Write tests
Deploy to staging
Write tests
Cod..." | sort-lines | unique-lines | number-lines

Make a numbered shopping list from a recipe's ingredients

Usage
"Tomatoes
Basil
Mozzarella
Tomatoes
Olive Oil
Basil
Garlic" | sort-lines | unique-lines | number-lines

Generate a numbered unique attendee list from sign-up entries

Usage
"Alice
Bob
Carol
Alice
Dave
Bob
Eve" | sort-lines | unique-lines | number-lines