Skip to content

stolenzc/Reminders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reminders

一个能够通过自然语言创建 Apple 提醒事项的命令行工具。

安装

环境要求

  • macOS(需连接 Apple 提醒事项,仅支持 macOS)

快速开始

reminders add "明天下午3点开会"

待办

列表命令:

  • 列出所有提醒事项
  • 列出指定列表的提醒事项
  • 列出今日的提醒事项

添加命令:

  • 指定列表添加提醒事项

完成命令:

  • 完成指定提醒事项

删除命令:

  • 删除指定提醒事项
  • 删除所有提醒事项

配置

配置文件位于 ~/.config/reminders/config.json

示例配置文件:

{
  "ai": {
    "api_url": "https://api.openai.com/v1/chat/completions",
    "api_key": "your-api-key-here",
    "model": "gpt-4-turbo-preview"
  },
  "default_list": "提醒事项",
  "default_reminder_minutes": [0]
}

灵感来源

致谢

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages