Updating HumaneText.service

For the record HumaneText.service is a Mac OS X service that will convert back and forth between Markdown and XHTML. As newer versions of Aaron Swartz’s html2text script and John Gruber’s Markdown script become available updating this service is a simple matter.

  1. Copy in the new script to the HumaneText.service package.

  2. If updating html2text, create a new symlink to the html2text script named backward. Remember to add the shebang line to the script.

    ln -fs html2text.py backward

  3. Set the permissions to 755

  4. Log out/log in

Same goes for updating the Markdown.pl, but as the name of the script is the same a new symlink is not needed.

This is mostly a record for me to remember how I did it.

Related posts:

  1. Updating Print Outline Tool I’m in the process of updating my <a href=”http://radio.weblogs.com/0001017/publicTools/”“>Print Outline...

Related posts brought to you by Yet Another Related Posts Plugin.

This entry was posted in Uncategorized. Bookmark the permalink.

Comments are closed.