Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreoliwa/dontforget

Don't forget to do your chores (using Gmail, Toggl and more tools to come)
https://github.com/andreoliwa/dontforget

gmail macos todoist toggl

Last synced: 3 months ago
JSON representation

Don't forget to do your chores (using Gmail, Toggl and more tools to come)

Awesome Lists containing this project

README

        

# Don't Forget

Don't forget to do your chores (using Gmail, Toggl and more tools to come).

To install the script:

make install

To start the app on the status bar:

dontforget

# Notes

- This app is based on [rumps](https://github.com/jaredks/rumps), it runs in the macOS status bar.
- It only runs on macOS for now.
- I considered using [Dramatiq](https://dramatiq.io/) for background tasks, but that would need a local RabbitMQ or a Redis instance.
Although Docker could be used, it would be too heavy for a local app that is meant to run on the status bar all the time. There will be not enough load to justify a distributed task queue.