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.
Show HN: A minimalist Mac app that helps track, allocate, and plan your time
41–50 of 110 posts
Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time
#42Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time
#43Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time
#44I'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…
Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time
#45Is there a blog post about development process or technologies used?
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
#46Hey 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?
Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time
#47Hey 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?
Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time
#4813.99 to show notifications from a list. Come on
Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time
#49Re: Show HN: A minimalist Mac app that helps track, allocate, and plan your time
#50Is 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…