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

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

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
```