bluesky-social / indigo

Go source code for Bluesky's atproto services.
https://atproto.com
Apache License 2.0
878 stars 114 forks source link

`goat` polish #719

Open bnewbold opened 3 months ago

bnewbold commented 3 months ago

packaging:

features:

bsky features:

interface polish:

tom-sherman commented 1 month ago

Any chance of being able to accept inputs via stdin and/or positional argument as well as the file for record create?

bnewbold commented 1 month ago

@tom-sherman yes! I'd probably do it by special-casing - as the file path, and have folks do ./- if they really want a file named -.

echo "{whatever}" | jq . | goat record create -

Would that work for you?

tom-sherman commented 2 weeks ago

Would that work for you?

Yes!