3 unstable releases
Uses new Rust 2024
| 0.3.0 | Oct 23, 2025 |
|---|---|
| 0.2.1 | Jul 6, 2025 |
| 0.2.0 | Aug 28, 2023 |
#844 in Command line utilities
168 downloads per month
25KB
192 lines
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.
Dependencies
~2–16MB
~165K SLoC