https://github.com/steamclock/quests
Quests is a MacOS tool for managing Issues and PRs that lives in your menu bar.
https://github.com/steamclock/quests
Last synced: about 1 year ago
JSON representation
Quests is a MacOS tool for managing Issues and PRs that lives in your menu bar.
- Host: GitHub
- URL: https://github.com/steamclock/quests
- Owner: steamclock
- License: mit
- Created: 2020-12-17T19:06:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T22:22:44.000Z (about 1 year ago)
- Last Synced: 2025-03-28T11:01:39.147Z (about 1 year ago)
- Language: Swift
- Size: 7.91 MB
- Stars: 27
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README


Quests is a MacOS tool written in Swift for versions 10.14 and up designed to track issue and PR status in your menu bar. It currently works with GitHub, GitLab and JIRA and is available [on the Mac App Store](https://apps.apple.com/ca/app/quests/id1447415753?mt=12).
## Contributing
Please read our [Contributing Guide](https://github.com/steamclock/Quests/blob/master/CONTRIBUTING.md) for more information about contributing code or reporting issues.
Using XCode 12 is encouraged, remember to open `Quests.xcworkspace` rather than `Quests.xcodeproj`.
### Cloning/Building Locally
1. Install or update to the latest version of Bundler with:
```bash
gem install bundler
```
2. In the project root directory, install the dependencies specified in the Gemfile.
```bash
bundle install
```
3. In the project root directory, install dependencies specified in the Podfile.
```bash
bundle exec pod install --repo-update
```
There seems to be some issues with [Apollo-iOS](https://github.com/apollographql/apollo-ios) and outdated version of NPM that will prevent people from building Quests locally.
Since Apollo relies on NPM to download and run some code generation tools, you'll need to [update NPM](https://stackoverflow.com/questions/8191459/how-do-i-update-node-js). If that doesn't work, you'll need to install the Apollo CLI tools globally (`npm install -g apollo`). Running `pod install` when you first download the app may help as well.
### SwiftLint
We use [SwiftLint](https://github.com/realm/SwiftLint) to encourage a common style of code. While the app should build and work without it, if you intend on submitting a PR it should not generate any new warnings or errors.
## License
Quests is released under the MIT License. [See LICENSE](https://github.com/steamclock/Quests/blob/master/LICENSE.md) for details.