https://github.com/patrickjuchli/booksutils
Utilities for Apple Books
https://github.com/patrickjuchli/booksutils
Last synced: 7 months ago
JSON representation
Utilities for Apple Books
- Host: GitHub
- URL: https://github.com/patrickjuchli/booksutils
- Owner: patrickjuchli
- License: mit
- Created: 2024-06-03T19:26:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T05:54:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T08:04:13.497Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Books Utils
Provides utility scripts for Apple Books, for example exporting highlights.
## Requirements
Deno, install using `brew install deno`. For alternatives, see https://docs.deno.com/runtime/manual/getting_started/installation.
## List books
Lists all books you have in your Apple Books Library.
`./books.ts list [optional partial title]`
Example: `./books.ts list mythical`
## Export highlights
Logs all highlights and their annotations of a given book. Highlights are ordered by appearance in the book.
`./books.ts highlights [required book identifier]`
Example: `./books.ts highlights 3DCFFA1265789220CB15DCA1B7F438BF > highlights.md`