Matthias Endler

Results 884 comments of Matthias Endler

That's expected behavior. Other UNIX tools like `cat` and `grep` also block on `stdin` if no file paths are given. `curl` does the same. ``` curl -d@- # waits forever...

Good idea. I don't have any experience with man pages yet, but the README and the docs are a good start. As for tooling, here's a survey: https://stackoverflow.com/a/78226570

@orhun mentioned two nice tools: https://github.com/lycheeverse/lychee/issues/1564#issue-2644869766