# CandleKeep CLI
Manage your [CandleKeep](https://www.getcandlekeep.com) document library from the terminal.
## Install
```bash
# Homebrew (macOS)
brew install CandleKeepAgents/candlekeep/candlekeep-cli
# Cargo
cargo install candlekeep-cli
```
## Usage
```bash
ck auth login # Authenticate via browser
ck items list # List your library
ck items add paper.pdf # Upload a document
ck items read <id>:1-5 # Read pages 1-5
ck items toc <id> # View table of contents
```
## Configuration
Config stored at `~/.candlekeep/config.toml`.
## License
MIT