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
AkiraFukushima f3fbe6e0a3
Merge pull request #135 from h3poteto/windows
Prepare for windows build
2018-03-26 15:15:14 +09:00
.electron-vue fix: Download NotoSans font instead of google-fonts-webpack-plugin 2018-03-26 10:51:30 +09:00
build/icons Add ico for windows 2018-03-26 11:33:13 +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
src refs #133 Clear domain name after login 2018-03-26 12:21:01 +09:00
static Initial commit 2018-03-07 22:28:48 +09:00
test Initial commit 2018-03-07 22:28:48 +09:00
.babelrc Initial commit 2018-03-07 22:28:48 +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
.travis.yml Initial commit 2018-03-07 22:28:48 +09:00
Makefile Update build command for windows 2018-03-26 14:34:12 +09:00
README.md Update README.md 2018-03-24 00:26:51 +09:00
appveyor.yml Initial commit 2018-03-07 22:28:48 +09:00
package-lock.json Bump to version 0.2.0 2018-03-26 15:13:58 +09:00
package.json Bump to version 0.2.0 2018-03-26 15:13:58 +09:00
screenshot.png Add screenshot for readme 2018-03-24 00:03:27 +09:00

README.md

whalebird

Whalebird is a mastodon client for desktop application. If you want to use release build, please download from release page.

demo

Feature

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

Shortcuts

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

TODO. Please wait...

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

I prepared Makefile for production release.

# for linux
$ make VERSION=0.1.0 PLATFORM=linux

# for mac
$ make VERSION=0.1.0 PLATFORM=darwin CERTNAME="Develper ID Application: NAME (ID)"

License

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