mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add PowerShell (#456)
* Add PowerShell * Fix tests * Update applications.json
This commit is contained in:
parent
f920d60c49
commit
99d9011dd6
2 changed files with 19 additions and 5 deletions
|
@ -8,7 +8,7 @@ before_script:
|
|||
- gem install bundler
|
||||
- gem install danger
|
||||
script:
|
||||
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com
|
||||
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6
|
||||
- danger
|
||||
after_success:
|
||||
- swift ./.github/main.swift
|
||||
|
|
|
@ -2106,13 +2106,13 @@
|
|||
"screenshots": [
|
||||
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/inspect-screenshot.png",
|
||||
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/intercept-screenshot.png",
|
||||
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
|
||||
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
|
||||
],
|
||||
"official_site": "https://httptoolkit.tech/mock/",
|
||||
"languages": [
|
||||
"typescript"
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
"short_description": "Insomnia is a cross-platform REST client, built on top of Electron. ",
|
||||
"categories": [
|
||||
|
@ -7216,14 +7216,14 @@
|
|||
"productivity"
|
||||
],
|
||||
"repo_url": "https://github.com/ivoronin/TomatoBar",
|
||||
"title": "TomatoBar",
|
||||
"title": "TomatoBar",
|
||||
"icon_url": "",
|
||||
"screenshots": [],
|
||||
"official_site": "",
|
||||
"languages": [
|
||||
"swift"
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
"short_description": "Mounts archives like disk images.",
|
||||
"categories": [
|
||||
|
@ -7269,6 +7269,20 @@
|
|||
"languages": [
|
||||
"javascript"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools.",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"repo_url": "https://github.com/powershell/powershell",
|
||||
"title": "PowerShell",
|
||||
"icon_url": "https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png",
|
||||
"screenshots": [],
|
||||
"official_site": "https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6",
|
||||
"languages": [
|
||||
"c_sharp"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue