Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-25 00:17:11 +00:00
parent 40122edd15
commit 52b9debcc5
49 changed files with 94 additions and 59 deletions

View File

@@ -23,12 +23,12 @@ source: https://github.com/tldr-pages/tldr.git
- Add one or more e-books to the library:
`calibredb add {{file1 file2 }}`
`calibredb add {{path/to/file1 path/to/file2 ...}}`
- [r]ecursively add all e-books under a directory to the library:
`calibredb add -r {{path/to/directory}}`
`calibredb add {{-r|--recurse}} {{path/to/directory}}`
- Remove one or more e-books from the library. You need the e-book IDs (see above):
`calibredb remove {{id1 id2 }}`
`calibredb remove {{id1 id2 ...}}`