Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).