remind

所属分类:其他
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2020-06-13 00:07:05
上 传 者sh-1993
说明:  从命令行安排通知中心提醒,因为有时我们只想使用手头已有的工具来继续...,
(Schedule a notification-center reminder from the command-line because sometime we just want to use tools already at hand to get on with the rest of our work.)

文件列表:
CHANGELOG.md (93, 2020-06-12)
LICENSE.txt (1069, 2020-06-12)
Package.resolved (343, 2020-06-12)
Package.swift (718, 2020-06-12)
remind.xcodeproj/ (0, 2020-06-12)
remind.xcodeproj/project.pbxproj (12978, 2020-06-12)
remind/ (0, 2020-06-12)
remind/Bundle+Swizzle.swift (778, 2020-06-12)
remind/Date+Offsets.swift (3869, 2020-06-12)
remind/Notifier+Doc.swift (576, 2020-06-12)
remind/Notifier+Utility.swift (2449, 2020-06-12)
remind/RuntimeError.swift (444, 2020-06-12)
remind/main.swift (4608, 2020-06-12)

# remind A simple notification-center reminder app that uses the [Swift Argument Parser](https://github.com/apple/swift-argument-parser). This project uses a build phase to install to /usr/local/bin. Make sure you can write to that folder or change the build phase. ``` OVERVIEW: Command-line notifier Schedule reminders from the command line. "remind -m 20 Stand up and stretch", "remind --at 1:30P Call Bob", "remind --at 13:30 Leave for Dr visit". Any notifications scheduled earlier in the day (say it is now 2PM and you set a reminder for 11:30), are pushed forward one day. USAGE: remind [ ...] [--minutes ] [--hours ] [--days ] [--when ] [--list] ARGUMENTS: Notification message. OPTIONS: -m, --minutes Delay in minutes. (default: 0) -h, --hours Delay in hours. (default: 0) -d, --days Delay in days. (default: 0) -t, --at, --time, --when Sets time for scheduled reminder. -l, --list Lists scheduled notifications then quits. --help Show help information. ``` ## Installation * Install [homebrew](https://brew.sh). * Install [mint](https://github.com/yonaskolb/Mint) with homebrew (`brew install mint`). * From command line: `mint install erica/remind` ## Build notes * This project includes a build phase that writes to /usr/local/bin * Make sure your /usr/local/bin is writable: `chmod u+w /usr/local/bin`

近期下载者

相关文件


收藏者