Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/andreoliwa/dontforget
- Owner: andreoliwa
- License: bsd-3-clause
- Created: 2013-11-08T11:23:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T03:44:07.000Z (8 months ago)
- Last Synced: 2024-05-21T06:14:05.291Z (8 months ago)
- Topics: gmail, macos, todoist, toggl
- Language: Python
- Homepage:
- Size: 2.78 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.