Scripts: Disclaimer, I fully believe scripts like these are not copyrightable but, if you or your lawyer insists, you may use them under the terms of any of the following: - Unlicense (public domain) - ISC Both of these texts are free to read on wikipedia. Tested on OpenBSD ed, as these licenses state I do not provide any warranty or guarentee that these scripts work as intended or at all on your machine or your files. Use them at your own risk. include-slashes-in-url: Turns all URLs like /blog into /blog/. This was ran on my site as Google search index was complaining about redirects. reorganize-links: Quick script for reorganizing links. The script logic is as follows: 1. Go to line 1 (should be default but alas ed is not perfect) 2. Check between , then delete all lines (not including the divs) 3. Insert all lines before the single period above in the given order. 4. Write. 5. Quit. Invidual portions of the script could definetly be reused such as the search portion