Mac app that shows pull request last modified each line of a file.Written in SwiftUI.
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.
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:
$ open gitblamepr://$(realpath example.txt | nkf -WwMQ | tr = %)
Download the latest release, unzip, and run GitBlamePR.app.
macOS Catalina