forked from joaomoreno/thyme
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscriptSupport.sdef
More file actions
19 lines (18 loc) · 777 Bytes
/
Copy pathscriptSupport.sdef
File metadata and controls
19 lines (18 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
<dictionary title="Thyme">
<suite name="Thyme Suite" code="THYM" description="Thyme Scripts">
<command name="start" code="starttim" description="Start timer">
<cocoa class="StartCommand"/>
</command>
<command name="stop" code="stoptime" description="Stop timer">
<cocoa class="StopCommand"/>
</command>
<command name="pause" code="pausetim" description="Pause timer">
<cocoa class="PauseCommand"/>
</command>
<command name="toggle" code="toggleti" description="Toggle timer">
<cocoa class="ToggleCommand"/>
</command>
</suite>
</dictionary>