Kramli CLI

Open-source terminal tool (MIT) for lists, items, and scripts. Source on GitHub.

Install

Homebrew (macOS & Linux)

brew install SpotlightForBugs/tap/kramli
brew trust --formula spotlightforbugs/tap/kramli

Install script (macOS, Linux, WSL)

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SpotlightForBugs/kramli-cli/releases/latest/download/kramli-installer.sh | sh

Windows (PowerShell)

irm https://github.com/SpotlightForBugs/kramli-cli/releases/latest/download/kramli-installer.ps1 | iex

Quick start

kramli login
kramli lists list
kramli items list <LIST_ID> --open
kramli items add <LIST_ID> "Milch" --priority high
kramli search "dark mode"

CLI FAQ

Is the Kramli CLI open source?

Yes. The CLI is MIT-licensed and hosted at github.com/SpotlightForBugs/kramli-cli. Source code, releases, and install scripts are public.

Is there a CLI or API?

Yes. The Kramli CLI is a separate, MIT-licensed open-source terminal tool for lists, items, and scripts. Source on GitHub.

How do I install the Kramli CLI?

Homebrew (macOS/Linux): brew install SpotlightForBugs/tap/kramli and brew trust --formula spotlightforbugs/tap/kramli. One-liner (macOS, Linux, WSL): curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SpotlightForBugs/kramli-cli/releases/latest/download/kramli-installer.sh | sh. Windows (PowerShell): irm https://github.com/SpotlightForBugs/kramli-cli/releases/latest/download/kramli-installer.ps1 | iex. Or download a binary from GitHub Releases.

How do I sign in?

Run kramli login for interactive sign-in. For scripts, create an API key at kramli.de/settings#api-keys and use kramli login --api-key.

What is kramli mcp?

After login, kramli mcp starts a local MCP server. AI assistants with MCP support can use it to access your lists. Same credentials as the CLI.

Your lists, also in the terminal.

Control lists from the terminal or connect them to AI assistants with MCP support.