mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Add --delete for interactive removal of entries (#698)
* 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>
This commit is contained in:
parent
d4a0895163
commit
f4fca3e5a4
5 changed files with 54 additions and 1 deletions
5
features/data/journals/deletion.journal
Normal file
5
features/data/journals/deletion.journal
Normal file
|
@ -0,0 +1,5 @@
|
|||
[2019-10-29 11:11] First entry.
|
||||
|
||||
[2019-10-29 11:11] Second entry.
|
||||
|
||||
[2019-10-29 11:13] Third entry.
|
Loading…
Add table
Add a link
Reference in a new issue