annoying_journal/README.md

23 lines
563 B
Markdown
Raw Normal View History

2022-03-26 22:51:10 +00:00
# annoying_journal
A journal that pops up and steals keyboard focus every 37 minutes,
to force you to write an entry.
[Video](videos/002-demo.webm)
2022-03-26 22:51:10 +00:00
## Output
Text and timestamps of journal entries are saved in the directory `annoying_journal`,
in [JSONL format](https://jsonlines.org/).
## CLI parameters
- `--interval-secs <u64>` - Change the pop-up interval (default is 2,225)
- `--prompt <String>` - Change the prompt that shows above the editor.
2022-03-26 23:01:22 +00:00
## Misc
Git repo: https://six-five-six-four.com/git/reactor/annoying_journal
License: [AGPLv3](COPYING)