1
0
Fork
You've already forked WordstarMd
0
Convert Wordstar formatted files to Markdown
  • C 97.3%
  • Makefile 2.7%
2026年02月18日 12:10:03 +01:00
asciify.c Added Jim Hall's asciify code also 2026年02月17日 14:49:31 +01:00
LICENSE Initial commit 2026年02月13日 15:01:56 +01:00
Makefile Added Makefile even though this is trivially easy to compile 2026年02月17日 17:04:32 +01:00
README.md Updates to documentation 2026年02月18日 10:38:10 +01:00
todo.txt Updates to documentation 2026年02月18日 10:38:10 +01:00
wsmd.c Commented out code to print non-printable chars 2026年02月18日 12:10:03 +01:00

WordstarMd

Convert Wordstar formatted files to Markdown adapted from Jim Hall's code for rendering Wordstar as HTML.

Compile with make && make install

Usage:

Output to std wsmd <wordstarfile>

Output to a file wsmd <wordstarfile> | <file>.md