mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* Add --delete for interactive removal of entries * Add inquirer dependency for fancy prompting * Fix some minor style issues * Fix #434 * Use PyInquirer instead of inquirer for Windows compatibility * Add WIP (broken) test * Change deletion interface to be more basic * Update environment.py Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
12 lines
228 B
YAML
12 lines
228 B
YAML
default_hour: 9
|
|
default_minute: 0
|
|
editor: ""
|
|
encrypt: false
|
|
highlight: true
|
|
journals:
|
|
default: features/journals/deletion.journal
|
|
linewrap: 80
|
|
tagsymbols: "@"
|
|
template: false
|
|
timeformat: "%Y-%m-%d %H:%M"
|
|
indent_character: "|"
|