Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mk270/gemtext2md
A Gemini text to Markdown converter
https://github.com/mk270/gemtext2md
Last synced: 2 months ago
JSON representation
A Gemini text to Markdown converter
- Host: GitHub
- URL: https://github.com/mk270/gemtext2md
- Owner: mk270
- License: apache-2.0
- Created: 2022-07-02T09:14:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T16:40:45.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:10:13.639Z (6 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gemini - gemtext2md - tool for converting Gemtext to Markdown (Tools / Gemtext converters)
README
gemtext2md
==========A gemini text to Markdown convertor, by Martin Keegan.
Some care is taken to get reasonable whitespace around the various blocks,
and to consolidate consecutive links into lists.Usage
-----As a commandline filter. The program reads Gemtext on stdin and
outputs Markdown, hopefully in CommonMark format.Use:
$ cargo run -q < myfile.gemini > myfile.md
The code has been rewritten from OCaml to Rust. `cargo` is part of the
Rust toolchain. At some point, native binaries may be provided for
download.