*$
is more appropriate?
pp
version:\n\n\n#!/usr/local/bin/pp\n#!\nt="$*"\n#!\n<!DOCTYPE html>\n<meta charset=utf-8>\n<title>${t:=$(basename "$PWD")}</title>\n<style>*{font-family:sans-serif}</style>\n<h1>$t</h1>\n#!\nfor img in ??.jpg\ndo\n#!\n<a href=$img style=cursor:zoom-in><img src=$(basename "$img" .jpg)-vorschau.jpg alt='$t'></a>\n#!\ndone\n#!\n
docker
command to run ulinux
?
mkws
for ulinux
!
*.upphtml
extension as unpreprocessed
makes sense grammatically speaking (I'm not a native English speaker).
mkws
, it's not horrible, I dropped off any kind of versioning system as of recently.
mkws
to https://develop.cafe/.
tilde.institute
shell.
mkws
scripts, but it is the recommended way of customizing it.
judo
https://github.com/rollcat/judo
mkws
build log in the same view.
../bin/d
file.
https.go
http://ix.io/2PWA, maybe you can give me some tips on that.
https
is a simple https server in go
, and entr
is http://eradman.com/entrproject/, couple that with https://livejs.com/ that gives me a live reload environment.
https://mkws.sh
:\n\n\n#!/bin/sh\n\nexport DEV=1\nexport PACK=0\n\ntrap "exit" INT TERM\ntrap "kill 0" EXIT\n\nhttps &\n\nfind . -type f -name '*.upp*' | entr ./bin/mkws https://mkws.sh\n