| Crates.io | orgrender |
| lib.rs | orgrender |
| version | 1.0.0 |
| created_at | 2023-02-01 13:57:24.302949+00 |
| updated_at | 2023-02-01 13:59:34.30827+00 |
| description | A command-line, rust-written Org to HTML renderer |
| homepage | |
| repository | https://hg.sr.ht/~atlas48/orgrender |
| max_upload_size | |
| id | 773721 |
| size | 7,825 |
orgrenderCommand-line driver for the orgize library, targeting HTML.
$ orgize < <INPUT> > <OUTPUT>
For example,
$ 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.