ws2markdown 0.3.0

A WordStar to Markdown converter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.