Whalebird è un client Mastodon, Pleroma e Misskey per applicazioni desktop Quando ricevi una notifica, questa viene notificata al tuo desktop. È possibile personalizzare il tema a piacere https://mastodon.it
Go to file
Canorus 79c4105cde Fix indentation error
Fixed over-indentation caused by VSC
2018-08-20 15:02:56 +09:00
.circleci refs #434 Add mocha test and run in circleci 2018-07-12 00:46:55 +09:00
.electron-vue Fix buil setting for locales 2018-08-15 00:46:48 +09:00
.github/ISSUE_TEMPLATE Update issue template 2018-08-19 15:28:35 +09:00
build refs #190 Add operation sound file 2018-04-05 22:27:36 +09:00
dist Initial commit 2018-03-07 22:28:48 +09:00
packages refs #78 Create makefile for production release 2018-03-22 14:50:19 +09:00
plist Setup build environment for Mac App Store version 2018-03-31 00:40:43 +09:00
src Fix indentation error 2018-08-20 15:02:56 +09:00
static Fix scroll of splash screen 2018-07-30 00:18:28 +09:00
test refs #480 Parse emoji and show emoji in toot 2018-08-18 22:15:46 +09:00
.babelrc refs #434 Add mocha test and run in circleci 2018-07-12 00:46:55 +09:00
.eslintignore Initial commit 2018-03-07 22:28:48 +09:00
.eslintrc.js Initial commit 2018-03-07 22:28:48 +09:00
.gitignore refs #78 Create makefile for production release 2018-03-22 14:50:19 +09:00
.nvmrc Add nvmrc 2018-05-23 01:25:34 +09:00
.stylelintignore Add stylelint config 2018-07-05 22:33:51 +09:00
.stylelintrc.json refs #455 Fix stylelint config for update stylelint-processor-html 2018-07-27 22:18:30 +09:00
.travis.yml Initial commit 2018-03-07 22:28:48 +09:00
CHANGELOG.md Update CHANGELOG 2018-08-19 15:12:54 +09:00
LICENSE.txt Add license 2018-04-14 22:20:53 +09:00
README.md refs #506 Add description how to add language in README 2018-08-18 19:30:07 +09:00
app-store.svg Update donwload link for app store with badge 2018-08-15 15:28:30 +09:00
appStore.sh Change app name to Whalebird 2018-06-04 22:08:10 +09:00
appveyor.yml Initial commit 2018-03-07 22:28:48 +09:00
package-lock.json Bump to version 2.1.0 2018-08-19 17:44:31 +09:00
package.json Bump to version 2.1.0 2018-08-19 17:44:31 +09:00
screenshot.gif Add screenshot gif 2018-04-16 23:31:39 +09:00
screenshot.png Add screenshot for readme 2018-03-24 00:03:27 +09:00
sideci.yml Add stylelint for sideci 2018-07-05 22:35:29 +09:00

README.md

Whalebird

CircleCI GitHub release App Store

Whalebird is a mastodon client for desktop application.

demo

Feature

  • An interface like slack
  • Notify to desktop
  • Streaming
  • Many keyboard shortcuts
  • Manage multiple accounts

Shortcuts

MacLinux, 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

App Store

Or you can download .dmg from release page.

So on, you can install from Homebrew:

$ brew update
$ brew install whalebird

Thanks to @singingwolfboy for adding it to homebrew-cask.

Linux

You can download .deb or .rpm from release page. If you do not want to use package manager, please download .tar.bz2 file and docompress it.

Or please install the app from snapcraft.io.

$ sudo snap install whalebird

Windows

You can download .exe from release page.

Development

We'd love you to contribute to Whalebird.

Minimum requirements for development

  • Node.js greater than or equal version 8.9.0
  • npm or yarn

Getting started

# 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

How to add new language

  1. First, please prepare translation, and translation missing file for your language.
  2. Next, add your language to constants like French.
  3. Finally, add your language at here.

If there is something unknown, please refer this pull request: https://github.com/h3poteto/whalebird-desktop/pull/502

Release

Binary

When you build release packages, please use electron-builder.

# for linux
$ npm run build:linux

# for mac
# This command automatically loads the Developer ID Application certificate from your keychain.
$ npm run build:mac

AppStore

Please prepare certificates on your Apple developer console. The following keys are required:

  • Mac App Distribution: 3rd Party Mac Developer Application: NAME (TEAM_ID)
  • Mac Installer Distribution: 3rd Party Mac Developer Installer: NAME (TEAM_ID)

and register your KeyChain.

Then, create a Mac App ID like org.whalebird.desktop.

$ npm run build:mas

# This command automatically loads the certificates from you keychain.
$ ./appStore.sh

After that, the .pkg file is created under ./packages.

Please upload the .pkg to App Store using Application Loader in Xcode.

Snapcraft

First, please prepare snapcraft command.

$ brew install snapcraft

And prepare docker environment which is used in snapcraft building.

Build app for linux.

$ npm run build:linux

And upload.

$ snapcraft push build/whalebird_1.0.0_amd64.snap --release stable

License

The software is available as open source under the terms of the MIT License.