Skip to main content

A fast, lightweight, and powerful Command Line Interface for Super Productivity

Project description

Super Productivity CLI (sp.py)

Read-only command line interface for Super Productivity data with rclone Dropbox sync.

Requirements

  • Python 3
  • rclone configured with a remote named dropbox
  • Super Productivity Dropbox sync enabled

Setup

  1. Install rclone: curl https://rclone.org/install.sh | sudo bash
  2. Configure Dropbox: rclone config → New remote → Name it dropbox → Choose Dropbox → Follow auth flow
  3. Enable Dropbox sync in Super Productivity app settings

CLI Structure

$ sp --help
usage: sp [-h] [--json | --ndjson] [--full] {status,yesterday,task,project,counter} ...

Super Productivity CLI (Read-Only Mode)

positional arguments:
  {status,yesterday,task,project,counter}
    status              Show today's summary
    yesterday           Show yesterday's report
    task                Task commands (read-only)
    project             Project commands (read-only)
    counter             Counter commands (read-only)

options:
  -h, --help            show this help message and exit
  --json                Emit JSON output
  --ndjson              Emit NDJSON output
  --full                Include full entity payload in JSON/NDJSON output

Commands

Reports

Command Description
sp status Today's summary with tasks and time by project
sp yesterday Yesterday's report with tasks and time

Tasks (Read-Only)

Command Description
sp task list [options] List tasks with filters
sp task view <id> View task details
sp task search <query> Search tasks by title

List filters:

  • --project, -p <id> - Filter by project
  • --done, -d - Show completed tasks
  • --today, -t - Only today's tasks
  • --tomorrow - Only tomorrow's tasks
  • --date YYYY-MM-DD - Filter by due date
  • --scheduled - Only scheduled tasks

Projects (Read-Only)

Command Description
sp project list List all projects
sp project view <id> View project details

Counters (Read-Only)

Command Description
sp counter list List all counters
sp counter search <query> Search counters by title

Output Flags

  • --json: JSON output for scripts/AI agents
  • --ndjson: One JSON object per line
  • --full: Include full entity payload

Examples:

sp status --json
sp task list --today --json
sp task search "report" --ndjson

Search

Search supports:

  • Plain text: case-insensitive substring match
  • Wildcard *: matches any characters

Examples:

sp task search "greek"
sp task search "open*"
sp counter search "coffee"

Common Workflows

# Check today's status
sp status

# See yesterday's activity
sp yesterday

# Find tasks for a project
sp task list --project "Work"

# Search for a specific task
sp task search "report"

# View task details
sp task view <task-id>

# List all projects
sp project list

# Check counters
sp counter list

AI/LLM Agent Note

  • Use --json or --ndjson flags for parseable output
  • Default JSON shows essential fields; use --full for all fields
  • This is a read-only CLI - no mutations are supported

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

super_productivity_cli-0.2.1.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

super_productivity_cli-0.2.1-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file super_productivity_cli-0.2.1.tar.gz.

File metadata

  • Download URL: super_productivity_cli-0.2.1.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for super_productivity_cli-0.2.1.tar.gz
Algorithm Hash digest
SHA256 ddb68fd2c04b3f8d53bfa6abb01e41bf9286e28417477c82bbc2ec590106d80b
MD5 3d7930cd0ac78f8a97f4e08e446b7632
BLAKE2b-256 6f5c856e3fda9c112b565b9efd9df651a07d41324ef88ea2f421a676d0c64ffc

See more details on using hashes here.

Provenance

The following attestation bundles were made for super_productivity_cli-0.2.1.tar.gz:

Publisher: publish.yml on onesvat/super-productivity-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file super_productivity_cli-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for super_productivity_cli-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e0b930ea31964fb103696f1bc6ed6da7369c9c4c9adf5ae3e057c80e8954aeae
MD5 40923801ffd3f7b4a66413c379dd2345
BLAKE2b-256 ec9816351e839125293f353a899e1ec086d3e8cdcb0904dc43289c5789b498c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for super_productivity_cli-0.2.1-py3-none-any.whl:

Publisher: publish.yml on onesvat/super-productivity-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page