about summary refs log tree commit diff stats
path: root/forth
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-11-21 03:08:00 +0000
committerelioat <elioat@tilde.institute>2022-11-21 03:08:00 +0000
commit466fd30cc33624d5bc975ec1b416fbaffb9f08bd (patch)
tree4ea91e88d6c658f77e122321d8cb9c52a67597eb /forth
parent779a412086f9c74a44b91ab1136098246620d76a (diff)
downloadtour-466fd30cc33624d5bc975ec1b416fbaffb9f08bd.tar.gz
*
Diffstat (limited to 'forth')
-rw-r--r--forth/gmi2html.fs8
1 files changed, 7 insertions, 1 deletions
diff --git a/forth/gmi2html.fs b/forth/gmi2html.fs
index 9776334..5d75e87 100644
--- a/forth/gmi2html.fs
+++ b/forth/gmi2html.fs
@@ -1,6 +1,12 @@
 \ 2022 - winduptoy.sensorstation.co
 \ PUBLIC DOMAIN
 
+\ from: 
+\ https://winduptoy.sensorstation.co/gmi2html.fs
+
+\ usage: 
+\ cat gemtext.gmi | gforth gmi2html.fs > out.html
+
 \ === HTML Output === \
 
 : html-line-break ." <br>" ;
@@ -161,4 +167,4 @@ variable capture-state
 gmi-to-html
 
 depth throw \ ensure stack is clean
-bye
\ No newline at end of file
+bye