orgrender

Crates.ioorgrender
lib.rsorgrender
version1.0.0
sourcesrc
created_at2023-02-01 13:57:24.302949
updated_at2023-02-01 13:59:34.30827
descriptionA command-line, rust-written Org to HTML renderer
homepage
repositoryhttps://hg.sr.ht/~atlas48/orgrender
max_upload_size
id773721
size7,825
Atlas Cove (Atlas48)

documentation

README

orgrender

Command-line driver for the orgize library, targeting HTML.

Usage

$ 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.

Commit count: 0

cargo fmt