ivo.zilkenat
  • Joined on 2025-10-29

ente-cli (0.2.6)

Published 2026-04-26 23:00:20 +00:00 by ivo.zilkenat

Installation

pip install --index-url  --extra-index-url https://pypi.org/ ente-cli

About this package

CLI for ente — relationship manager and knowledge graph

ente CLI

Command-line interface for ente — relationship manager and knowledge graph.

Installation

uv tool install ente-cli \
  --extra-index-url https://gitea.i.ivo-zilkenat.de/api/packages/ivo.zilkenat/pypi/simple/

Setup

  1. Generate an API key from the ente web app: Settings > API Keys > Generate API Key
  2. Authenticate:
ente auth login --url https://your-deployment.convex.site --key <api-key>

Usage

ente search "Alice"
ente entity list --type person
ente task list --due today
ente activity create --type note --title "Meeting notes" --entity "Alice" --space "Personal"
ente guide

Run ente --help for all commands.

Update

uv tool install --upgrade ente-cli \
  --extra-index-url https://gitea.i.ivo-zilkenat.de/api/packages/ivo.zilkenat/pypi/simple/

Requirements

Requires Python: >=3.11
Details
PyPI
2026-04-26 23:00:20 +00:00
0
51 KiB
Assets (2)
Versions (8) View all
0.2.7 2026-04-26
0.2.6 2026-04-26
0.2.5 2026-04-23
0.2.4 2026-04-21
0.2.3 2026-04-20