things (Download)
Add to Things workflow. Supports date parsing for easy input.
t title #tag @t|a|s ::note > duedate (ex. fri, 3d, 2w, 12/31)
tm title #tag @t|a|s ::note > duedate
-
t
: create todo -
tm
: create todo with clipboard contents as a note -
Syntax
- #tag : tag
- Focus : default location is 'Inbox'
- @t : @Today
- @a : @Anytime
- @s : @Someday
- ::note : note
>
duedate>
: today> 2d
: two days after> fri
: next friday> -1d
: one day before> 11/23
: November 23
- Support localization
- things 3 support
- set due date to upcoming date
- ex. today is 12/28 and input date 1/1, then due date is 1/1 of next year
- change duedate string for thursday into 'thu' from 'thr'
- fix a bug in v1.15
- fix parsing error containing '>' (for example, '1->2 test >1d')
- unicode tag support
- add Focus syntax - @t|n|s
- support previous day/week/month like '-3d'
- support month for duedate such as '2m'
- '>' denotes 'today'
- change command to 't, tm'
- add
tm
command - create todo with clipboard contents as a note - show item location after creation
- initial release