Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gianklug/distraction
Prevent wasting your time
https://github.com/gianklug/distraction
Last synced: 7 days ago
JSON representation
Prevent wasting your time
- Host: GitHub
- URL: https://github.com/gianklug/distraction
- Owner: gianklug
- License: apache-2.0
- Created: 2023-02-04T19:29:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T19:34:06.000Z (almost 2 years ago)
- Last Synced: 2023-08-27T21:23:51.003Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# distraction.py
---
TUI application to prevent wasting time while working on a project. Always display your current task and get notified by a beeping/bell sound on a defined schedule (e.g. every minute, like [Whiterose](https://www.youtube.com/watch?v=GHI1Rq9oTh8)) to notice that you got distracted.## Features (Planned)
- [ ] Sounds based on time (CronJob like syntax)
- [ ] Task list / Displaying current task
- [ ] iCal or CalDav sync for not missing appointments
- [ ] Countdown timers to the sounds to visually see how you're wasting time## Installation
```py
python3 -m pip install .
```