Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JustinFincher/BoardForGitHub
A small application to monitor your GitHub project web page in a webview-based native macOS app
https://github.com/JustinFincher/BoardForGitHub
board github-pages macos project trello
Last synced: 3 months ago
JSON representation
A small application to monitor your GitHub project web page in a webview-based native macOS app
- Host: GitHub
- URL: https://github.com/JustinFincher/BoardForGitHub
- Owner: JustinFincher
- Created: 2016-11-28T15:44:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T16:06:35.000Z (over 7 years ago)
- Last Synced: 2024-05-02T01:25:03.187Z (6 months ago)
- Topics: board, github-pages, macos, project, trello
- Language: Objective-C
- Homepage: https://justinfincher.github.io/BoardForGitHub-Landing/
- Size: 16.9 MB
- Stars: 78
- Watchers: 7
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-mac-os-apps - Board For GitHub - Small application to monitor your GitHub project web page in a native macOS app :octocat:! ![objective_c_icon] (Applications / Development)
- open-source-mac-os-apps - Board For GitHub - Small application to monitor your GitHub project web page in a native macOS app :octocat:! ![objective_c_icon] (Applications / Development)
README
# Board For GitHub
[![Build Status](https://travis-ci.org/JustinFincher/BoardForGitHub.svg?branch=master)](https://travis-ci.org/JustinFincher/BoardForGitHub)
A small application to monitor your GitHub project web page in a native macOS app :octocat:!
![](https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/Banner.jpg)
---
# System Requirement
10.12, maybe 10.11 and 10.10, but I am not sure because I used a new enum (from 10.12) with `self.window.styleMask` in `JZWindowController.m` and I don't know if it will fall back to the equal state when in previous version of macOS.
---
# How to use
If this is the first time you open the app, you will be redirected to the login page.
And shows the default project :
![](https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/1.jpg)Then click the octocat icon ( upper-left, next to window buttons ), a dialog will open asking project url. Fill it and click OK to load web page and also save it in userdefaults so next time this app will load this url automatically.
![](https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/2.jpg)---
# Release
Go [Releases](https://github.com/JustinFincher/BoardForGitHub/releases)