How to sort the contents of the clipboard

Here's a little tip you might find usefull. If you have something in a clipboard that needs sorting, issue this command on the commandline.

pbpaste | sort | pbcopy

When you paste your clipboard somewhere you'll see the contents was sorted.

Join 9,500+ smart developers

Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.

No spam. Unsubscribe anytime. You can also follow me on X.

Found something interesting to share? Submit a link to the community section.