*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
# calibredb
|
||||
|
||||
> Tool to manipulate the your ebook database.
|
||||
> Part of the Calibre ebook library.
|
||||
> Tool to manipulate the your e-book database.
|
||||
> Part of the Calibre e-book library.
|
||||
> More information: <https://manual.calibre-ebook.com/generated/en/calibredb.html>.
|
||||
|
||||
- List ebooks in the library with additional information:
|
||||
- List e-books in the library with additional information:
|
||||
|
||||
`calibredb list`
|
||||
|
||||
- Search for ebooks displaying additional information:
|
||||
- Search for e-books displaying additional information:
|
||||
|
||||
`calibredb list --search {{search_term}}`
|
||||
|
||||
- Search for just ids of ebooks:
|
||||
- Search for just ids of e-books:
|
||||
|
||||
`calibredb search {{search_term}}`
|
||||
|
||||
- Add one or more ebooks to the library:
|
||||
- Add one or more e-books to the library:
|
||||
|
||||
`calibredb add {{file1 file2 …}}`
|
||||
|
||||
- Recursively add all ebooks under a directory to the library:
|
||||
- Recursively add all e-books 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):
|
||||
- Remove one or more e-books from the library. You need the e-book IDs (see above):
|
||||
|
||||
`calibredb remove {{id1 id2 …}}`
|
||||
|
Reference in New Issue
Block a user