Several Additions to 'applications.json' File (#1865)

* Add 'ditto' App to 'applications.json' File

* Add 'rdcman' App to 'applications.json' File

* Add 'mp3tag' App to 'applications.json' File

* Add 'fan control' App to 'applications.json' File
This commit is contained in:
Mr.k 2024-04-23 00:16:48 +03:00 committed by GitHub
parent 2354645b47
commit 376a2205cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,14 @@
"link": "https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns", "link": "https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns",
"winget": "Microsoft.Sysinternals.Autoruns" "winget": "Microsoft.Sysinternals.Autoruns"
}, },
"WPFInstallrdcman": {
"category": "Microsoft Tools",
"choco": "rdcman",
"content": "Remote Desktop Connection Manager (RDCMan)",
"description": "RDCMan manages multiple remote desktop connections. It is useful for managing server labs where you need regular access to each machine such as automated checkin systems and data centers.",
"link": "https://learn.microsoft.com/en-us/sysinternals/downloads/rdcman",
"winget": "Microsoft.Sysinternals.RDCMan"
},
"WPFInstallautohotkey": { "WPFInstallautohotkey": {
"category": "Utilities", "category": "Utilities",
"choco": "autohotkey", "choco": "autohotkey",
@ -295,6 +303,14 @@
"link": "https://copyq.readthedocs.io/", "link": "https://copyq.readthedocs.io/",
"winget": "hluk.CopyQ" "winget": "hluk.CopyQ"
}, },
"WPFInstallditto": {
"category": "Utilities",
"choco": "ditto",
"content": "Ditto (Clipboard Manager)",
"description": "Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.",
"link": "https://github.com/sabrogden/Ditto",
"winget": "Ditto.Ditto"
},
"WPFInstallcpuz": { "WPFInstallcpuz": {
"category": "Utilities", "category": "Utilities",
"choco": "cpu-z", "choco": "cpu-z",
@ -1247,6 +1263,14 @@
"link": "https://getmusicbee.com/", "link": "https://getmusicbee.com/",
"winget": "MusicBee.MusicBee" "winget": "MusicBee.MusicBee"
}, },
"WPFInstallmp3tag": {
"category": "Multimedia Tools",
"choco": "mp3tag",
"content": "Mp3tag (Metadata Audio Editor)",
"description": "Mp3tag is a powerful and yet easy-to-use tool to edit metadata of common audio formats.",
"link": "https://www.mp3tag.de/en/",
"winget": "Mp3tag.Mp3tag"
},
"WPFInstallnanazip": { "WPFInstallnanazip": {
"category": "Utilities", "category": "Utilities",
"choco": "nanazip", "choco": "nanazip",
@ -2590,5 +2614,13 @@
"description": "get things from one computer to another, safely", "description": "get things from one computer to another, safely",
"link": "https://github.com/magic-wormhole/magic-wormhole", "link": "https://github.com/magic-wormhole/magic-wormhole",
"winget": "magic-wormhole.magic-wormhole" "winget": "magic-wormhole.magic-wormhole"
},
"WPFInstallfancontrol": {
"category": "Utilities",
"choco": "na",
"content": "FanControl",
"description": "Fan Control is a free and open-source software that allows the user to control his CPU, GPU and case fans using temperatures.",
"link": "https://getfancontrol.com/",
"winget": "Rem0o.FanControl"
} }
} }