Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mre/menudon
🐘💬 Mastodon client for your macOS menubar
https://github.com/mre/menudon
macos mastodon mastodon-client menubar
Last synced: about 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T00:47:09.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:02:23.380Z (7 months ago)
- Topics: macos, mastodon, mastodon-client, menubar
- Language: JavaScript
- Homepage:
- Size: 757 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Menudon
README
# Menudon
![Screenshot](assets/screenshot.png)
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).