Interact with Calibre libraries from Emacs
Go to file
Kjartan Óli Ágústsson e8a8b2589d
Slight improvement to README
* README: Add slightly more information to the README.
2023-04-22 13:44:48 +00:00
.gitignore Fix byte-compiler warnings 2023-04-17 23:13:32 +00:00
COPYING Initial commit 2023-04-13 22:44:53 +00:00
README Slight improvement to README 2023-04-22 13:44:48 +00:00
calibre-book.el Fix circular dependency and byte compiler warnings 2023-04-20 21:10:33 +00:00
calibre-db.el Fix byte compiler warning 2023-04-22 13:40:53 +00:00
calibre-library.el Use the -r flag when adding books 2023-04-22 13:21:25 +00:00
calibre.el Bump package version 2023-04-22 13:43:10 +00:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2023  Kjartan Óli Águstsson
See the end of the file for license conditions.

Calibre.el is a package for interacting with Calibre
https://calibre-ebook.com/ libraries from Emacs. It's primary features
include:
- Easily switch between multiple libraries
- List the contents of your library
- Add and remove books from your library
- Read your books in Emacs

Calibre.el uses the built in SQLite support introduced in Emacs 29,
and therefore requires an Emacs >= 29 compiled with SQLite support.
Adding and removing books from a library requires a working calibredb
executable, i.e. a Calibre installation.  Even if Calibre is not
installed you will still be able to view the contents of existing
libraries.

This file is part of calibre.el.

calibre.el is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

calibre.el is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with calibre.el.  If not, see <http://www.gnu.org/licenses/>.