1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/calibredb.md
Vitor Henrique 1ba7fb9460
pages*: add missing mnemonics (#12151)
* pages*: add missing mnemonics

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-19 19:43:42 +05:30

727 B

calibredb

Manipulate an e-book database. Part of the Calibre e-book library. More information: https://manual.calibre-ebook.com/generated/en/calibredb.html.

  • List e-books in the library with additional information:

calibredb list

  • Search for e-books displaying additional information:

calibredb list --search {{search_term}}

  • Search for just ids of e-books:

calibredb search {{search_term}}

  • Add one or more e-books to the library:

calibredb add {{file1 file2 …}}

  • [r]ecursively add all e-books under a directory to the library:

calibredb add -r {{path/to/directory}}

  • Remove one or more e-books from the library. You need the e-book IDs (see above):

calibredb remove {{id1 id2 …}}