Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phoqe/remmi
- Owner: phoqe
- License: mit
- Created: 2020-11-11T20:13:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T18:35:50.000Z (over 3 years ago)
- Last Synced: 2024-08-03T09:03:26.603Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remmi
Daily GitHub contributions in your macOS status bar.
## Screenshot
## 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