Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
1–10 of 52 posts
Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#2I built MonkeyMind as a scratchpad for thoughts while in deep focus. Whenever something pops up in my mind, I needed a place to put it and get back to work.
Pen and paper can do the trick, but something with a Spotlight-like shortcut would be better.
And that is what MonkeyMind does. A simple global keyboard shortcut to add items and an app that lives in the menubar and gets out of your way.
Let me know what you think!
Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#3Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#4A question I have about macOS development - where should I start in order to learn how to make menu bar and shortcut driven UIs?
Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#5Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#6I have one suggestion. It would be nice if this app can fetch data from reminders app of MacOS and put them in the menu bar along with the ones added.
Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#7Looks great, thank you for sharing! A question I have about macOS development - where should I start in order to learn how to make menu bar and shortcut driven UIs?
A global hotkey is not something I have experience with but it seems that there's a library called Hotkey: https://stackoverflow.com/questions/47760135/global-keyboard...
Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#8Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#9Hey HN, Benedict the developer here. I built MonkeyMind as a scratchpad for thoughts while in deep focus. Whenever something pops up in my mind, I needed a place to put it and get back to work. Pen and paper can do the trick, but something with a Spotlight-like shortcut would be better. And that is what MonkeyMind does. A simple global keyboard shortcut to add items and an app that lives in the menubar and gets out o…
I have been looking for something like this that keeps me out of apps while I am in code mode!
Re: Show HN: MonkeyMind – A shortcut-driven to-do list for your Mac's menu bar
#10Looks great, thank you for sharing! A question I have about macOS development - where should I start in order to learn how to make menu bar and shortcut driven UIs?
Ray Wenderlich has a nice basic tutorial around creating a simple menu bar application. I just used it for my own application and it seems well up-to-date. I thought it was this one: https://www.raywenderlich.com/450-menus-and-popovers-in-menu... A global hotkey is not something I have experience with but it seems that there's a library called Hotkey: https://stackoverflow.com/questions/47760135/global-keyboard...