Reversing the order of a list by hand means retyping it bottom to top.
Reverse List flips the order of your lines so the last line becomes the first.
How to use Reverse List
- Paste the list whose order you want flipped into the input box.
- Reverse List reverses the line order so the bottom line moves to the top.
- Copy the reversed list, or download it as a .txt file.
Use cases
- Flipping a list to show the most recent entry first.
- Reversing a ranking from bottom to top.
- Turning an ascending list into a descending one by order.
Good to know
Reverse List reverses the order of the non-empty lines, so the final line becomes the first and the first becomes the last. It changes order only; the text of each line is left exactly as written.
Frequently asked questions
Does Reverse List change the lines themselves?
No. Only the order of the lines is reversed; the content of each line is preserved.
Are blank lines kept?
Empty lines are dropped so the reversed list contains only the lines that had content.
How is this different from sorting?
Reversing simply flips the existing order, while sorting rearranges lines by their values.