-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtopdown.txt
More file actions
38 lines (26 loc) · 1022 Bytes
/
topdown.txt
File metadata and controls
38 lines (26 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
pycal add 24 apr 13:45 "doomsday" remind 3d,2h
-> [#687] 24.04.2013 13:45 (rem. 3d, 2h)
doomsday
pycal add 18:00 "dinner" reminder 30m
-> [#688] today, 18:00 (rem. 30m)
dinner
pycal add in 3d 14:00 "water plants" cyclic 3d blur 3h
-> [#689] 28.02.2013, 14:00 +/- 2h (no rem., cyclic 3d)
water plants
NOTE: times of the form "14:00" are always absolute, just like
dates of the form "24 apr"
pycal add every thursday 8:00 "clean house"
SHORTHAND: add (date of next thursday) 8:00 "clean house" cyclic 7d
pycal add birthday 24 mar "mother"
SHORTHAND: add 24 mar "birthday: mother" remind 2w, 3d, 1d, 12h cyclic 1yr
pycal list
-> #687 23.04.2013 doomsday
NOTE: reminder text will be cut appropriately.
pycal show 687
pycal delete 687
pycal grep birthday
(# NOTE: provide zsh completion)
# NOTE: all keywords may be abbreviated unambiguously
# NOTE: editing events will not be supported in CLI interface for now.
pycal help
NOTE: support both shelve and redis as backends