orgrender 1.0.0

A command-line, rust-written Org to HTML renderer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
`orgrender`
============
*Command-line driver for the [orgize](https://github.com/PoiScript/orgize) library, targeting HTML.*

## Usage
```shell
$ orgize < <INPUT> > <OUTPUT>
```

For example,

```shell
$ orgize < example.org > example.html
```

Currently, orgrender only accepts input from stdin, and outputs to stdout, which I think is good enough of a kludge to cope with.
If you want to suggest a patch to make it more file-based, please, be my guest.