Live data from Hacker News

Show HN: A minimalist Mac app that helps track, allocate, and plan your time

apps.apple.com

41–50 of 110 posts

Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time

#41

Earlier quoted context omitted.

Oh man, that's sad but true. I've been working on a couple of small (hopefully) useful Mac apps myself, but can't draw or anything like that, and this fact has seriously kept me from putting them on the app store altogether.

You can have someone design an icon for you on fiverr for a pretty reasonable price.

Good Idea, I will try that

Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time

#44

I'm not in the market for this kind of app, but thank you for making it a straight $9.99 purchase, instead of a $4.99/month SaaS (rental) scheme. Or some bogus in-app purchase that gets negated somewhere along the way when the app auto-updates and the previous in-app purchase is no longer available. I can't tell if it syncs data with my other Apple devices, but if it does, it would be great if it had the option of do…

If that is a problem, I'd rather have it sync with something like nextcloud instead of just another flavor of untrusted proprietary service.

Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time

#45
post #5

Is there a blog post about development process or technologies used?

No blog post yet but I'm happy to answer any specific questions here. Effortless is a fairly simple app although there were some tricky edge cases to handle like when the task name is too long for the menu bar (especially when dealing with multiple monitors), and how to update the current task in the menu bar when making large edits to the task list. Making the app simple to use and cutting down the list of features to the bare essentials was also a process that involved a lot of iterations and talking with early users.

I learned Swift and native Mac app development in order to develop Effortless and have since fallen in love with Swift. It has replaced Python as my language of choice for many tasks.

Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time

#46
post #40

Hey HN! My name is Julian, and I made Effortless with aracena to solve a problem we were both having: how to focus on exactly one thing at a time. Effortless displays my current task, and a countdown timer in the menu bar, and although it sounds silly, it means that I have a constant visual reminder of what I should be working on. Effortless was also a great excuse to learn Swift and native Mac app development. I'm h…

Specific question: are the keyboard shortcuts accessible from anywhere? If so, using them would mean I couldn’t close a browser tab or reload a page, because it would be forwarded to Effortless instead, right?

[deleted]

Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time

#47
post #40

Hey HN! My name is Julian, and I made Effortless with aracena to solve a problem we were both having: how to focus on exactly one thing at a time. Effortless displays my current task, and a countdown timer in the menu bar, and although it sounds silly, it means that I have a constant visual reminder of what I should be working on. Effortless was also a great excuse to learn Swift and native Mac app development. I'm h…

Specific question: are the keyboard shortcuts accessible from anywhere? If so, using them would mean I couldn’t close a browser tab or reload a page, because it would be forwarded to Effortless instead, right?

There is one global keyboard shortcut that is available everywhere, and that can be changed from the preferences window. You can change this shortcut to be something that doesn't conflict with any of your existing shortcuts. The other shortcuts only work once you've pressed the global shortcut. So for example, if your global shortcut is (the default) ⌘E, to open the task list you would press ⌘E and while still holding down command press F.

Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time

#50
post #5

Is there a blog post about development process or technologies used?

No blog post yet but I'm happy to answer any specific questions here. Effortless is a fairly simple app although there were some tricky edge cases to handle like when the task name is too long for the menu bar (especially when dealing with multiple monitors), and how to update the current task in the menu bar when making large edits to the task list. Making the app simple to use and cutting down the list of features…

I for one would love to hear more about your transition as someone who’s been with Python for a while now but struggling to make Swift stick (last attempt was with SwiftUI, which is awesome but very young).
Post reply on HN