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

https://github.com/feoh/progress-watchdog

Watchdog: A program to help avoid analysis paralysis and time dilation due to tunnel vision.
https://github.com/feoh/progress-watchdog

Last synced: 2 months ago
JSON representation

Watchdog: A program to help avoid analysis paralysis and time dilation due to tunnel vision.

Awesome Lists containing this project

README

          

# Progress Watchdog

![Cartoon Bulldog - CC
https://openverse.org/image/aedd8c62-ff3c-4365-9af1-147c1973440f?q=cartoon+bulldog&p=3](CartoonBulldog.png)

Progress Watchdog: A program to help avoid analysis paralysis and time dilation due to tunnel vision.

## External Resources

- Hat tip to [the author](https://pixabay.com/sound-effects/buzzer-or-wrong-answer-20582/)
for the buzzer sound effect I use.

- I used [ChatGPT](https://chatgpt.com/) to help me prototype this tool. AI
haters please send your complaints, religious treatises, and assertions about
the implications this has on my character to /dev/null. I've heard them all
before and frankly I don't give a rat's posterior.

### Installation via uv

Right now you can check the project out from github and run:
```
uv run progress-watchdog
```

If you want to run the program without installing, you can use uv for that as
well:

```
╭─cpatti at rocinante in ~ 25-03-09 - 21:06:30
╰─○ uv tool run progress-watchdog
usage: progress-watchdog [-h] --buzzer BUZZER [--timeout TIMEOUT]
progress-watchdog: error: the following arguments are required: --buzzer
╭─cpatti at rocinante in ~ 25-03-09 - 21:06:36
╰─○ uv tool run progress-watchdog --help
usage: progress-watchdog [-h] --buzzer BUZZER [--timeout TIMEOUT]

options:
-h, --help show this help message and exit
--buzzer BUZZER Filename for the alert sound to play when no progress is detected
--timeout TIMEOUT Number of seconds to wait before alerting that no progress was detected.
╭─cpatti at rocinante in ~ 25-03-09 - 21:06:54
╰─○

```

## TODO

- Implement some cleaner way to exit than Ctrl-c with an exception :)
- Make configurables into args or a configuration file or something.
- Make the "I made Progress!" key chord not insert characters into the buffer.