Ever got tired of changing the file type of a ReadMe you're writing
back to Read/Write every time you realise you made a typo?
This is an extremely simple AppleScript "droplet" - a type of applet
that you drop files on to perform an action, which converts any read
only (type "ttro" - TeachText Read Only) files, i.e. with the
Newspaper icon, into a standard text (type "TEXT" - standard TeachText
/ SimpleText document) file, and the reverse.
If you drop a load of files onto the droplet, they'll all be
converted. If you drop a mixture of ttro and TEXT files, each will be
individually converted into the opposite of what it was previously.
Hopefully this will be useful for at least one other person that is
writing readme files for their projects!
Note - This program can be trivially edited in AppleScript's script
editor, so if you want to change it to convert between another pair of
file formats, just drop it on the script editor and change the file
types!