feat(db,list): add database management command and improve detailed view #19
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/librius!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.5.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🗄️ Database management
librius db --init→ initializes or resets the current database.librius db --reset→ alias of--init.librius db --copy -f <FILE>→ copies the database defined inlibrius.yamlto a new file.--copyflag behavior (no longer requires a value).📚 Enhanced detailed list view
list --id <ID> --details.id, title, author, editor, year, isbn, language, pages, genre, summary, room, shelf, row, position, added_at.--compactnow requires `--details to ensure logical CLI usage.🧩 General
Linked Issue / Milestone
Closes milestone v0.5.1 – Database management & improved list details view