← 返回
开发者工具 Key 中文

Ticktick Linux

Manage TickTick tasks (add, list, complete) via the local `tickrs` CLI.
通过本地 `tickrs` CLI 管理 TickTick 任务(添加、列出、完成)。
davidsmorais davidsmorais 来源
开发者工具 clawhub v1.0.0 1 版本 99887.8 Key: 需要
★ 1
Stars
📥 1,760
下载
💾 22
安装
1
版本
#latest

概述

TickTick

Manage tasks in TickTick.

Prerequisite:

You must authenticate the CLI first by running:

~/.cargo/bin/tickrs init

Tools

ticktick_list

List tasks from the default project (Inbox) or a specific project.

  • Parameters:
  • project (string, optional): Project name to filter by.
  • status (string, optional): Filter by status (incomplete [default], complete).
  • Command:

```bash

/home/david/.cargo/bin/tickrs task list --json \

{{#if project}}--project-name "{{project}}"{{/if}} \

{{#if status}}--status {{status}}{{/if}}

```

ticktick_create

Create a new task.

  • Parameters:
  • title (string, required): The task title.
  • content (string, optional): Description or notes.
  • date (string, optional): Natural language date (e.g., "today", "tomorrow at 5pm", "next friday").
  • project (string, optional): Project name to add to.
  • priority (string, optional): none, low, medium, high.
  • Command:

```bash

/home/david/.cargo/bin/tickrs task create --json \

--title "{{title}}" \

{{#if content}}--content "{{content}}"{{/if}} \

{{#if date}}--date "{{date}}"{{/if}} \

{{#if project}}--project-name "{{project}}"{{/if}} \

{{#if priority}}--priority {{priority}}{{/if}}

```

ticktick_complete

Mark a task as complete by ID (get ID from ticktick_list).

  • Parameters:
  • id (string, required): The Task ID.
  • Command:

```bash

/home/david/.cargo/bin/tickrs task complete "{{id}}" --json

```

ticktick_projects

List all projects.

  • Command:

```bash

/home/david/.cargo/bin/tickrs project list --json

```

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 18:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Capacities

davidsmorais
{ "text": "管理产能笔记、日常记录和网址链接" }
★ 1 📥 2,100
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 194 📥 67,416
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,427