From 36ae3adac4a612d2beba63d3d1a7f2248bdf43de Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Wed, 17 Apr 2024 21:49:58 +0000 Subject: [PATCH] Compile Winutil --- winutil.ps1 | 146 +++++++++++++++++++++++++++++++++++++++------ xaml/inputApp.xaml | 66 ++++++++++++++------ 2 files changed, 176 insertions(+), 36 deletions(-) diff --git a/winutil.ps1 b/winutil.ps1 index 8c8706c1..5fb7443b 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -5167,6 +5167,14 @@ $sync.configs.applications = '{ "link": "https://crystalmark.info/en/software/crystaldiskinfo/", "winget": "CrystalDewWorld.CrystalDiskInfo" }, + "WPFInstallcapframex": { + "category": "Utilities", + "choco": "na", + "content": "CapFrameX", + "description": "Frametimes capture and analysis tool based on Intel''s PresentMon. Overlay provided by Rivatuner Statistics Server.", + "link": "https://www.capframex.com/", + "winget": "CXWorld.CapFrameX" + }, "WPFInstallcrystaldiskmark": { "category": "Utilities", "choco": "crystaldiskmark", @@ -5495,6 +5503,14 @@ $sync.configs.applications = '{ "link": "https://www.freecadweb.org/", "winget": "FreeCAD.FreeCAD" }, + "WPFInstallorcaslicer": { + "category": "Multimedia Tools", + "choco": "orcaslicer", + "content": "OrcaSlicer", + "description": "G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)", + "link": "https://github.com/SoftFever/OrcaSlicer", + "winget": "SoftFever.OrcaSlicer" + }, "WPFInstallfzf": { "category": "Utilities", "choco": "fzf", @@ -6407,6 +6423,14 @@ $sync.configs.applications = '{ "link": "https://www.qbittorrent.org/", "winget": "qBittorrent.qBittorrent" }, + "WPFInstalltixati": { + "category": "Utilities", + "choco": "tixati.portable", + "content": "Tixati", + "description": "Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.", + "link": "https://www.tixati.com/", + "winget": "Tixati.Tixati.Portable" + }, "WPFInstallqtox": { "category": "Communications", "choco": "qtox", @@ -6623,6 +6647,14 @@ $sync.configs.applications = '{ "link": "https://www.sumatrapdfreader.org/free-pdf-reader.html", "winget": "SumatraPDF.SumatraPDF" }, + "WPFInstallpdfgear": { + "category": "Document", + "choco": "na", + "content": "PDFgear", + "description": "PDFgear is a piece of full-featured PDF management software for Windows, Mac, and mobile, and it''s completely free to use.", + "link": "https://www.pdfgear.com/", + "winget": "PDFgear.PDFgear" + }, "WPFInstallsunshine": { "category": "Games", "choco": "sunshine", @@ -6703,6 +6735,14 @@ $sync.configs.applications = '{ "link": "https://telegram.org/", "winget": "Telegram.TelegramDesktop" }, + "WPFInstallunigram": { + "category": "Communications", + "choco": "na", + "content": "Unigram", + "description": "Unigram - Telegram for Windows", + "link": "https://unigramdev.github.io/", + "winget": "Telegram.Unigram" + }, "WPFInstallterminal": { "category": "Microsoft Tools", "choco": "microsoft-windows-terminal", @@ -7198,6 +7238,46 @@ $sync.configs.applications = '{ "description": "TightVNC is a free and Open Source remote desktop software that lets you access and control a computer over the network. With its intuitive interface, you can interact with the remote screen as if you were sitting in front of it. You can open files, launch applications, and perform other actions on the remote desktop almost as if you were physically there", "link": "https://www.tightvnc.com/", "winget": "GlavSoft.TightVNC" + }, + "WPFInstallultravnc": { + "category": "Utilities", + "choco": "ultravnc", + "content": "UltraVNC", + "description": "UltraVNC is a powerful, easy to use and free - remote pc access softwares - that can display the screen of another computer (via internet or network) on your own screen. The program allows you to use your mouse and keyboard to control the other PC remotely. It means that you can work on a remote computer, as if you were sitting in front of it, right from your current location.", + "link": "https://uvnc.com/", + "winget": "uvncbvba.UltraVnc" + }, + "WPFInstallwindowsfirewallcontrol": { + "category": "Utilities", + "choco": "windowsfirewallcontrol", + "content": "Windows Firewall Control", + "description": "Windows Firewall Control is a powerful tool which extends the functionality of Windows Firewall and provides new extra features which makes Windows Firewall better.", + "link": "https://www.binisoft.org/wfc", + "winget": "BiniSoft.WindowsFirewallControl" + }, + "WPFInstallvistaswitcher": { + "category": "Utilities", + "choco": "na", + "content": "VistaSwitcher", + "description": "VistaSwitcher makes it easier for you to locate windows and switch focus, even on multi-monitor systems. The switcher window consists of an easy-to-read list of all tasks running with clearly shown titles and a full-sized preview of the selected task.", + "link": "https://www.ntwind.com/freeware/vistaswitcher.html", + "winget": "ntwind.VistaSwitcher" + }, + "WPFInstallautodarkmode": { + "category": "Utilities", + "choco": "auto-dark-mode", + "content": "Windows Auto Dark Mode", + "description": "Automatically switches between the dark and light theme of Windows 10 and Windows 11", + "link": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode", + "winget": "Armin2208.WindowsAutoNightMode" + }, + "WPFInstallmagicwormhole": { + "category": "Utilities", + "choco": "magic-wormhole", + "content": "Magic Wormhole", + "description": "get things from one computer to another, safely", + "link": "https://github.com/magic-wormhole/magic-wormhole", + "winget": "magic-wormhole.magic-wormhole" } }' | convertfrom-json $sync.configs.dns = '{ @@ -11137,6 +11217,9 @@ $inputXML = ' + + + @@ -11215,15 +11298,15 @@ $inputXML = ' + + + - - - @@ -11330,6 +11413,9 @@ $inputXML = ' + + + @@ -11393,17 +11479,17 @@ $inputXML = ' - - - - - + + + + + @@ -11569,6 +11655,9 @@ $inputXML = ' + + + @@ -11577,11 +11666,6 @@ $inputXML = ' - - - - - @@ -11591,6 +11675,11 @@ $inputXML = ' + + + + + @@ -11669,6 +11758,9 @@ $inputXML = ' + + + @@ -11690,6 +11782,9 @@ $inputXML = ' + + + @@ -11755,11 +11850,6 @@ $inputXML = ' - - - - - @@ -11769,6 +11859,11 @@ $inputXML = ' + + + + + @@ -11779,6 +11874,9 @@ $inputXML = ' + + + @@ -11893,6 +11991,9 @@ $inputXML = ' + + + @@ -11905,9 +12006,18 @@ $inputXML = ' + + + + + + + + + diff --git a/xaml/inputApp.xaml b/xaml/inputApp.xaml index e999bf49..7818cfbf 100644 --- a/xaml/inputApp.xaml +++ b/xaml/inputApp.xaml @@ -103,6 +103,9 @@ + + + @@ -181,15 +184,15 @@ + + + - - - @@ -296,6 +299,9 @@ + + + @@ -359,17 +365,17 @@ - - - - - + + + + + @@ -535,6 +541,9 @@ + + + @@ -543,11 +552,6 @@ - - - - - @@ -557,6 +561,11 @@ + + + + + @@ -635,6 +644,9 @@ + + + @@ -656,6 +668,9 @@ + + + @@ -721,11 +736,6 @@ - - - - - @@ -735,6 +745,11 @@ + + + + + @@ -745,6 +760,9 @@ + + + @@ -859,6 +877,9 @@ + + + @@ -871,9 +892,18 @@ + + + + + + + + +