Put Text in Alphabetical Order
I recently had a list of text lines in a file (a large list of links) that I had to update so I made this tool in order to alphabetize text and make the whole task much more manageable.
This tool can also more commonly take a list of words separated by spaces or by by commas and put it in alphabetical order. Pretty much any list of text items with a unique separator. I also used it to alphabetize some words for an array I was building. It's a handy little tool.

