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-lines Reverse line order

Aa Text
Input0 chars
Output0 chars

Examples

Show changelog entries newest-first

Usage
"v1.0 Initial release
v1.1 Add auth
v1.2 Fix XSS bug
v2.0 Rew..." | reverse-lines

Reverse a meeting agenda to discuss last items first

Usage
"1. Welcome & introductions
2. Review action items
3. New bus..." | reverse-lines

Flip a timeline from most recent to oldest

Usage
"1776 Declaration of Independence
1865 Civil War ends
1969 Mo..." | reverse-lines
View source
(input)=>input.split("\n").reverse().join("\n")

Also useful for