This commit is contained in:
2025-05-12 15:50:02 -06:00
parent 9f4a11f2e0
commit 9ed520abc2
24 changed files with 282 additions and 113 deletions

6
scripts/mdread Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
o="$(mktemp).html"
t="$(basename $1)"
pandoc "$1" -o "$o" --metadata="title:$t"
xdg-open "$o"