candlekeep-cli 0.7.2

CandleKeep CLI - Manage your document library from the terminal
candlekeep-cli-0.7.2 is not a library.

CandleKeep CLI

Manage your CandleKeep document library from the terminal.

Install

# Homebrew (macOS)
brew install CandleKeepAgents/candlekeep/candlekeep-cli

# Cargo
cargo install candlekeep-cli

Usage

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