Skip to content

Instantly share code, notes, and snippets.

View dracometallium's full-sized avatar

Rodrigo S. Cañibano(Draco Metallium) dracometallium

  • Neuquen, Argentina
View GitHub Profile
@dracometallium
dracometallium / gmi2html.awk
Last active May 8, 2023 14:19
Another `text/gemini` to html translator, but this time it's AWK!
#!/usr/bin/gawk -f
BEGIN{
# Printing header!
print "<!DOCTYPE html>\n\
<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\" xml:lang=\"\">\n\
<head>\n\
<meta charset=\"utf-8\" />\n\
<style type=\"text/css\">\n\
body{\n\