https://github.com/maoyama/gitblamepr
Mac app that shows pull request last modified each line of a file, Written in SwiftUI
https://github.com/maoyama/gitblamepr
github macos swiftui xcode-extension
Last synced: 9 months ago
JSON representation
Mac app that shows pull request last modified each line of a file, Written in SwiftUI
- Host: GitHub
- URL: https://github.com/maoyama/gitblamepr
- Owner: maoyama
- License: mit
- Created: 2019-12-18T15:20:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T03:52:53.000Z (over 1 year ago)
- Last Synced: 2025-03-28T16:04:29.571Z (10 months ago)
- Topics: github, macos, swiftui, xcode-extension
- Language: Swift
- Homepage:
- Size: 27.1 MB
- Stars: 29
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitBlamePR
Mac app that shows pull request last modified each line of a file.Written in SwiftUI.

## Xcode Source Editor Extension
GitBlamePR.app bundles Xcode Source Editor Extension.
Files opened in Xcode can be easily opened in GitBlamePR.app.
I recommend that you set a key binding for this function.

## URL Scheme
GitBlamePR.app defines a URL scheme that can open the specified file.
```
gitblamepr://{fileFullPath}
```
So you can easily open the specified file using command line, e.g:
```bash
$ open gitblamepr://$(realpath example.txt | nkf -WwMQ | tr = %)
```
## Installation
Download the latest [release](https://github.com/maoyama/GitBlamePR/releases), unzip, and run GitBlamePR.app.
## Requirements
macOS Catalina