Comment on Show HN: Executable Markdown files with Unix pipesComments−jedwhiteOP8moWe made some improvements to support remote markdown script execution and piping.Run scripts from the web: ```bash curl -fsSL https://andisearch.github.io/ai-scripts/analyze.md | claude-run echo "Explain what a Makefile does" | claude-run # Simple prompt ``` Shebang flags in the markdown (like --permission-mode bypassPermissions) are honored.There is a new initiative installmd.org from Nick Khami at Mintlify to support experiments with this approach.https://installmd.org
Comments
We made some improvements to support remote markdown script execution and piping.
Run scripts from the web:
Shebang flags in the markdown (like --permission-mode bypassPermissions) are honored.There is a new initiative installmd.org from Nick Khami at Mintlify to support experiments with this approach.
https://installmd.org