Skip to content

Add @- syntax for reading files from stdin

Choose a tag to compare

@glentner glentner released this 02 Jul 00:48
· 2 commits to main since this release
v1.2.0
b2002b9

For extremely long listings of files use @- as the positional argument to refer to - (stdin) as a source of file paths instead of the data itself. This syntax is in keeping with other common CLI tools.