mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Add GitBlamePR (#569)
Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
e0e8550dcc
commit
018f016c98
1 changed files with 22 additions and 5 deletions
|
@ -7931,7 +7931,24 @@
|
||||||
"swift"
|
"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",
|
"repo_url" : "https://github.com/wynioux/macOS-GateKeeper-Helper",
|
||||||
"official_site" : "",
|
"official_site" : "",
|
||||||
"title" : "macOS GateKeeper Helper",
|
"title" : "macOS GateKeeper Helper",
|
||||||
|
@ -7945,10 +7962,10 @@
|
||||||
],
|
],
|
||||||
"categories" : [
|
"categories" : [
|
||||||
"system",
|
"system",
|
||||||
"utilities",
|
"utilities",
|
||||||
"security",
|
"security",
|
||||||
"terminal"
|
"terminal"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue