Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcsalterego/Sky.app
Sky.app is a great way to use Bluesky Social on MacOS, featuring keyboard shortcuts, Dark Mode Sync, and notification badges.
https://github.com/jcsalterego/Sky.app
bluesky
Last synced: 3 months ago
JSON representation
Sky.app is a great way to use Bluesky Social on MacOS, featuring keyboard shortcuts, Dark Mode Sync, and notification badges.
- Host: GitHub
- URL: https://github.com/jcsalterego/Sky.app
- Owner: jcsalterego
- License: other
- Created: 2023-04-26T13:57:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T14:03:21.000Z (8 months ago)
- Last Synced: 2024-06-30T15:44:15.083Z (5 months ago)
- Topics: bluesky
- Language: Swift
- Homepage:
- Size: 4.24 MB
- Stars: 75
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bluesky - Sky.app - alternative MacOS client (Alternative Clients)
README
# Sky.app
Sky.app is a great way to use Bluesky Social on MacOS. It features
keyboard shortcuts, Dark Mode Sync, and notification badges._If you're looking for the official Bluesky Social iOS app, [head on over to the App Store](https://apps.apple.com/us/app/bluesky-social/id6444370199)._
The current release is [**0.3.9**](https://github.com/jcsalterego/Sky.app/releases/latest).
![](Docs/screenshot.png)
## Installation
* DIY way: Clone the repo and build in XCode
* Easy way: Download the DMG from the [Releases](https://github.com/jcsalterego/Sky/releases) page## Keyboard Shortcuts
### Posting
* `⌘-N` New Post
### Navigation
* `⌘-⇧-R` Refresh
* `⌘-⇧-]` Next Tab (or `^-Tab`)
* `⌘-⇧-[` Previous Tab (or `^-⇧-Tab`)In Compact Mode:
* `⌘-1` Home
* `⌘-2` Search
* `⌘-3` Feeds
* `⌘-4` Notifications
* `⌘-5` ProfileIn Desktop Mode:
* `⌘-1` Home
* `⌘-2` Search
* `⌘-3` Feeds
* `⌘-4` Notifications
* `⌘-5` Lists
* `⌘-6` Moderation
* `⌘-7` Profile
* `⌘-8` Settings### Other
* `⌘-K` Jump To...
* `⌘-T` Open in Browser
* `⌘-⇧-D` Toggle Dark Mode
* `⌘-⇧-C` Copy Share URL
* `^-⌘-⇧-C` Copy Current URL## Credits
Made by [@jcsalterego.bsky.social](https://bsky.app/profile/jcsalterego.bsky.social).
App icon based on the [work](https://unsplash.com/photos/KVVpx8M10OY) of Carmine Savarese.
Check for Updates powered by [Sparkle](https://sparkle-project.org).
## Changelog
### 0.3.9
* Remove Developer Console [#7](https://github.com/jcsalterego/Sky.app/issues/7)
* Remove Mute Terms
* Fix page up/down [#8](https://github.com/jcsalterego/Sky.app/issues/8)
* Fix cmd-n for New Post [#9](https://github.com/jcsalterego/Sky.app/issues/9)
* Fix cmd-# for refresh [#10](https://github.com/jcsalterego/Sky.app/issues/10)### 0.3.8
* Restore scrolling
* Restore tab navigation
* Fix menu item shortcuts (`⌘-1`)### 0.3.7
* More bug fixes for keyboard navigation
## Changelog
### 0.3.6
* Bug fixes for keyboard navigation
### 0.3.5
* Performance cleanup
### 0.3.4
* `Advanced > Translations in Window` opens up translations in its own window.
* FIX: badge notification counts reflect muted threads### 0.3.3
* `Advanced > Hide Replies in Following` hides replies in your Home Following timeline.
### 0.3.1
* `Jump To...` allows for quick access to various sections
* FIX: Dark Mode toggle when not in System mode### 0.3.0
* `Check for Updates...` available.
### 0.2.5
* Update View Menu and navigation hotkeys
### 0.2.4
* Zoom support
* Clean up "Search Posts By Newest First" loading
* Mute Terms also apply to search results### 0.2.3
* Mute Terms: hide posts and notifications with certain words. `Advanced > Mute Terms > Edit...`
* FIX: Dev Console loading error
* `Esc` clears search terms when searching
* Performance cleanup### 0.2.1
* Rewrite `staging.bsky.app` to `bsky.app`
### 0.2.0
* Use `bsky.app`
### 0.1.4
* `⌘-1`, `⌘-2`, etc now follow the available navigation, depending on
whether you're in compact mode, or desktop mode
* FIX: Some network calls failed to return correctly### 0.1.3
* View > Toggle Dark Mode
* Performance updates
* ⌘-⇧-C now copies the Share URL (`staging.bsky.app` becomes `bsky.app`)
* ^-⌘-⇧-C copies the Full URL, while increasing finger dexterity
* FIX: ⌘-5 opens Settings in compacted mode### 0.1.2
* FIX: `⌘-Number` navigation in non-compact view
* New keyboard shortcuts:
* Go back in various contexts: `Esc`
* Next page: `PgDn`, `SPC`
* Prev page: `PgUp`, `⇧-SPC`
* Go to Top: `Home`### 0.1.1
* FIX: Attach photos to posts
### 0.1.0
* Notarized ✨
### 0.0.9
* Fix Tab navigation in Dark Mode
* `Advanced > Developer Console`### 0.0.8
* Using `⌘-1` for Home while you're already on the page will click the
"Load More Posts" button. Same for Notifications.
* Navigate inner tabs (Following, What's New):
* Previous Tab: `⌘-⇧-[` or `^-⇧-Tab`
* Next Tab: `⌘-⇧-]` or `^-Tab`
* Bonus key binding: `⌘-k` goes to Search
* `Advanced > Search Posts By Newest First` will reorder searched posts in reverse chronological order.### 0.0.7
* FIX: Restore Dark Mode sync scrollbars. Whoops.
### 0.0.6
* Notification badges! It might be a little wonky. One can always issue a Refresh (⌘-⇧-R).
* FIX: Dark Mode sync got outta whack. It is in whack now.
* FIX: Search page is scrollable now.### 0.0.5
* ⌘-⇧-C to copy the current URL (#1)
### 0.0.4
* Open in Browser
### 0.0.3
* Full Light/Dark Mode sync (scrollbars included)
### 0.0.2
* Title bar follows dark mode
* FIX: Remove outer scrollbars### 0.0.1
* Initial release
## LICENSE
[2-Clause BSD](LICENSE)