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
b45820adf4
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.0 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.circleci | ||
.electron-vue | ||
.github | ||
build | ||
dist | ||
packages | ||
plist | ||
spec | ||
src | ||
static | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
.stylelintignore | ||
.stylelintrc.json | ||
CHANGELOG.md | ||
DEVELOPMENT.md | ||
LICENSE.txt | ||
Makefile | ||
README.md | ||
app-store.svg | ||
appStore.sh | ||
crowdin.yml | ||
package-lock.json | ||
package.json | ||
screenshot_1.png | ||
sideci.yml | ||
tsconfig.json |
README.md
Whalebird
Whalebird is a mastodon client for desktop application.
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 |
Reload current timeline | Cmd + r | Ctrl + r |
Select next toot | j | j |
Select previous toot | k | k |
Switch focus to left column | h | h |
Switch focus to right column | l | l |
Reply to the toot | r | r |
Reblog the toot | b | b |
Favourite the toot | f | f |
Open details of the toot | o | o |
Open account profile of the toot | p | p |
Open the images | i | i |
Show/hide CW and NSFW | x | x |
Close current page | esc | esc |
Show shortcut keys | ? | ? |
Install
Mac
Or you can download .dmg
from release page.
So on, you can install from Homebrew:
$ brew update
$ brew cask 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 the package manager, please download .tar.bz2
file and decompress it.
Or please install the app from snapcraft.io.
$ sudo snap install whalebird
Windows
You can download .exe
from release page.
Translation
If you can speak multiple languages, could you please help with translation in Crowdin?
Or if you want add new language, please create an issue. I will add it.
Development
We'd love you to contribute to Whalebird.
Minimum requirements for development
- Node.js greater than or equal version 8.9.0 (10.x is recommended)
- npm or yarn
Getting started
# clone this repository
$ git clone https://github.com/h3poteto/whalebird-desktop.git
$ cd whalebird-desktop
# Install font config
$ sudo apt-get install libfontconfig-dev
# install dependencies
$ npm install
# serve with hot reload at localhost:9080
$ npm run dev
License
The software is available as open source under the terms of the MIT License.