htmd-cli
The command line tool for htmd
### Features
- Minimal, A 2MB+ binary is all you need
- Batch, both file, directory and glob pattern are supported
- Fast, it takes less than 1s to convert 200 html files (~60MB in total size, see the benchmark [README](./bench/README.md))
# Usages
### Basic
```bash
# Read input from stdin
htmd
# Will write output to stdout
htmd test.html
# Explicit input option
htmd --input test.html
# Write output to test.md by shell
htmd test.html > test.md
# Write output to test.md internally
htmd test.html --output ./
# Read html files from a directory
htmd ./pages -o converted
```
### Inputs
Stdin (`-` as the filename), file, directory, and glob pattern are supported.
This default input is `stdin`, so after you type only `htmd` it will wait for input, to finish typing, press