Skip to content

Commit 47d4029

Browse files
committed
First set of the Alfred Workflow.
0 parents  commit 47d4029

File tree

6 files changed

+155
-0
lines changed

6 files changed

+155
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/docs
2+
/LICENSE
3+
/README.md

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 JCID B.V.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# JCID\Crontab
2+
3+
An Alfred workflow to simply explained the cron schedule expressions.
4+
5+
![Example](docs/example.png)
6+
7+
**Note**: You will need the Alfred [Powerpack](https://www.alfredapp.com/powerpack/) to use this workflow - which is commercial software. Check out the [Alfred app](https://www.alfredapp.com/) website.
8+
9+
## Usage
10+
11+
The keyword to trigger the search in Alfred is `crontab` by default.
12+
13+
### Examples
14+
15+
|Search|Alfred opens|
16+
| ------------- | ------------- |
17+
|`crontab * * * * *`|[At every minute](https://crontab.guru/#*_*_*_*_*)|
18+
|`crontab 5 0 * 8 *`|[At 00:05 in August](https://crontab.guru/#5_0_*_8_*)|
19+
|`crontab 15 14 1 * *`|[At 14:15 on day-of-month 1](https://crontab.guru/#15_14_1_*_*)|
20+
21+
**Note**: Spaces will be converted to underscores `_`.
22+
23+
## Download
24+
25+
Download the Alfred workflow via the URL
26+
27+
- http://alfred-workflow.jcid.nl/crontab
28+
29+
## License
30+
31+
This is licensed under [MIT License](LICENSE).

docs/example.png

21.5 KB
Loading

icon.png

11.5 KB
Loading

info.plist

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>bundleid</key>
6+
<string>com.jcid.cronjob</string>
7+
<key>category</key>
8+
<string>MIT</string>
9+
<key>connections</key>
10+
<dict>
11+
<key>BC864B03-96F7-4631-A222-82DB45EA724C</key>
12+
<array>
13+
<dict>
14+
<key>destinationuid</key>
15+
<string>5615AFCD-0895-48C1-ADC7-EF29A6F37BF7</string>
16+
<key>modifiers</key>
17+
<integer>0</integer>
18+
<key>modifiersubtext</key>
19+
<string></string>
20+
<key>vitoclose</key>
21+
<false/>
22+
</dict>
23+
</array>
24+
</dict>
25+
<key>createdby</key>
26+
<string>JCID</string>
27+
<key>description</key>
28+
<string>Crontab explanation</string>
29+
<key>disabled</key>
30+
<false/>
31+
<key>name</key>
32+
<string>Crontab</string>
33+
<key>objects</key>
34+
<array>
35+
<dict>
36+
<key>config</key>
37+
<dict>
38+
<key>browser</key>
39+
<string></string>
40+
<key>spaces</key>
41+
<string>_</string>
42+
<key>url</key>
43+
<string>https://crontab.guru/#{query}</string>
44+
<key>utf8</key>
45+
<true/>
46+
</dict>
47+
<key>type</key>
48+
<string>alfred.workflow.action.openurl</string>
49+
<key>uid</key>
50+
<string>5615AFCD-0895-48C1-ADC7-EF29A6F37BF7</string>
51+
<key>version</key>
52+
<integer>1</integer>
53+
</dict>
54+
<dict>
55+
<key>config</key>
56+
<dict>
57+
<key>argumenttype</key>
58+
<integer>0</integer>
59+
<key>keyword</key>
60+
<string>crontab</string>
61+
<key>subtext</key>
62+
<string>Cron schedule expressions</string>
63+
<key>text</key>
64+
<string>Crontab</string>
65+
<key>withspace</key>
66+
<true/>
67+
</dict>
68+
<key>type</key>
69+
<string>alfred.workflow.input.keyword</string>
70+
<key>uid</key>
71+
<string>BC864B03-96F7-4631-A222-82DB45EA724C</string>
72+
<key>version</key>
73+
<integer>1</integer>
74+
</dict>
75+
</array>
76+
<key>readme</key>
77+
<string></string>
78+
<key>uidata</key>
79+
<dict>
80+
<key>5615AFCD-0895-48C1-ADC7-EF29A6F37BF7</key>
81+
<dict>
82+
<key>xpos</key>
83+
<integer>170</integer>
84+
<key>ypos</key>
85+
<integer>20</integer>
86+
</dict>
87+
<key>BC864B03-96F7-4631-A222-82DB45EA724C</key>
88+
<dict>
89+
<key>xpos</key>
90+
<integer>20</integer>
91+
<key>ypos</key>
92+
<integer>20</integer>
93+
</dict>
94+
</dict>
95+
<key>version</key>
96+
<string>1.0.0</string>
97+
<key>webaddress</key>
98+
<string>https://github.com/JCID/alfred-workflow-crontab</string>
99+
</dict>
100+
</plist>

0 commit comments

Comments
 (0)