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

Reverse & Number

Numbered lines in reverse order

Format Text
Input56 chars
Output0 chars

Examples

Reverse and number a changelog for newest-first display

Usage
"First line
Second line
Third line
Fourth line
Fifth line" | reverse-lines | number-lines

Reverse recipe steps for a deconstructed view

Usage
"Step 1: Preheat oven
Step 2: Mix ingredients
Step 3: Pour ba..." | reverse-lines | number-lines

Reverse monthly revenue data for most-recent-first ordering

Usage
"Jan: $1200
Feb: $1350
Mar: $980
Apr: $1500
May: $1100" | reverse-lines | number-lines