Mercurial > dotfiles.old
comparison maid/com.github.maid.plist @ 37:a761f06dbaa8
Add Maid rules
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 15 Apr 2014 17:05:15 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
36:01da40867300 | 37:a761f06dbaa8 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>Label</key> | |
6 <string>com.github.maid</string> | |
7 <key>StartCalendarInterval</key> | |
8 <array> | |
9 <dict> | |
10 <key>Hour</key> | |
11 <integer>12</integer> | |
12 <key>Day</key> | |
13 <integer>1</integer> | |
14 </dict> | |
15 <dict> | |
16 <key>Hour</key> | |
17 <integer>12</integer> | |
18 <key>Day</key> | |
19 <integer>14</integer> | |
20 </dict> | |
21 </array> | |
22 <key>ProgramArguments</key> | |
23 <array> | |
24 <string>/Users/zegervdv/.rbenv/shims/maid</string> | |
25 <string>clean</string> | |
26 <string>-r</string> | |
27 <string>/Users/zegervdv/.maid/general.rb</string> | |
28 </array> | |
29 <key>ServiceDescription</key> | |
30 <string>Maid</string> | |
31 </dict> | |
32 </plist> |