Skip to content

Instantly share code, notes, and snippets.

@melastmohican
Created March 22, 2017 23:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melastmohican/cdadbfbf00a5fec28a2f0d87f2ce1ac5 to your computer and use it in GitHub Desktop.
Save melastmohican/cdadbfbf00a5fec28a2f0d87f2ce1ac5 to your computer and use it in GitHub Desktop.
Convert RTF to Markdown on Mac OSX with textutl and pandoc
textutil -convert html -stdout file.rtf | pandoc --from=html --to=markdown --out=file.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment