From ea1954c0813cba36c87a4842f840928290f5eb2b Mon Sep 17 00:00:00 2001 From: Usman Ahmad Saeed <20966983+UsmanAhmadSaeed@users.noreply.github.com> Date: Fri, 10 Oct 2025 11:10:33 +0000 Subject: [PATCH 1/3] add: AltTab window manager add: AltTab window manager --- applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 8f4b916b..1f552a18 100644 --- a/applications.json +++ b/applications.json @@ -9766,6 +9766,22 @@ "languages": [ "swift" ] - } + }, + { + "short_description": "Switch between open applications on macOS with a Windows-like Alt+Tab experience.", + "categories": [ + "window-management" + ], + "repo_url": "https://github.com/lwouis/alt-tab-macos", + "title": "AltTab", + "icon_url": "https://github.com/lwouis/alt-tab-macos/blob/master/resources/icons/app/app.svg", + "screenshots": [ + "https://github.com/lwouis/alt-tab-macos/raw/master/docs/public/demo/frontpage.jpg" + ], + "official_site": "https://alt-tab-macos.netlify.app/", + "languages": [ + "swift" + ] + } ] } From 648d6143ddc18df0856d19c8a840a6b5701cc2d4 Mon Sep 17 00:00:00 2001 From: Usman Ahmad Saeed <20966983+UsmanAhmadSaeed@users.noreply.github.com> Date: Fri, 10 Oct 2025 11:29:50 +0000 Subject: [PATCH 2/3] Added LibreCAD in design category --- applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 1f552a18..eefad0ca 100644 --- a/applications.json +++ b/applications.json @@ -9782,6 +9782,23 @@ "languages": [ "swift" ] - } + }, + { + "short_description": "LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation are free from our large, dedicated community of users, contributors and developers.", + "categories": [ + "graphics" + ], + "repo_url": "https://github.com/LibreCAD/LibreCAD", + "title": "LibreCAD", + "icon_url": "https://github.com/LibreCAD/LibreCAD/blob/master/desktop/media/logo/librecad_logo.svg", + "screenshots": [ + "https://librecad.org/img/welcome.png" + ], + "official_site": "https://librecad.org", + "languages": [ + "c++", + "c" + ] + } ] } From a61f506859e767cf66575907dbd38ff421bda669 Mon Sep 17 00:00:00 2001 From: Usman Ahmad Saeed <20966983+UsmanAhmadSaeed@users.noreply.github.com> Date: Fri, 10 Oct 2025 11:38:47 +0000 Subject: [PATCH 3/3] Removed item already PRed through other branch Removed item already PRed through other branch --- applications.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/applications.json b/applications.json index eefad0ca..f3b6783a 100644 --- a/applications.json +++ b/applications.json @@ -9767,22 +9767,6 @@ "swift" ] }, - { - "short_description": "Switch between open applications on macOS with a Windows-like Alt+Tab experience.", - "categories": [ - "window-management" - ], - "repo_url": "https://github.com/lwouis/alt-tab-macos", - "title": "AltTab", - "icon_url": "https://github.com/lwouis/alt-tab-macos/blob/master/resources/icons/app/app.svg", - "screenshots": [ - "https://github.com/lwouis/alt-tab-macos/raw/master/docs/public/demo/frontpage.jpg" - ], - "official_site": "https://alt-tab-macos.netlify.app/", - "languages": [ - "swift" - ] - }, { "short_description": "LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation are free from our large, dedicated community of users, contributors and developers.", "categories": [