|
|
|
|
|
by recursive
683 days ago
|
|
I'm also a single file .html app distribution technology enthusiast. Query string parameters totally work from file:// I built an online sandbox that lets you create them. To prove it, you can navigate here [1], then click the "Download self-contained .html" item on the hamburger menu. [1] https://mutraction.dev/link/z8z |
|
I made a really simple offline HTML app for generating EFF dice passphrases: https://github.com/replete/effindice
Only thing missing really is a CLI interface. I wonder if there's a way to make HTML files executable on the command line, pass through arguments as qs params.
The amount of times I make a little nodeJS app to do something with a set of files, the webserver bit seems so overkill sometimes..