ClipBuddy banner

ClipBuddy

5 devlogs
5h 31m 57s

This is my first ever proper Swift app thats why i made a simple clipboard app to learn so please take it easy on me 🥲. Needed a clipboard manager so i decided to create one as my first project with Swift :D. ClipBuddy lives in the status bar on y…

This is my first ever proper Swift app thats why i made a simple clipboard app to learn so please take it easy on me 🥲. Needed a clipboard manager so i decided to create one as my first project with Swift :D. ClipBuddy lives in the status bar on your mac so you can open it whenever. It can save upto 50 texts and you can search through them to find your copied items.

This project uses AI

Helped understanding more of swift and readme aswell as some of the code because its my first time with swift

Demo Repository

Loading README...

Whatsup

added a readme and the app icon :D

Attachment
0
Whatsup

Worked on the UI and some new additions like searchbar and delete button with icons etc. The ui looks more pretty now matching most of the MacOS Tahoe UI with a nice thin like background where you can kinda see the color of things behind the app window. I also made it so it removes itself from dock and is now only in the status bar just like for example wakatime on macOS. Its actually sick how easy it is to access icons and styles in swiftUI elmo

0
Whatsup

Did some work on the UI and i made it from a windowed app to a status bar app. When you open the app it places it in you macs status bar and opens up a view on there. This is easier than having a app on the dock all the time. I will work some more on the UI and add a delete option aswell as some fine tuning. Swift has been real fun learning parrot_upvote

0
Whatsup

The list of copied items now work. I added so when you start the application it adds your recent copy to the list. When clicking an item it copies to clipboard and moves that item to the top. It has a duplication bug at the moment but i will fix it. Looking at documentation etc takes some time 1000-yard-stare. Having fun learning tho.

0
Whatsup

So im making a simple clipboard app for macOS to learn swift. Currently i have added a simple window with some UI and worked on actually displaying the history there. Its not actually displaying anything now because i havent fixed a problem yet which im currently working on. Will try making a better Ui etc next tho.

Attachment
0