Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phoqe/remmi

Daily GitHub contributions in your macOS status bar.
https://github.com/phoqe/remmi

Last synced: about 1 month ago
JSON representation

Daily GitHub contributions in your macOS status bar.

Awesome Lists containing this project

README

        

# Remmi

Daily GitHub contributions in your macOS status bar.

## Screenshot

Dark
Light

## Motivation

A fun way to begin writing macOS apps in Swift. Nothing serious.

## Remarks

- The count refreshes every 5 minutes.
- Clicking the count triggers a refresh and resets the refresh timer.
- SwiftSoup for DOM parsing. Yes, it’s an unnecessary overhead.

## Installation

I recommend installing Remmi with Homebrew for automatic updates.

### Homebrew

```sh
brew install --cask phoqe/cask/phoqe-remmi
```

If you want Remmi to launch at login, add it to Login Items.

### Manual

1. Download the latest stable version of Remmi in the [Releases](https://github.com/phoqe/remmi/releases) section on GitHub.
2. Expand the `Remmi.zip` file.
3. Drag the `Remmi.app` file to the `~/Applications` directory.
4. Start Remmi and enter your GitHub username.

If you want Remmi to launch at login, add it to Login Items.

## Licence

MIT