Kramli CLI

Outil terminal open source (MIT) pour listes, entrées et scripts. Code source sur GitHub.

Installation

Homebrew (macOS et Linux)

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

Script d'installation (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

Démarrage rapide

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

FAQ CLI

La CLI Kramli est-elle open source ?

Oui. La CLI est sous licence MIT sur github.com/SpotlightForBugs/kramli-cli. Code source, releases et scripts d'installation sont publics.

Y a-t-il une CLI ou une API ?

Oui. La CLI Kramli est un outil terminal séparé, open source et sous licence MIT, pour listes, entrées et scripts. Code source sur GitHub.

Comment installer la Kramli CLI ?

Homebrew (macOS/Linux) : brew install SpotlightForBugs/tap/kramli puis brew trust --formula spotlightforbugs/tap/kramli. En une ligne (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. Sinon, un binaire depuis les GitHub Releases.

Comment me connecter ?

Lance kramli login pour une connexion interactive. Pour les scripts, crée une clé API sur kramli.de/settings#api-keys et utilise kramli login --api-key.

Qu'est-ce que kramli mcp ?

Après connexion, kramli mcp démarre un serveur MCP local. Les assistants IA compatibles MCP peuvent accéder à tes listes. Mêmes identifiants que la CLI.

Tes listes, aussi dans le terminal.

Pilote tes listes dans le terminal ou connecte-les à des assistants IA compatibles MCP.