calibredb: add example (#3856)

client-spec/clarity
Ein Verne 2020-02-17 10:30:04 +08:00 committed by GitHub
parent 0fdec2d3bc
commit b00ed9364b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
`calibredb add {{file1 file2 …}}`
- Recursively add all ebooks under a directory to the library:
`calibredb add -r {{path/to/directory}}`
- Remove one or more ebooks from the library. You need ebook-ids (see above):
`calibredb remove {{id1 id2 …}}`