https://github.com/cdown/prompter
Simple and/or dumb work prompter
https://github.com/cdown/prompter
Last synced: about 1 month ago
JSON representation
Simple and/or dumb work prompter
- Host: GitHub
- URL: https://github.com/cdown/prompter
- Owner: cdown
- Created: 2016-06-07T09:23:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T10:33:29.000Z (over 7 years ago)
- Last Synced: 2025-02-06T07:30:51.004Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A super simple/dumb prompter that I've been using for a few years. I find it
helps keep procrastination at bay.This is fairly specific to my workload -- for example, if no entry with
"Trello" was entered today, an annoying message appears to do that, since
that's where I store my long-term TODO items.A dialog pops up every 15 minutes and asks you what you're doing, with the
resulting input going to `~/.prompter/` by default.You can set `PROMPT_DELAY_SECS` in the environment to change the number of
seconds between prompts. You can also set `LOG_DIR` to log to some dir other
than `~/.prompter`.`WORK_START_HOUR` and `WORK_END_HOURk mark when to actually show the prompt.
Also see [nota](https://github.com/cdown/nota), which is what I use to
aggregate these afterwards.