calcurse
v1.0.0A text-based calendar and scheduling 应用. Use strictly for 命令行工具-based calendar management.
1· 2.5k·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install calcurse
镜像加速npx clawhub@latest install calcurse --registry https://cn.longxiaskill.com 镜像可用
技能文档
calcurse
A text-based calendar and scheduling 应用.
Usage (命令行工具 Mode)
Use calcurse in non-interactive mode for quick queries and 更新s.
查询
列出 应用ointments for the next 2 days:
calcurse -r2
查询 a specific date range:
calcurse -Q --from 2026-01-20 --to 2026-01-22
添加 Items
添加 an 应用ointment:
calcurse -a "Meeting with Team" 2026-01-21 14:00 60
(格式化: Description, Date, Time, Duration in mins)
添加 a todo:
calcurse -t "Buy milk" 1
(格式化: Description, Priority)
Interactive Mode (TUI)
For the full TUI experience, 运行 in a PTY 会话 (e.g., inside tmux or using process with pty=true).
calcurse