Forrest logo
back to context overview

calibredb

List of commands for calibredb:

  • calibredb:tldr:13ea8 calibredb: Recursively add all e-books under a directory to the library.
    $ calibredb add -r ${path-to-directory}
    try on your machine
    explain this command
  • calibredb:tldr:2815c calibredb: Remove one or more e-books from the library. You need the e-book IDs (see above).
    $ calibredb remove ${id1 id2 …}
    try on your machine
    explain this command
  • calibredb:tldr:4e8ce calibredb: Search for e-books displaying additional information.
    $ calibredb list --search ${search_term}
    try on your machine
    explain this command
  • calibredb:tldr:89eb0 calibredb: List e-books in the library with additional information.
    $ calibredb list
    try on your machine
    explain this command
  • calibredb:tldr:93c74 calibredb: Add one or more e-books to the library.
    $ calibredb add ${file1 file2 …}
    try on your machine
    explain this command
  • calibredb:tldr:ec76b calibredb: Search for just ids of e-books.
    $ calibredb search ${search_term}
    try on your machine
    explain this command
back to context overview