added categories

This commit is contained in:
2026-02-28 19:09:53 +01:00
parent be47059b32
commit e9855ec6a1
15 changed files with 169 additions and 129 deletions

View File

@@ -60,6 +60,9 @@ pub enum EntryCommands {
New {
/// The title of the new entry (e.g. "The Great Bernardo")
name: String,
/// Optional category/type for the entry
#[arg(short, long)]
category: Option<String>,
},
/// Remove an entry by its normalized name
Remove {