https://github.com/mre/menudon
🐘💬 Mastodon client for your macOS menubar
https://github.com/mre/menudon
macos mastodon mastodon-client menubar
Last synced: about 1 year ago
JSON representation
🐘💬 Mastodon client for your macOS menubar
- Host: GitHub
- URL: https://github.com/mre/menudon
- Owner: mre
- Created: 2022-11-18T18:12:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T00:47:09.000Z (over 3 years ago)
- Last Synced: 2025-06-20T03:04:55.230Z (about 1 year ago)
- Topics: macos, mastodon, mastodon-client, menubar
- Language: JavaScript
- Homepage:
- Size: 757 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Menudon
README
# Menudon

Send toots from your menubar. Supports emoji. 🐘
## Installation
Download the latest release from the [releases page](https://github.com/mre/menudon/releases).
## Setup
Put your Mastodon credentials in `~/.config/menudon/config.json`:
```json
{
"instance": "https://mastodon.social",
"username": "yourusername",
"token": "yourtoken"
}
```
You can get your token from the [Mastodon API](https://mastodon.social/settings/applications).
## Usage
Open the menubar app and write a toot.
Optionally set a visibility (public, unlisted, private, direct).
## Development
Build and run the app:
```bash
$ npm install
$ npm start
```
## Packaging
```bash
$ npm run build
```
## Why?
Lazyness (and billionaires going berserk on Twitter).
## License
MIT
App icon by [Iconduck](https://iconduck.com/icons/1891/mastodon).