bsky-sh-cli (Bluesky in the shell)
banner
bsky-sh-cli.bills-appworks.net
bsky-sh-cli (Bluesky in the shell)
@bsky-sh-cli.bills-appworks.net
PR account for bsky-sh-cli (Bluesky in the shell).
bsky-sh-cli is a shell script implementation of Bluesky CLI (Command Line Interface).
https://github.com/bills-appworks/bsky-sh-cli
- Adicionados indicadores na visualização de postagens para mostrar a contagem de favoritos e se a postagem foi favoritada
- Adicionada explicação ao comando de upload de vídeo informando que GIFs animados serão convertidos em vídeo (post --video)
Por favor, consulte também o seguinte.
README
README pt
Bluesky CLI (Command Line Interface) implementation in shell script - bills-appworks/bsky-sh-cli
github.com
September 8, 2025 at 12:43 PM
- Added explanation to the video upload command that animated GIFs will be converted to video (post --video)
Please also refer to the following.
README
CHANGELOG
README
Bluesky CLI (Command Line Interface) implementation in shell script - bills-appworks/bsky-sh-cli
github.com
September 8, 2025 at 12:43 PM
補足:
- 変換後の動画は繰り返し再生になります。
- アスペクト比(縦横比)が一般的な値(16:9など)から離れている場合はエラーになります。
September 5, 2025 at 1:34 PM
Observação:
- O vídeo convertido será reproduzido em loop.
- Se a proporção da imagem (aspect ratio) estiver muito diferente dos valores comuns (como 16:9), poderá ocorrer um erro.
September 5, 2025 at 1:33 PM
Note:
- The converted video will play in a loop.
- If the aspect ratio (width-to-height) deviates significantly from common values (such as 16:9), an error may occur.
September 5, 2025 at 1:33 PM
Atenção: se você especificar um GIF estático com a opção --video, ele será tratado como um vídeo de 0 segundos que se repete constantemente.
Repositório no GitHub
GitHub - bills-appworks/bsky-sh-cli: Bluesky CLI (Command Line Interface) implementation in shell script
Bluesky CLI (Command Line Interface) implementation in shell script - bills-appworks/bsky-sh-cli
github.com
September 5, 2025 at 1:16 PM
Note: If you specify a static (non-animated) GIF with --video, it will be treated as a 0-second video that loops frequently—please keep this in mind.
GitHub repository
GitHub - bills-appworks/bsky-sh-cli: Bluesky CLI (Command Line Interface) implementation in shell script
Bluesky CLI (Command Line Interface) implementation in shell script - bills-appworks/bsky-sh-cli
github.com
September 5, 2025 at 1:15 PM
Por favor, consulte também o seguinte.
README
README pt
Bluesky CLI (Command Line Interface) implementation in shell script - bills-appworks/bsky-sh-cli
github.com
August 3, 2025 at 8:04 AM
Please also refer to the following.
README
CHANGELOG
README
Bluesky CLI (Command Line Interface) implementation in shell script - bills-appworks/bsky-sh-cli
github.com
August 3, 2025 at 8:03 AM
・セション情報JSON出力でフィードインデックスがリプライ関係等でハイフン混じりの場合に数値型として不正なJSONとなっていたため文字列型として出力するよう修正(info session --output-json)
以下も御参照ください。
README
CHANGELOG
README ja
Bluesky CLI (Command Line Interface) implementation in shell script - bills-appworks/bsky-sh-cli
github.com
July 20, 2025 at 10:38 AM
- Corrigida a saída de informações de sessão JSON para que o índice do feed seja exibido como tipo string em vez de tipo numérico inválido quando contém hífens em relações de resposta, etc. (info session --output-json)
Por favor, consulte também o seguinte.
README
README pt
Bluesky CLI (Command Line Interface) implementation in shell script - bills-appworks/bsky-sh-cli
github.com
July 20, 2025 at 10:38 AM
- Adicionadas opções de especificação de URI/CID de repostagem ao formato de especificação de URI/CID em comandos like/repost (like/repost --via-uri/--via-cid)
- Suporte para saída de URI/CID de repost no modo de saída de ID (--output-id)
July 20, 2025 at 10:38 AM