💾 Archived View for nox.im › projects captured on 2024-02-05 at 09:26:44. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-28)

-=-=-=-=-=-=-

2022-04-11: sqliteviz

Go application that creates ERD diagrams in DOT, PNG and SVG from SQLite database files using a dot template for Graphviz.

2021-07-10: hugoext

Hugoext allows to pipe Go Hugo markdown content files through an arbitrary processing tool. It abides the same destination file tree for thoser file types with the processed output.

2021-07-07: gmifs

Gemini File Server, short gmifs, is intended to be minimal and serve static files. It is used to accompany a hugo blog served via httpd and makes it available via the gemini protocol.

2021-07-03: md2gmi

Converts Markdown to Gemini gemtext with Go. Working with streams and UNIX pipes, utilizing Go channels. Processes streams of input line by line and forwards blocks to the next pipeline stage.