Files in the top-level directory from the latest check-in
- src
- Cargo.lock
- Cargo.toml
- CODE_OF_MERIT.md
- LICENSE
- README.md
- README.ws
WordStar to Markdown
This is a small utility that converts WordStar (.ws) into Markdown (.md) files.
Installation
% cargo install ws2markdown
Usage
% ws2markdown input.ws [output.md]
If you don't provide an input file, a file dialog will appear. If you don't provide an output file, the resulting Markdown will be printed to stdout.
Examples
This README is a proof that it works.