From 91a7e47036cb3084eeed9b7b5443b71e2e9457a6 Mon Sep 17 00:00:00 2001
From: Omar <90123670+mewclouds@users.noreply.github.com>
Date: Sun, 2 Aug 2026 09:32:24 -0400
Subject: [PATCH 1/5] feat: restore document category
Moves existing document-focused apps into the Document category and adds its filter chip.
---
config/applications.json | 12 ++++++------
pester/xaml.Tests.ps1 | 1 +
scripts/main.ps1 | 1 +
xaml/inputXML.xaml | 1 +
4 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/config/applications.json b/config/applications.json
index 19149f0618..a1798c3060 100644
--- a/config/applications.json
+++ b/config/applications.json
@@ -18,7 +18,7 @@
"foss": true
},
"adobe": {
- "category": "Multimedia Tools",
+ "category": "Document",
"choco": "adobereader",
"content": "Adobe Acrobat Reader",
"description": "Adobe Acrobat Reader is a free PDF viewer with essential features for viewing, printing, and annotating PDF documents.",
@@ -144,7 +144,7 @@
"foss": true
},
"calibre": {
- "category": "Multimedia Tools",
+ "category": "Document",
"choco": "calibre",
"content": "Calibre",
"description": "Calibre is a powerful and easy-to-use e-book manager, viewer, and converter.",
@@ -738,7 +738,7 @@
"foss": true
},
"libreoffice": {
- "category": "Multimedia Tools",
+ "category": "Document",
"choco": "libreoffice-fresh",
"content": "LibreOffice",
"description": "LibreOffice is a powerful and free office suite, compatible with other major office suites.",
@@ -882,7 +882,7 @@
"foss": true
},
"naps2": {
- "category": "Multimedia Tools",
+ "category": "Document",
"choco": "naps2",
"content": "NAPS2 (Document Scanner)",
"description": "NAPS2 is a document scanning application that simplifies the process of creating electronic documents.",
@@ -980,7 +980,7 @@
"foss": true
},
"obsidian": {
- "category": "Multimedia Tools",
+ "category": "Document",
"choco": "obsidian",
"content": "Obsidian",
"description": "Obsidian is a powerful note-taking and knowledge management application.",
@@ -998,7 +998,7 @@
"foss": false
},
"onlyoffice": {
- "category": "Multimedia Tools",
+ "category": "Document",
"choco": "onlyoffice",
"content": "ONLYOFFICE Desktop",
"description": "ONLYOFFICE Desktop is a comprehensive office suite for document editing and collaboration.",
diff --git a/pester/xaml.Tests.ps1 b/pester/xaml.Tests.ps1
index 736c4bed6d..88ece3e8d8 100644
--- a/pester/xaml.Tests.ps1
+++ b/pester/xaml.Tests.ps1
@@ -142,6 +142,7 @@ Describe "XAML document" {
"WPFSearchChipBrowsers",
"WPFSearchChipCommunications",
"WPFSearchChipDevelopment",
+ "WPFSearchChipDocument",
"WPFSearchChipGames",
"WPFSearchChipMicrosoftTools",
"WPFSearchChipMultimediaTools",
diff --git a/scripts/main.ps1 b/scripts/main.ps1
index 23f42f528c..42a708279e 100644
--- a/scripts/main.ps1
+++ b/scripts/main.ps1
@@ -368,6 +368,7 @@ $sync["WPFSearchChipAll"].Add_Click({ Set-WinUtilAppCategoryFilter })
$sync["WPFSearchChipBrowsers"].Add_Click({ Set-WinUtilAppCategoryFilter -Category "Browsers" })
$sync["WPFSearchChipCommunications"].Add_Click({ Set-WinUtilAppCategoryFilter -Category "Communications" })
$sync["WPFSearchChipDevelopment"].Add_Click({ Set-WinUtilAppCategoryFilter -Category "Development" })
+$sync["WPFSearchChipDocument"].Add_Click({ Set-WinUtilAppCategoryFilter -Category "Document" })
$sync["WPFSearchChipGames"].Add_Click({ Set-WinUtilAppCategoryFilter -Category "Games" })
$sync["WPFSearchChipMicrosoftTools"].Add_Click({ Set-WinUtilAppCategoryFilter -Category "Microsoft Tools" })
$sync["WPFSearchChipMultimediaTools"].Add_Click({ Set-WinUtilAppCategoryFilter -Category "Multimedia Tools" })
diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml
index 273ae5a2b7..79949036bd 100644
--- a/xaml/inputXML.xaml
+++ b/xaml/inputXML.xaml
@@ -1326,6 +1326,7 @@
+
From d710545712577f72113611cb687b968fddf1646f Mon Sep 17 00:00:00 2001
From: Omar <90123670+mewclouds@users.noreply.github.com>
Date: Sun, 2 Aug 2026 09:48:31 -0400
Subject: [PATCH 2/5] feat: restore document applications
Restores reviewed document-focused apps removed in PR #4451.
---
config/applications.json | 101 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 100 insertions(+), 1 deletion(-)
diff --git a/config/applications.json b/config/applications.json
index a1798c3060..6e9bb2fc97 100644
--- a/config/applications.json
+++ b/config/applications.json
@@ -458,6 +458,15 @@
"winget": "flux.flux",
"foss": false
},
+ "foxpdfreader": {
+ "category": "Document",
+ "choco": "foxitreader",
+ "content": "Foxit PDF Reader",
+ "description": "Foxit PDF Reader is a free PDF viewer with a familiar ribbon-style interface.",
+ "link": "https://www.foxit.com/pdf-reader/",
+ "winget": "Foxit.FoxitReader",
+ "foss": false
+ },
"geforcenow": {
"category": "Games",
"choco": "nvidia-geforce-now",
@@ -701,6 +710,15 @@
"winget": "sylikc.JPEGView",
"foss": true
},
+ "joplin": {
+ "category": "Document",
+ "choco": "joplin",
+ "content": "Joplin",
+ "description": "Joplin is an open-source note-taking and to-do application with synchronization capabilities.",
+ "link": "https://joplinapp.org/",
+ "winget": "Joplin.Joplin",
+ "foss": true
+ },
"keepassxc": {
"category": "Utilities",
"choco": "keepassxc",
@@ -884,7 +902,7 @@
"naps2": {
"category": "Document",
"choco": "naps2",
- "content": "NAPS2 (Document Scanner)",
+ "content": "NAPS2 (Scanner)",
"description": "NAPS2 is a document scanning application that simplifies the process of creating electronic documents.",
"link": "https://www.naps2.com/",
"winget": "Cyanfish.NAPS2",
@@ -988,6 +1006,15 @@
"winget": "Obsidian.Obsidian",
"foss": false
},
+ "okular": {
+ "category": "Document",
+ "choco": "okular",
+ "content": "Okular",
+ "description": "Okular is a versatile document viewer with advanced features.",
+ "link": "https://okular.kde.org/",
+ "winget": "KDE.Okular",
+ "foss": true
+ },
"onedrive": {
"category": "Microsoft Tools",
"choco": "onedrive",
@@ -1087,6 +1114,42 @@
"winget": "Giorgiotani.Peazip",
"foss": true
},
+ "pdf-xchange": {
+ "category": "Document",
+ "choco": "pdfxchangeeditor",
+ "content": "PDF-XChangeEditor",
+ "description": "A comprehensive Windows-based software suite and editor for creating, viewing, editing, annotating, and signing PDF files.",
+ "link": "https://www.pdf-xchange.com/",
+ "winget": "TrackerSoftware.PDF-XChangeEditor",
+ "foss": false
+ },
+ "pdf24creator": {
+ "category": "Document",
+ "choco": "pdf24",
+ "content": "PDF24 creator",
+ "description": "Free and easy-to-use online/desktop PDF tools that make you more productive",
+ "link": "https://tools.pdf24.org/en/",
+ "winget": "geeksoftwareGmbH.PDF24Creator",
+ "foss": false
+ },
+ "pdfgear": {
+ "category": "Document",
+ "choco": "pdfgear",
+ "content": "PDFgear",
+ "description": "PDFgear is a piece of full-featured PDF management software for Windows, macOS, and mobile, and it's completely free to use.",
+ "link": "https://www.pdfgear.com/",
+ "winget": "PDFgear.PDFgear",
+ "foss": false
+ },
+ "pdfsam": {
+ "category": "Document",
+ "choco": "pdfsam",
+ "content": "PDFsam Basic",
+ "description": "PDFsam Basic is a free and open-source tool for splitting, merging, and rotating PDF files.",
+ "link": "https://pdfsam.org/",
+ "winget": "PDFsam.PDFsam",
+ "foss": true
+ },
"playnite": {
"category": "Games",
"choco": "playnite",
@@ -1339,6 +1402,15 @@
"winget": "WhirlwindFX.SignalRgb",
"foss": false
},
+ "simplenote": {
+ "category": "Document",
+ "choco": "simplenote",
+ "content": "Simplenote",
+ "description": "Simplenote is an easy way to keep notes, lists, ideas and more.",
+ "link": "https://simplenote.com/",
+ "winget": "Automattic.Simplenote",
+ "foss": true
+ },
"simplewall": {
"category": "Pro Tools",
"choco": "simplewall",
@@ -1384,6 +1456,15 @@
"winget": "SublimeHQ.SublimeText.4",
"foss": false
},
+ "sumatra": {
+ "category": "Document",
+ "choco": "sumatrapdf",
+ "content": "Sumatra PDF",
+ "description": "Sumatra PDF is a lightweight and fast PDF viewer with minimalistic design.",
+ "link": "https://www.sumatrapdfreader.org/free-pdf-reader.html",
+ "winget": "SumatraPDF.SumatraPDF",
+ "foss": true
+ },
"sunshine": {
"category": "Selfhosted Tools",
"choco": "sunshine",
@@ -1726,6 +1807,15 @@
"winget": "MHNexus.HxD",
"foss": false
},
+ "xournal": {
+ "category": "Document",
+ "choco": "xournalplusplus",
+ "content": "Xournal++",
+ "description": "Xournal++ is an open-source handwriting notetaking software with PDF annotation capabilities.",
+ "link": "https://xournalpp.github.io/",
+ "winget": "Xournal++.Xournal++",
+ "foss": true
+ },
"yarn": {
"category": "Development",
"choco": "yarn",
@@ -1807,6 +1897,15 @@
"winget": "ZedIndustries.Zed",
"foss": true
},
+ "zotero": {
+ "category": "Document",
+ "choco": "zotero",
+ "content": "Zotero",
+ "description": "Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research materials.",
+ "link": "https://www.zotero.org/",
+ "winget": "DigitalScholar.Zotero",
+ "foss": true
+ },
"deskflow": {
"category": "Utilities",
"choco": "deskflow",
From 0c2b5ab9153770cc1e06450144d320290f6ca05e Mon Sep 17 00:00:00 2001
From: Omar <90123670+mewclouds@users.noreply.github.com>
Date: Sun, 2 Aug 2026 10:09:45 -0400
Subject: [PATCH 3/5] chore: update apps list as per code review comments
This also updates the link for PDF24 Creator
---
config/applications.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/applications.json b/config/applications.json
index 6e9bb2fc97..1a9cfa400e 100644
--- a/config/applications.json
+++ b/config/applications.json
@@ -1117,7 +1117,7 @@
"pdf-xchange": {
"category": "Document",
"choco": "pdfxchangeeditor",
- "content": "PDF-XChangeEditor",
+ "content": "PDF-XChange Editor",
"description": "A comprehensive Windows-based software suite and editor for creating, viewing, editing, annotating, and signing PDF files.",
"link": "https://www.pdf-xchange.com/",
"winget": "TrackerSoftware.PDF-XChangeEditor",
@@ -1126,9 +1126,9 @@
"pdf24creator": {
"category": "Document",
"choco": "pdf24",
- "content": "PDF24 creator",
+ "content": "PDF24 Creator",
"description": "Free and easy-to-use online/desktop PDF tools that make you more productive",
- "link": "https://tools.pdf24.org/en/",
+ "link": "https://tools.pdf24.org/en/creator",
"winget": "geeksoftwareGmbH.PDF24Creator",
"foss": false
},
From 01617bb3d95d71e98ad1809533b6fad0b860ab5a Mon Sep 17 00:00:00 2001
From: Omar <90123670+mewclouds@users.noreply.github.com>
Date: Sun, 2 Aug 2026 10:16:45 -0400
Subject: [PATCH 4/5] test: verify document category filter wiring
Covers the Document filter handler and config category presence.
---
pester/xaml.Tests.ps1 | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/pester/xaml.Tests.ps1 b/pester/xaml.Tests.ps1
index 88ece3e8d8..010ff099c3 100644
--- a/pester/xaml.Tests.ps1
+++ b/pester/xaml.Tests.ps1
@@ -180,6 +180,15 @@ Describe "XAML document" {
}
}
+ It "wires the Document search chip to an existing Document category" {
+ $mainScript = Get-Content -Path $script:mainScriptPath -Raw
+ $mainScript | Should -Match '\$sync\["WPFSearchChipDocument"\]\.Add_Click\(\{ Set-WinUtilAppCategoryFilter -Category "Document" \}\)'
+
+ $applications = Get-WinUtilConfigObject -Name "applications"
+ $categories = @($applications.PSObject.Properties | ForEach-Object { $_.Value.category } | Sort-Object -Unique)
+ $categories | Should -Contain "Document"
+ }
+
It "presents the three Updates profiles with accurate action labels" {
$updatesTab = $script:xaml.SelectSingleNode('//*[local-name()="TabItem"][@Name="WPFTab4"]')
$profileGrid = $updatesTab.SelectSingleNode('.//*[local-name()="UniformGrid"]')
From fcf152786c1f40c9d87412271a22f4ab37f5a0d7 Mon Sep 17 00:00:00 2001
From: Omar <90123670+mewclouds@users.noreply.github.com>
Date: Sun, 2 Aug 2026 17:53:10 -0400
Subject: [PATCH 5/5] fix: categorize Calibre as multimedia
Keeps the e-book reader in Multimedia Tools.
---
config/applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/applications.json b/config/applications.json
index 1a9cfa400e..9d0f50e73a 100644
--- a/config/applications.json
+++ b/config/applications.json
@@ -144,7 +144,7 @@
"foss": true
},
"calibre": {
- "category": "Document",
+ "category": "Multimedia Tools",
"choco": "calibre",
"content": "Calibre",
"description": "Calibre is a powerful and easy-to-use e-book manager, viewer, and converter.",