From fd309164b756ead81a479d38a5b99584b29db78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai-Eduard=20Ghe=C8=9Bu?= <109158803+turtle-key@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:07:25 +0300 Subject: [PATCH] Create README.md --- submissions/TabLift/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 submissions/TabLift/README.md diff --git a/submissions/TabLift/README.md b/submissions/TabLift/README.md new file mode 100644 index 0000000..27de6ae --- /dev/null +++ b/submissions/TabLift/README.md @@ -0,0 +1,17 @@ +Name: TabLift + +Description: A lightweight, open-source macOS utility that automatically restores minimized app windows when switching with ⌘+Tab. It also implements Dock pop ups that show the windows of an app (+traffic light buttons for minimize/close/maximize/fullscreen functionality). It offers custom window management features (e.g. Restore all minimized windows on app switch, Automatically open a window for an app with no windows, Minimize previous window on app switch) + +GitHub URL: [https://github.com/turtle-key/TabLift](https://github.com/turtle-key/TabLift) + +How did you build this: I used Swift UI to build the app. Followed a bunch of guides and tutorials online, started designing a game-plan with Github Copilot and then I started coding. In the first week it was hard to learn to use all of the macOS WindowManagement API's, but i got through and started implementing more and more features, that solved all my long forgotten problems with macOS. I posted on Reddit, talking about my APP and I got a few hundred users and a lot of great feedback that kept me going. I also submitted this app to SummerOfCode and shipped it, but I haven't yet received the ship certificatoin. + +Did you use Hakatime to log your progress?: Yes + +Testflight link: I didn't put it on the AppStore, but I want to get it notarized. That's why I am applying for the grant, to get an Apple Developer Account and notarize my app. + +How many users on testflight?: I've got 1k+ Downloads logged and 700 active Users. I also managed to reach 67 stars on GitHub. + +Ship URL: [https://summer.hackclub.com/projects/2109](https://summer.hackclub.com/projects/2109) + +Video Demo URL: [https://bucket.tablift.dev/with.mp4](https://bucket.tablift.dev/with.mp4). It's an older video, implemented a lot of features since then. I want to finish with the new features I want to implement and then release my product on ProductHunt. I will make a youtube video for the app, showcasing my work.