2018-03-26 11:25:44 +02:00
# Whalebird
2018-08-31 16:21:00 +02:00
[![CircleCI ](https://circleci.com/gh/h3poteto/whalebird-desktop.svg?style=svg )](https://circleci.com/gh/h3poteto/whalebird-desktop)
2018-03-26 14:12:57 +02:00
[![GitHub release ](http://img.shields.io/github/release/h3poteto/whalebird-desktop.svg?style=flat-square )](https://github.com/h3poteto/whalebird-desktop/releases)
2018-08-15 08:28:30 +02:00
[![App Store ](https://img.shields.io/itunes/v/1378283354.svg?style=flat-square )](https://itunes.apple.com/us/app/whalebird/id1378283354)
2019-11-19 14:59:24 +01:00
[![Dependabot ](https://img.shields.io/badge/Dependabot-enabled-blue.svg )](https://dependabot.com)
2019-11-19 15:04:47 +01:00
[![Crowdin ](https://d322cqt584bo4o.cloudfront.net/whalebird/localized.svg )](https://crowdin.com/project/whalebird)
2018-03-07 14:28:48 +01:00
2018-05-05 12:24:41 +02:00
2018-08-15 08:21:49 +02:00
Whalebird is a mastodon client for desktop application.
2018-03-07 14:28:48 +01:00
2019-07-21 14:14:05 +02:00
![demo ](screenshot_1.png )
2018-03-23 16:05:24 +01:00
2018-03-22 17:06:49 +01:00
## Feature
2018-03-23 16:26:51 +01:00
- An interface like slack
2018-03-22 17:06:49 +01:00
- Notify to desktop
- Streaming
- Many keyboard shortcuts
- Manage multiple accounts
2018-03-23 16:14:42 +01:00
### Shortcuts
< table >
< thead >
2018-03-26 11:25:44 +02:00
< tr > < th > < / th > < th > Mac< / th > < th > Linux, Windows< / th > < / tr >
2018-03-23 16:14:42 +01:00
< / thead >
< tbody >
2018-08-22 13:56:39 +02:00
< tr > < td > Toot, Reply < / td > < td > < kbd > Cmd + Enter< / kbd > < / td > < td > < kbd > Ctrl + Enter< / kbd > < / td > < / tr >
< tr > < td > Change accounts < / td > < td > < kbd > Cmd + 1, 2, 3...< / kbd > < / td > < td > < kbd > Ctrl + 1, 2, 3...< / kbd > < / td > < / tr >
< tr > < td > Jump to another timeline < / td > < td > < kbd > Cmd + k< / kbd > < / td > < td > < kbd > Ctrl + k< / kbd > < / td > < / tr >
< tr > < td > Open new toot window < / td > < td > < kbd > Cmd + n< / kbd > < / td > < td > < kbd > Ctrl + n< / kbd > < / td > < / tr >
2019-09-25 16:08:10 +02:00
< tr > < td > Reload current timeline < / td > < td > < kbd > Cmd + r< / kbd > < / td > < td > < kbd > Ctrl + r< / kbd > < / td > < / tr >
2018-08-22 13:56:39 +02:00
< tr > < td > Select next toot < / td > < td > < kbd > j< / kbd > < / td > < td > < kbd > j< / kbd > < / td > < / tr >
< tr > < td > Select previous toot < / td > < td > < kbd > k< / kbd > < / td > < td > < kbd > k< / kbd > < / td > < / tr >
2018-12-03 15:15:10 +01:00
< tr > < td > Switch focus to left column < / td > < td > < kbd > h< / kbd > < / td > < td > < kbd > h< / kbd > < / td > < / tr >
< tr > < td > Switch focus to right column < / td > < td > < kbd > l< / kbd > < / td > < td > < kbd > l< / kbd > < / td > < / tr >
2018-08-22 13:56:39 +02:00
< tr > < td > Reply to the toot < / td > < td > < kbd > r< / kbd > < / td > < td > < kbd > r< / kbd > < / td > < / tr >
< tr > < td > Reblog the toot < / td > < td > < kbd > b< / kbd > < / td > < td > < kbd > b< / kbd > < / td > < / tr >
< tr > < td > Favourite the toot < / td > < td > < kbd > f< / kbd > < / td > < td > < kbd > f< / kbd > < / td > < / tr >
< tr > < td > Open details of the toot < / td > < td > < kbd > o< / kbd > < / td > < td > < kbd > o< / kbd > < / td > < / tr >
< tr > < td > Open account profile of the toot< / td > < td > < kbd > p< / kbd > < / td > < td > < kbd > p< / kbd > < / td > < / tr >
2018-08-28 01:34:27 +02:00
< tr > < td > Open the images < / td > < td > < kbd > i< / kbd > < / td > < td > < kbd > i< / kbd > < / td > < / tr >
< tr > < td > Show/hide CW and NSFW < / td > < td > < kbd > x< / kbd > < / td > < td > < kbd > x< / kbd > < / td > < / tr >
2018-12-03 15:15:10 +01:00
< tr > < td > Close current page < / td > < td > < kbd > esc< / kbd > < / td > < td > < kbd > esc< / kbd > < / td > < / tr >
< tr > < td > Show shortcut keys < / td > < td > < kbd > ?< / kbd > < / td > < td > < kbd > ?< / kbd > < / td > < / tr >
2018-03-23 16:14:42 +01:00
< / tbody >
< / table >
2018-03-22 17:06:49 +01:00
## Install
### Mac
2018-08-15 08:28:30 +02:00
[![App Store ](app-store.svg )](https://itunes.apple.com/us/app/whalebird/id1378283354)
2018-05-15 02:08:37 +02:00
Or you can download `.dmg` from [release page ](https://github.com/h3poteto/whalebird-desktop/releases ).
2018-03-22 17:06:49 +01:00
2018-08-15 08:38:17 +02:00
So on, you can install from Homebrew:
```
$ brew update
2018-08-20 11:00:38 +02:00
$ brew cask install whalebird
2018-08-15 08:38:17 +02:00
```
2018-08-15 11:40:40 +02:00
:sparkles: Thanks to [@singingwolfboy ](https://github.com/singingwolfboy ) for adding it to [homebrew-cask ](https://github.com/Homebrew/homebrew-cask/blob/cf568882b6e012956ca404a16be2db36ca873002/Casks/whalebird.rb ).
2018-08-15 08:38:17 +02:00
2018-03-22 17:06:49 +01:00
### Linux
2020-05-17 09:09:02 +02:00
There are some packages in [release page ](https://github.com/h3poteto/whalebird-desktop/releases ), for example `.deb` , `.rpm` and `.AppImage` .
2018-09-13 05:09:16 +02:00
If you do not want to use the package manager, please download `.tar.bz2` file and decompress it.
2018-03-22 17:06:49 +01:00
2020-05-17 09:09:02 +02:00
If you are using snap, please install from [snapcraft.io ](https://snapcraft.io/whalebird ).
2018-08-15 11:40:40 +02:00
```
$ sudo snap install whalebird
```
2018-05-15 02:08:37 +02:00
2020-05-17 09:09:02 +02:00
Or you can install from [Arch User Repository ](https://aur.archlinux.org/packages/whalebird-bin/ ).
```
$ yay -S whalebird-bin
```
:sparkles: Thanks to [@ariasuni ](https://github.com/ariasuni ) for adding it to AUR.
2018-03-22 17:06:49 +01:00
### Windows
2018-04-15 12:46:46 +02:00
You can download `.exe` from [release page ](https://github.com/h3poteto/whalebird-desktop/releases ).
2018-03-22 17:06:49 +01:00
2019-11-19 14:14:56 +01:00
## Translation
If you can speak multiple languages, could you please help with translation in [Crowdin ](https://crowdin.com/project/whalebird )?
Or if you want add new language, please create an issue. I will add it.
2018-03-22 17:06:49 +01:00
## Development
2018-03-07 14:28:48 +01:00
2018-08-16 10:29:43 +02:00
We'd love you to contribute to Whalebird.
2018-08-15 20:20:06 +02:00
### Minimum requirements for development
2019-07-06 14:37:39 +02:00
* Node.js greater than or equal version 8.9.0 (10.x is recommended)
2018-08-15 20:20:06 +02:00
* npm or yarn
### Getting started
2018-03-07 14:28:48 +01:00
``` bash
2018-03-22 17:06:49 +01:00
# clone this repository
$ git clone https://github.com/h3poteto/whalebird-desktop.git
$ cd whalebird-desktop
2018-09-26 15:01:03 +02:00
# Install font config
$ sudo apt-get install libfontconfig-dev
2018-03-07 14:28:48 +01:00
# install dependencies
2018-03-22 17:06:49 +01:00
$ npm install
2018-03-07 14:28:48 +01:00
# serve with hot reload at localhost:9080
2018-03-22 17:06:49 +01:00
$ npm run dev
```
2018-03-07 14:28:48 +01:00
2018-08-24 18:17:55 +02:00
# License
The software is available as open source under the terms of the [MIT License ](https://opensource.org/licenses/MIT ).
2018-05-05 10:38:39 +02:00
2018-08-24 18:17:55 +02:00
# Donate
2018-11-18 12:28:42 +01:00
2019-11-19 15:36:04 +01:00
[GitHub Sponsor ](https://github.com/sponsors/h3poteto )
2018-11-18 12:28:42 +01:00
[![Patreon ](https://c5.patreon.com/external/logo/become_a_patron_button.png )](https://www.patreon.com/bePatron?u=15085320)
2018-11-18 12:45:29 +01:00
[![Liberapay ](https://liberapay.com/assets/widgets/donate.svg )](https://liberapay.com/h3poteto/donate)