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] 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" + ] + } ] }