bsky icon indicating copy to clipboard operation
bsky copied to clipboard

A cli application for bluesky social

Results 6 bsky issues
Sort by recently updated
recently updated
newest added

OK: bsky post text OK: bsky post -q at:... quote OK: bsky post --image hoge.jpg 'text with image' NG: bsky post -q at:... --image hoge.jpg 'quote with image' # -q...

Hello, By trying a post with a long message, I have the error : failed to create post: XRPC ERROR 400: InvalidRequest: Invalid app.bsky.feed.post record: Record/text must not be longer...

Attempting to submit text containing the @ symbol with an invalid account will result in an error. Is there any way to escape this? ``` $ bsky post IDOLM@STER XRPC...

Hello, Thanks for the app! I'm using bsky version 0.0.53. When posting a message containing an URL, I noticed that all the symbols of the URL seem to be taken...

Blueskyの公式Webアプリでは投稿時に使用言語を1つ**以上**指定出来ます。 しかしbskyの **`post`** コマンドには言語を指定する引数がありません。 使用言語を指定する引数を追加出来ませんか。 When posting from the official web app, you can specify one **or more** languages to use for posting. However, bsky's **`post`** command does not have...

I'm doing the following but no auth file is created ``` bsky login --host https://bsky-sandbox.dev my-handle my-pass ```