candlekeep-cli-0.6.0 is not a library.
CandleKeep CLI (ck)
Command-line interface for managing your CandleKeep document library.
Installation
Using Homebrew (macOS)
Using cargo-binstall (Recommended)
The fastest way to install - downloads a pre-built binary:
Using cargo install
Compiles from source (requires Rust toolchain):
Download Binary
Download the latest release for your platform from GitHub Releases.
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | ck-aarch64-apple-darwin.tar.gz |
| macOS (Intel) | ck-x86_64-apple-darwin.tar.gz |
| Linux (x86_64) | ck-x86_64-unknown-linux-gnu.tar.gz |
| Windows (x86_64) | ck-x86_64-pc-windows-msvc.zip |
After downloading, extract and move to your PATH:
# macOS/Linux
# Windows - extract zip and add to PATH
Quick Start
# Login to your CandleKeep account
# List your library
# Read a book
# Upload a PDF
Usage
Authentication
# Login via browser (opens auth flow)
# Show current user info
# Logout
Managing Items
# List all items
# Read content from items (every ID must specify a page range)
# Show table of contents
# Upload a PDF
# Remove items
Output Format
Add --json flag to any command for JSON output:
Configuration
Configuration is stored at ~/.candlekeep/config.toml:
[]
= "ck_xxxxxxxxxx"
[]
= "https://www.getcandlekeep.com"
Development
# Clone the repository
# Build
# Run
# Test
License
MIT License - see LICENSE for details.