mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-21 16:55:26 +02:00
calibredb: add example (#3856)
This commit is contained in:
parent
0fdec2d3bc
commit
b00ed9364b
1 changed files with 4 additions and 0 deletions
|
@ -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 …}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue