DamascenoRafael / reminders-menubar

Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
GNU General Public License v3.0
2.43k stars 112 forks source link

Feature Request: Reminder Count showing # from Selected/Displayed Lists Only #137

Open TheJoeSop opened 1 year ago

TheJoeSop commented 1 year ago
          Not sure if this should be a new issue or not.  Could the counter just show the number of items in the currently displayed reminders list?  I've hid all the other ones.  I have a lot of various lists in Reminders but only use my to-do list for work in the app, so I'd want to see that as 13, rather than the 318 across all lists.

Originally posted by @TheJoeSop in https://github.com/DamascenoRafael/reminders-menubar/issues/127#issuecomment-1529835009

DamascenoRafael commented 1 year ago

Thanks for your feedback @TheJoeSop.

If there was a way to mark lists as ignored, i.e. lists that would not be displayed in the app, not even in the Upcoming Reminders and in the menu bar count, would it solve your issue? I was thinking of ignored list as something different than uncheck a list within the menu that currently exists. It would be something like lists that you do not intend to interact with through the app.

TheJoeSop commented 1 year ago

Either solution would work for me; thanks for your continued efforts!