Skip to content

Commit

Permalink
Add GitHub CLI to applications (#1460)
Browse files Browse the repository at this point in the history
* Added GitHub CLI to applications

GitHub cli is the command line interface offered by github alongside
github desktop.
For more information see: https://github.com/cli/cli.
Installation  instructions taken from: https://github.com/cli/cli#windows

* spelling: removed accidental dot
  • Loading branch information
DavidDotCheck authored Jan 30, 2024
1 parent 76ab3db commit 8f43136
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,15 @@
"link": "https://desktop.github.com/",
"description": "GitHub Desktop is a visual Git client that simplifies collaboration on GitHub repositories with an easy-to-use interface."
},
"WPFInstallgithubcli": {
"winget": "Git.Git;GitHub.cli",
"choco": "git;gh",
"category": "Development",
"panel": "1",
"content": "GitHub CLI",
"link": "https://cli.github.com/",
"description": "GitHub CLI is a command-line tool that simplifies working with GitHub directly from the terminal."
},
"WPFInstallgolang": {
"winget": "GoLang.Go",
"choco": "golang",
Expand Down

0 comments on commit 8f43136

Please sign in to comment.