https://github.com/marcinreliga/TeamStatus-for-GitHub
A macOS application for tracking code review process
https://github.com/marcinreliga/TeamStatus-for-GitHub
Last synced: 7 months ago
JSON representation
A macOS application for tracking code review process
- Host: GitHub
- URL: https://github.com/marcinreliga/TeamStatus-for-GitHub
- Owner: marcinreliga
- Created: 2017-06-27T20:22:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T19:47:42.000Z (over 7 years ago)
- Last Synced: 2025-04-02T21:36:45.970Z (8 months ago)
- Language: Swift
- Size: 3.38 MB
- Stars: 48
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-mac-os-apps - TeamStatus-for-GitHub - macOS status bar application for tracking code review process within the team. ![swift_icon] (Applications / Development)
- awesome-swift-macos-apps - TeamStatus-for-GitHub - for-GitHub?label=" /> <img align="bottom" height="13" src="https://img.shields.io/github/last-commit/marcinreliga/TeamStatus-for-GitHub?style=flat&label=" /> - macOS status bar application for tracking code review process within the team. (Development / Git)
- stars - TeamStatus-for-GitHub
README
# TeamStatus-for-GitHub
A macOS status bar application for tracking code review process within the team.

## Download
Prebuilt binary version of the app is available here:
TeamStatus.app.zip.
## Configuration
### 1. Generate personal access token
1. Sign in to your GitHub account.
2. Go to Settings -> Developer settings -> Personal access tokens.
3. Click "Generate new token".
4. Give it some description and in the scopes select "repo".
5. Click "Generate token".
That should create the token that looks like `2d28cf2d28cf2d28cf2d28cf2d28cf2d28cf2d28`.
### 2. Run the app
To run the app execute the following command in terminal:
```
open -a TeamStatus.app --args http://urlOfYourGitHubRepository accessToken
```
Example:
```
open -a TeamStatus.app --args https://github.com/yourteam/your-repository-name 2d28cf2d28cf2d28cf2d28cf2d28cf2d28cf2d28
```