mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Applications.json tweaks (#2172)
* Changed Go details * Changed the details of go * Removed winget trying to install multiple packages at once * Update DevToys wniget package ID
This commit is contained in:
parent
f68c9bf213
commit
312f42f39a
@ -389,7 +389,7 @@
|
||||
"content": "DevToys",
|
||||
"description": "DevToys is a collection of development-related utilities and tools for Windows. It includes tools for file management, code formatting, and productivity enhancements for developers.",
|
||||
"link": "https://devtoys.app/",
|
||||
"winget": "9PGCV4V3BK4W"
|
||||
"winget": "DevToys-app.DevToys"
|
||||
},
|
||||
"WPFInstalldigikam": {
|
||||
"category": "Multimedia Tools",
|
||||
@ -733,7 +733,7 @@
|
||||
"content": "Git Extensions",
|
||||
"description": "Git Extensions is a graphical user interface for Git, providing additional features for easier source code management.",
|
||||
"link": "https://gitextensions.github.io/",
|
||||
"winget": "Git.Git;GitExtensionsTeam.GitExtensions"
|
||||
"winget": "GitExtensionsTeam.GitExtensions"
|
||||
},
|
||||
"WPFInstallgithubcli": {
|
||||
"category": "Development",
|
||||
@ -741,7 +741,7 @@
|
||||
"content": "GitHub CLI",
|
||||
"description": "GitHub CLI is a command-line tool that simplifies working with GitHub directly from the terminal.",
|
||||
"link": "https://cli.github.com/",
|
||||
"winget": "Git.Git;GitHub.cli"
|
||||
"winget": "GitHub.cli"
|
||||
},
|
||||
"WPFInstallgithubdesktop": {
|
||||
"category": "Development",
|
||||
@ -749,7 +749,7 @@
|
||||
"content": "GitHub Desktop",
|
||||
"description": "GitHub Desktop is a visual Git client that simplifies collaboration on GitHub repositories with an easy-to-use interface.",
|
||||
"link": "https://desktop.github.com/",
|
||||
"winget": "Git.Git;GitHub.GitHubDesktop"
|
||||
"winget": "GitHub.GitHubDesktop"
|
||||
},
|
||||
"WPFInstallgitkrakenclient": {
|
||||
"category": "Development",
|
||||
@ -794,9 +794,9 @@
|
||||
"WPFInstallgolang": {
|
||||
"category": "Development",
|
||||
"choco": "golang",
|
||||
"content": "GoLang",
|
||||
"description": "GoLang (or Golang) is a statically typed, compiled programming language designed for simplicity, reliability, and efficiency.",
|
||||
"link": "https://golang.org/",
|
||||
"content": "Go",
|
||||
"description": "Go (or Golang) is a statically typed, compiled programming language designed for simplicity, reliability, and efficiency.",
|
||||
"link": "https://go.dev/",
|
||||
"winget": "GoLang.Go"
|
||||
},
|
||||
"WPFInstallgoogledrive": {
|
||||
@ -2397,7 +2397,7 @@
|
||||
"content": "VS Code",
|
||||
"description": "Visual Studio Code is a free, open-source code editor with support for multiple programming languages.",
|
||||
"link": "https://code.visualstudio.com/",
|
||||
"winget": "Git.Git;Microsoft.VisualStudioCode"
|
||||
"winget": "Microsoft.VisualStudioCode"
|
||||
},
|
||||
"WPFInstallvscodium": {
|
||||
"category": "Development",
|
||||
@ -2405,7 +2405,7 @@
|
||||
"content": "VS Codium",
|
||||
"description": "VSCodium is a community-driven, freely-licensed binary distribution of Microsoft's VS Code.",
|
||||
"link": "https://vscodium.com/",
|
||||
"winget": "Git.Git;VSCodium.VSCodium"
|
||||
"winget": "VSCodium.VSCodium"
|
||||
},
|
||||
"WPFInstallwaterfox": {
|
||||
"category": "Browsers",
|
||||
|
Loading…
Reference in New Issue
Block a user