A command-line tool for interacting with the Bluesky social network, written in Go.
Note
This project is under active development and is not yet feature-complete. Expect changes and potential issues.
Currently, cli-sky
supports the following features:
- Posting:
- ✅ Plain text posts
- ✅ Hashtags (automatic linking)
- ✅ Links (automatic linking)
- ✅ Mentions (@handles)
The following features are planned for future releases:
- Command-Line Interface Improvements:
- ✅ Allow passing post content directly as a command-line argument (e.g.,
cli-sky post "Hello, Bluesky!"
) - Interactive mode for composing posts
- ✅ Allow passing post content directly as a command-line argument (e.g.,
These are features I might release in the future.
- Posting Enhancements:
- Image uploads
- Feed Management:
- View your home feed
- View other user's profiles and feeds
- User Management:
- User lookup
- Follow/Unfollow users
Instructions on how to install and configure cli-sky
will be added soon.
Contributions are welcome! I am working on a CONTRIBUTING.md
guide!
The project is MIT licensed!