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
Pinned
開発中のBlueskyクライアント(シェルスクリプト実装)を公開します。
Unix系のシェルでコマンドラインインタフェース(CLI)により、Blueskyの閲覧・投稿等ができます。
github.com/bills-appwor...

#ATProto
#シェル芸
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
シェルスクリプト実装Blueskyクライアント「bsky-sh-cli (Bluesky in the shell)」のv0.20.1をリリースしました。
・ポスト系コマンドのプレビューにおけるブックマーク数表示の不具合を修正(--preview)
GitHubリポジトリ
以下も御参照ください。
README
CHANGELOG
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 9, 2025 at 12:42 PM
Eu lancei a versão v0.20.1 do cliente Bluesky "bsky-sh-cli (Bluesky no shell)", implementado em script shell.
- Corrigido um problema em que as contagens de favoritos não eram exibidas corretamente nas prévias para comandos relacionados a posts (--preview)
Repositório no GitHub
README
CHANGELOG
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 9, 2025 at 12:41 PM
I have released v0.20.1 of the shell script implementation Bluesky client "bsky-sh-cli (Bluesky in the shell)".
- Fixed an issue where bookmark counts were not displayed correctly in previews for post-related commands (--preview)
GitHub repository
README
CHANGELOG
September 9, 2025 at 12:41 PM
シェルスクリプト実装Blueskyクライアント「bsky-sh-cli (Bluesky in the shell)」のv0.20.0をリリースしました。
・ブックマークの追加・一覧表示・削除に対応(bookmark)
・ポスト表示でブックマーク数およびブックマーク済を識別する表示を追加
・動画アップロードコマンドでアニメーションGIFを指定すると動画に変換される説明を追記(post --video)
GitHubリポジトリ
以下も御参照ください。
README
CHANGELOG
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 8, 2025 at 12:48 PM
Eu lancei a versão v0.20.0 do cliente Bluesky "bsky-sh-cli (Bluesky no shell)", implementado em script shell.
- Adicionado suporte para adicionar, listar e remover favoritos (bookmark)
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 8, 2025 at 12:43 PM
I have released v0.20.0 of the shell script implementation Bluesky client "bsky-sh-cli (Bluesky in the shell)".
- Added support for adding, listing, and removing bookmarks (bookmark)
- Added indicators in post view to show bookmark count and whether the post is bookmarked
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 8, 2025 at 12:43 PM
BlueskyではアニメーションGIFをアップロードすると、動画としてポストされるようになりました!
bsky-sh-cli (Bluesky in the shell)では、postコマンドの--videoオプションにアニメーションGIFのファイルを指定することにより、アニメーションGIFを動画としてポストすることができます。
例:
bsky --text 'GIF' --video <アニメーションGIFファイル名>
なお静止画GIFを--videoに指定すると、0秒動画(頻繁に繰り返し再生)となりますので御注意ください。
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
Agora o Bluesky permite que GIFs animados sejam postados como vídeos!
No bsky-sh-cli (Bluesky no terminal), é possível postar um GIF animado como vídeo especificando o arquivo GIF com a opção --video no comando post.
Exemplo:
bsky --text 'GIF' --video <nome-do-arquivo-GIF-animado>
September 5, 2025 at 1:16 PM
Bluesky now supports posting animated GIFs as videos!
In bsky-sh-cli (Bluesky in the shell), you can post an animated GIF as a video by specifying the GIF file with the --video option in the post command.
Example:
bsky --text 'GIF' --video <animated-GIF-filename>
September 5, 2025 at 1:15 PM
シェルスクリプト実装Blueskyクライアント「bsky-sh-cli (Bluesky in the shell)」のv0.19.0をリリースしました。
・ポスト/リポスト/いいねの取り消しに対応(cancel)
・ポスト表示のリポスト/いいねの数の隣に自分がリアクションしたかどうかを表示
GitHubリポジトリ
以下も御参照ください。
README
CHANGELOG
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
August 3, 2025 at 8:05 AM
Eu lancei a versão v0.19.0 do cliente Bluesky "bsky-sh-cli (Bluesky no shell)", implementado em script shell.
- Suporte para cancelar posts/reposts/curtidas (cancelar)
- Exibir se você reagiu ao lado do número de reposts/curtidas na visualização de post
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
August 3, 2025 at 8:04 AM
I have released v0.19.0 of the shell script implementation Bluesky client "bsky-sh-cli (Bluesky in the shell)".
- Support for canceling posts/reposts/likes (cancel)
- Display whether you have reacted next to the number of reposts/likes in post view
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
August 3, 2025 at 8:03 AM
シェルスクリプト実装Blueskyクライアント「bsky-sh-cli (Bluesky in the shell)」のv0.18.0をリリースしました。
・リポストに対するいいね・リポストでのリポスト者への通知に対応(like/repost)
・リポスト者への通知抑止オプション追加(--notify-origin-only)
・いいね・リポストコマンドのURI/CID指定形式でのリポストURI/CID指定オプション追加(like/repost --via-uri/--via-cid)
・ID出力モードでのリポストURI/CID出力対応(--output-id)
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
July 20, 2025 at 10:38 AM
Eu lancei a versão v0.18.0 do cliente Bluesky "bsky-sh-cli (Bluesky no shell)", implementado em script shell.
- Suporte para notificações aos reposters ao curtir/repostar um repost (like/repost)
- Adicionada opção para suprimir notificações aos reposters (--notify-origin-only)
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
July 20, 2025 at 10:38 AM
I have released v0.18.0 of the shell script implementation Bluesky client "bsky-sh-cli (Bluesky in the shell)".
- Support for notifications to reposters when liking/reposting a repost (like/repost)
- Added option to suppress notifications to reposters (--notify-origin-only)
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
July 20, 2025 at 10:37 AM
シェルスクリプト実装Blueskyクライアント「bsky-sh-cli (Bluesky in the shell)」のv0.17.0をリリースしました。
・プロファイル個別カスタマイズ設定ファイル対応($HOME/.bsky_sh_cli_<プロファイル名>_rc)
・GNU sedパス指定対応(環境変数BSKYSHCLI_GNU_SED_PATH)
・インストーラのGNU sedパス指定対応(install.sh --config-gsed-path)
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
July 13, 2025 at 3:49 AM
Eu lancei a v0.17.0 da implementação do script de shell do cliente Bluesky "bsky-sh-cli (Bluesky no shell)".
- Suporta arquivos de configuração de personalização específicos de perfil ($HOME/.bsky_sh_cli__rc)
Repositório 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
July 13, 2025 at 3:48 AM
I have released v0.17.0 of the shell script implementation Bluesky client "bsky-sh-cli (Bluesky in the shell)".
- Supports profile-specific customization configuration files ($HOME/.bsky_sh_cli__rc)
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
July 13, 2025 at 3:47 AM
bsky-sh-cli (Bluesky no shell) foi registrado no Community Showcase.
docs.bsky.app/showcase?nam...
Community Showcase | Bluesky
Community projects built on the Bluesky API.
docs.bsky.app
May 9, 2025 at 10:15 PM
bsky-sh-cli (Bluesky in the shell)がCommunity Showcaseに登録されました。
docs.bsky.app/showcase?nam...
Community Showcase | Bluesky
Community projects built on the Bluesky API.
docs.bsky.app
May 9, 2025 at 10:14 PM
bsky-sh-cli (Bluesky in the shell) has been registered in Community Showcase.
docs.bsky.app/showcase?nam...
Community Showcase | Bluesky
Community projects built on the Bluesky API.
docs.bsky.app
May 9, 2025 at 10:13 PM
シェルスクリプト実装Blueskyクライアント「bsky-sh-cli (Bluesky in the shell)」のv0.16.0をリリースしました。
テキストリンク投稿機能対応([テキスト](URL))
・スレッド投稿機能(posts)でのリンクカード出力対象指定対応(--linkcard-index)
・リンクカードのOGP画像リサイズパラメタ変更
・ログインシェルcsh/tcsh対応
・FreeBSDで動作するようチューニング
GitHubリポジトリ
以下も御参照ください。
README
CHANGELOG
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
March 30, 2025 at 4:08 AM
Eu lancei a v0.16.0 da implementação do script de shell do cliente Bluesky "bsky-sh-cli (Bluesky no shell)".
- Link de texto Suporte à função de postagem ([Texto](URL))
Repositório 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
March 30, 2025 at 4:07 AM
I have released v0.16.0 of the shell script implementation Bluesky client "bsky-sh-cli (Bluesky in the shell)".
- Text link Posting function support ([Text](URL))
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
March 30, 2025 at 4:06 AM
Eu lancei a v0.15.0 da implementação do script de shell do cliente Bluesky "bsky-sh-cli (Bluesky no shell)".
A v0.15.0 inclui:
- A postagem de vídeos agora é suportada (somente informações de texto relacionadas são exibidas).
github.com/.../bsky-sh-cli
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
February 16, 2025 at 9:35 AM