added option to delete a daily through application at remo

This commit is contained in:
Niki Vihtola
2025-12-12 15:07:40 +02:00
parent e154a067c3
commit 082a7e0b47
4 changed files with 67 additions and 1 deletions

View File

@@ -68,6 +68,11 @@ jrnl daily --days 2
# Regenerate today's standup
jrnl daily --regenerate
# Delete a daily entry
jrnl daily --delete 2024-12-12
jrnl daily --delete today
jrnl daily --delete latest
```
### Configuration Management