Metadata-Version: 2.1
Name: readunwise
Version: 0.1.1
Summary: CLI for managing Amazon Kindle highlights
Author-email: Fred Glass <fred@fred.glass>
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click ==8.1.3
Requires-Dist: discord ==2.1.0
Requires-Dist: rich ==13.3.1

# readunwise

CLI for managing Amazon Kindle highlights and a simple alternative to [Readwise](https://readwise.io/)

```sh
pip install readunwise
```

| Command | Description                                 |
|---------|---------------------------------------------|
| ls      | List books found in the clippings file      |
| cat     | Display highlights from a book              |
| diff    | Compare clippings files                     |
| save    | Save clippings file                         |
| random  | Print a random highlight                    |
| discord | Send random highlights to a Discord channel |

![Example](example.png)
