annoying_journal/README.md

27 lines
947 B
Markdown
Raw Permalink Normal View History

2022-03-26 22:51:10 +00:00
# annoying_journal
2022-04-05 23:11:34 +00:00
A low-dependency GUI journal that pops up and steals keyboard focus
every 37 minutes, to force you to write an entry.
2022-03-26 22:51:10 +00:00
[Video](videos/002-demo.webm)
2022-03-26 22:51:10 +00:00
2022-03-27 03:36:30 +00:00
![A comic with two characters. A character labeled "The program" is sitting on top of a computer monitor. A character labeled "You", looking angry, is staring up at the program. The program is saying, "Heyyy, whatcha doin'? Workin' on anything? Wanna write it dooown?](images/elevator-pitch.png)
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
2022-03-26 23:02:46 +00:00
Backup Git repo: https://github.com/ReactorScram/annoying_journal
2022-03-26 23:01:22 +00:00
License: [AGPLv3](COPYING)