-
Notifications
You must be signed in to change notification settings - Fork 0
/
obs-Calendar.kmmacros
109 lines (109 loc) · 2.76 KB
/
obs-Calendar.kmmacros
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>CreationDate</key>
<real>619612050.39990604</real>
<key>CustomIconData</key>
<string>KMEP-GenericApplication-/Applications/Obsidian.app</string>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>%TriggerValue%</string>
<key>Variable</key>
<string>Trigger</string>
</dict>
<dict>
<key>DisplayKind</key>
<string>None</string>
<key>HonourFailureSettings</key>
<true/>
<key>IncludeStdErr</key>
<false/>
<key>MacroActionType</key>
<string>ExecuteShellScript</string>
<key>Path</key>
<string></string>
<key>Source</key>
<string>TriggerClipboard</string>
<key>Text</key>
<string>/usr/local/bin/python3.7 PATH $KMVAR_Trigger</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>TrimResults</key>
<true/>
<key>TrimResultsNew</key>
<true/>
<key>UseText</key>
<true/>
</dict>
<dict>
<key>Action</key>
<string>Paste</string>
<key>IsDisclosed</key>
<false/>
<key>MacroActionType</key>
<string>CutCopyPaste</string>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>CreationDate</key>
<real>620453127.47804701</real>
<key>CustomIconData</key>
<string>KMEP-ControlFlow</string>
<key>ModificationDate</key>
<real>620453143.49622095</real>
<key>Name</key>
<string>obs-Calendar</string>
<key>Triggers</key>
<array>
<dict>
<key>Case</key>
<string>Match</string>
<key>MacroTriggerType</key>
<string>TypedString</string>
<key>SimulateDeletes</key>
<true/>
<key>TypedString</key>
<string>:\d{4}_\d{2}</string>
</dict>
</array>
<key>UID</key>
<string>B7E72E2C-FD81-4530-8C0B-88310912B3A5</string>
</dict>
</array>
<key>Name</key>
<string>Obsidian macros</string>
<key>Targeting</key>
<dict>
<key>Targeting</key>
<string>Included</string>
<key>TargetingApps</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>md.obsidian</string>
<key>Name</key>
<string>Obsidian</string>
<key>NewFile</key>
<string>/Applications/Obsidian.app</string>
</dict>
</array>
</dict>
<key>ToggleMacroUID</key>
<string>055AF955-B0C6-4626-A420-3033346342FF</string>
<key>UID</key>
<string>523E58F2-9820-4601-9B26-8C252AC04A66</string>
</dict>
</array>
</plist>