From 018f016c9881e74dbd65b0d62f9020df1fb595a8 Mon Sep 17 00:00:00 2001 From: Makoto Aoyama Date: Fri, 24 Jul 2020 19:34:53 +0900 Subject: [PATCH] Add GitBlamePR (#569) Co-authored-by: Serhii Londar --- applications.json | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/applications.json b/applications.json index 02b0ca9..59b0442 100644 --- a/applications.json +++ b/applications.json @@ -7931,7 +7931,24 @@ "swift" ] }, - { + { + "short_description": "Mac app that shows pull request last modified each line of a file", + "categories": [ + "git" + ], + "repo_url": "https://github.com/maoyama/GitBlamePR", + "title": "GitBlamePR", + "icon_url": "https://github.com/maoyama/GitBlamePR/blob/master/GitBlamePR/Assets.xcassets/AppIcon.appiconset/gitblamepr1024.png", + "screenshots": [ + "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c1.gif", + "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif", + ], + "official_site": "", + "languages": [ + "swift" + ] + }, + { "repo_url" : "https://github.com/wynioux/macOS-GateKeeper-Helper", "official_site" : "", "title" : "macOS GateKeeper Helper", @@ -7945,10 +7962,10 @@ ], "categories" : [ "system", - "utilities", - "security", - "terminal" + "utilities", + "security", + "terminal" ] - }, + } ] }