skyter is a Bluesky client for the terminal built using atproto and textual. Pronounce it however you prefer.
Features:
- View likes of other users
- Optionally hide post and user metrics
- Option for feeds to automatically update with new posts
- Pause/resume notifications
- Run multiple instances of skyter in terminal multiplexer for tweetdeck-like set-up
Not yet supported:
- DMs
- Bookmarks
- Thread composing
- Saving post drafts
- List / starter pack management
- Post interaction settings
- Bluesky settings (other than saved feeds)
- Python 3.8+
- xclip (if on Linux)
- python-dotenv: run
pip install python-dotenvif you want to use an.envfile for credentials - textual's prepackaged tree-sitter binaries for json syntax highlighting: run
pip install "textual[syntax]" - terminal media viewers such as feh or mpv are recommended for opening post media
pip install skyter
- Optional but strongly recommended: create an app password in the web client or app. You do not need to allow access to direct messages, as DMs are not yet supported. Password login is not supported for 2FA-enabled accounts
- Optionally set
BSKY_LOGINandBSKY_APP_PASSWORD(andBSKY_PDS, if using an alternate PDS) environment variables to be logged in when the app is initialized and skip the login screen. - Check your default settings by opening the command palette and going to settings:
ctrl+p->Settings, or configure thesettings.jsonfile manually. The file will be created automatically atdata/settings.jsonin the installed location the first time the app is opened. See https://skyter.readthedocs.io/en/latest/settings.html for more details.