You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be nice to have ability to read stdin to work with remote files.
For example something like wget -O - <url> | spoonbill
or wget -O - <url> | spoonbill -
Yes indeed! But I think it might be possible to implement this feature at some degree if #132 implemented.
Anyway, its issue is more discussion than a enhancement.
It might be nice to have ability to read stdin to work with remote files.
For example something like
wget -O - <url> | spoonbill
or
wget -O - <url> | spoonbill -
Or maybe concatenate multiple jsonl files
cat jsonl1 jsonl2 | spoonbill
The text was updated successfully, but these errors were encountered: