jedwhite

↗ HN profile [ 45.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I wanted to run markdown files like shell scripts. So I built an open source tool that lets you use a shebang to pipe them through Claude Code with full stdin/stdout support. task.md: #!/usr/bin/env claude-run Analyze…