2.3 KiB
2.3 KiB
Whalebird
Whalebird is a mastodon client for desktop application. If you want to use release build, please download from release page.
Feature
- An interface like slack
- Notify to desktop
- Streaming
- Many keyboard shortcuts
- Manage multiple accounts
Shortcuts
Mac | Linux, Windows | |
---|---|---|
Toot, Reply | Cmd + Enter | Ctrl + Enter |
Change accounts | Cmd + 1, 2, 3... | Ctrl + 1, 2, 3... |
Jump to another timeline | Cmd + k | Ctrl + k |
Open new toot window | Cmd + n | Ctrl + n |
Install
Mac
Download from release page, and to decompress. I recommend that you move whalebird.app
to /Applications
.
Please wait for distribute in Mac app store, I'm preparing.
Linux
Download from release page, and to decompress. I'm preparing deb and rmp packages.
Windows
Download from release page, and to decompress. I'm preparing installer.
Development
# clone this repository
$ git clone https://github.com/h3poteto/whalebird-desktop.git
$ cd whalebird-desktop
# install dependencies
$ npm install
# serve with hot reload at localhost:9080
$ npm run dev
Release
When you build release packages, please use electron-builder
. Now I don't use electron-packager
.
# for linux
$ npm run build:linux
# for mac
# This command automatically loads the Developer ID Application certificate from your keychain.
$ npm run build:mac
License
The software is available as open source under the terms of the MIT License.