https://github.com/soheilrt/distraction-notifier
A Simple Bash script which watches your activity and alarm you if you're getting distracted
https://github.com/soheilrt/distraction-notifier
Last synced: about 2 months ago
JSON representation
A Simple Bash script which watches your activity and alarm you if you're getting distracted
- Host: GitHub
- URL: https://github.com/soheilrt/distraction-notifier
- Owner: soheilrt
- License: mit
- Created: 2021-01-13T12:03:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T12:15:37.000Z (over 4 years ago)
- Last Synced: 2025-02-10T02:27:11.936Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# distraction-notifier
A Simple Bash script which watches your activity and alarm you if you're getting distracted# Prerequisites
You need to install xdotool before using this script, install it via apt
```bash
sudo apt install xdotool
```