diff --git a/.gitignore b/.gitignore index 397fd36..41c199d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /annoying_journal /target +/raw_videos diff --git a/README.md b/README.md new file mode 100644 index 0000000..109f077 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# annoying_journal + +A journal that pops up and steals keyboard focus every 37 minutes, +to force you to write an entry. + + + +## Output + +Text and timestamps of journal entries are saved in the directory `annoying_journal`, +in [JSONL format](https://jsonlines.org/). + +## CLI parameters + +- `--interval-secs ` - Change the pop-up interval (default is 2,225) +- `--prompt ` - Change the prompt that shows above the editor. diff --git a/videos/002-demo.webm b/videos/002-demo.webm new file mode 100644 index 0000000..9fe12b0 Binary files /dev/null and b/videos/002-demo.webm differ