HappyHackingSpace / HappyHackingSpace/dit
Support reading HTML from stdin
Open
enhancement
good first issue
- Dominant language
- Go
- Stars
- 17
- Forks
- 4
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
Allow piping HTML directly into dit:
```
curl https://example.com | dit run -
```
When the argument is `-`, read from stdin instead of fetching a URL or reading a file.
Contributor guide
Assessment
This issue has not been assessed yet.