#KomoDo - Productivity app for MacOS

5 messages · Page 1 of 1 (latest)

frank grove
#

I hate those Pomodoro websites because I get forced to have my browser open on that page, and either it gets lost in my sea of tabs, or I end up watching YouTube, so I decided to make an app with dioxus, and put it there. Basically, its a simple pomodoro timer, that gets toggled with cmd + ;
It will open up once ur timer is done and play bell sounds, to notify you. Its a simple app and idk if $1 is too much for this.
https://komodo.umangsurana.com

Gumroad

This only contains the MacOS version of KomoDo. Stay Tuned for Windows and Linux. KomoDo – The Simple, Distraction-Free Pomodoro TimerTired of flashy websites and over-complicated apps that do more to distract you than help you focus?KomoDo is a minimalist pop-up Pomodoro timer designed to keep you in flow, not pull you out of it.✨ Why KomoD...

worldly umbra
#

Great app. Let me ask, theres is any github/gitlab repo? mainly for compile it by myself 🤠

frank grove
frank grove
# worldly umbra Great app. Let me ask, theres is any github/gitlab repo? mainly for compile it b...

However I did make a template which is what I used for the app:
Recently, I started making a bunch of apps for myself, and making macos apps just suited because Im on a mac. Something that I like about macos is the ability to make apps that don't have icons in the dock, and can open on top of content. (Raycast for example) So Thats why I decided to make this template to make my process of making these apps easier:
https://github.com/TeenCoder159/macos-dioxus-template
It can be used with tauri as well (the unsafe code is actually from a tauri repo) and I am working on making the code better by using objc2 instead of cocoa to make life easier. but thats something that's not a big problem as in my experience, the unsafe code hasn't caused issues (if used correctly)

Albeit, I am going to change the unsafe code to safe code, ||who likes unsafe code??|| and will probably make a list of these for tauri, iced, egui and stuff

GitHub

A simple dioxus template for making macos accessory apps in rust + dioxus - TeenCoder159/macos-dioxus-template

worldly umbra
#

awesome