Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/br1sk/brisk
A macOS app for submitting radars
https://github.com/br1sk/brisk
apple macos openradar radar swift
Last synced: about 1 month ago
JSON representation
A macOS app for submitting radars
- Host: GitHub
- URL: https://github.com/br1sk/brisk
- Owner: br1sk
- License: mit
- Created: 2016-06-17T19:47:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T17:31:33.000Z (over 2 years ago)
- Last Synced: 2024-08-02T14:12:56.145Z (4 months ago)
- Topics: apple, macos, openradar, radar, swift
- Language: Swift
- Homepage:
- Size: 3.8 MB
- Stars: 671
- Watchers: 19
- Forks: 25
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - br1sk/brisk - A macOS app for submitting radars (Swift)
- open-source-mac-os-apps - Brisk - macOS app for submitting radars. ![swift_icon] (Applications / Development)
- open-source-mac-os-apps - Brisk - macOS app for submitting radars. ![swift_icon] (Applications / Development)
- awesome-swift-macos-apps - Brisk - macOS app for submitting radars. (Development / iOS / macOS)
- awesome-swift-macos-apps - Brisk - macOS app for submitting radars. (Development / iOS / macOS)
README
# Brisk
Brisk is a macOS app for filing [Radars](http://radar.apple.com) and
optionally crossposting them to [Open Radar](http://www.openradar.me/).Brisk is written in Swift and uses
[Sonar](https://github.com/br1sk/Sonar) to communicate with Apple's
Radar web "APIs".Brisk supports two factor auth, attachments, and saving radars as
drafts.![screenshot](.github/screenshot.png)
## Installation
There are a few different ways you can install Brisk:
1. Download the latest packaged `Brisk.app` from [the
releases](https://github.com/br1sk/brisk/releases) and copy it to
your Applications directory
1. Using [brew-cask](https://github.com/caskroom/homebrew-cask) with
`brew install --cask brisk`
1. Clone the repo and run `make install`## Development
Build Brisk locally:
```sh
$ make build
```To just install the dependencies, and then build in Xcode:
```sh
$ make dependencies
$ open -a Xcode .
```To build and install Brisk to your `/Applications` directory:
```sh
$ make install
```## Credits
Anteater icon by [Samantha Broccoli](http://www.samanthabroccoli.com)
from [Raizlabs](https://www.raizlabs.com).