-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f9bc201
Showing
6 changed files
with
152 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/docs | ||
/LICENSE | ||
/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017 JCID B.V. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# JCID\Kamer van Koophandel | ||
|
||
An Alfred workflow to easily open the search for a company name and/or kvk number. | ||
|
||
![Example](docs/example.png) | ||
|
||
**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. | ||
|
||
## Usage | ||
|
||
The keyword to trigger the search in Alfred is `kvk` by default. | ||
|
||
### Examples | ||
|
||
|Search|Alfred opens| | ||
| ------------- | ------------- | | ||
|`kvk jcid`|[Search for 'JCID'](https://www.kvk.nl/orderstraat/bedrijf-kiezen/?q=jcid)| | ||
|`kvk 55456545`|[Search for kvk number '55456545'](https://www.kvk.nl/orderstraat/bedrijf-kiezen/?q=55456545)| | ||
|
||
## Download | ||
|
||
Download the Alfred workflow via the URL | ||
|
||
- http://alfred-workflow.jcid.nl/kvk | ||
|
||
## License | ||
|
||
This is licensed under [MIT License](LICENSE). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<?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"> | ||
<dict> | ||
<key>bundleid</key> | ||
<string>com.jcid.kvk</string> | ||
<key>category</key> | ||
<string>MIT</string> | ||
<key>connections</key> | ||
<dict> | ||
<key>BC864B03-96F7-4631-A222-82DB45EA724C</key> | ||
<array> | ||
<dict> | ||
<key>destinationuid</key> | ||
<string>5615AFCD-0895-48C1-ADC7-EF29A6F37BF7</string> | ||
<key>modifiers</key> | ||
<integer>0</integer> | ||
<key>modifiersubtext</key> | ||
<string></string> | ||
<key>vitoclose</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
</dict> | ||
<key>createdby</key> | ||
<string>JCID</string> | ||
<key>description</key> | ||
<string>Search for a company name and/or kvk number</string> | ||
<key>disabled</key> | ||
<false/> | ||
<key>name</key> | ||
<string>Kamer van Koophandel</string> | ||
<key>objects</key> | ||
<array> | ||
<dict> | ||
<key>config</key> | ||
<dict> | ||
<key>argumenttype</key> | ||
<integer>0</integer> | ||
<key>keyword</key> | ||
<string>kvk</string> | ||
<key>subtext</key> | ||
<string>Param(s): Company name and/or kvk number</string> | ||
<key>text</key> | ||
<string>Kamer van Koophandel</string> | ||
<key>withspace</key> | ||
<true/> | ||
</dict> | ||
<key>type</key> | ||
<string>alfred.workflow.input.keyword</string> | ||
<key>uid</key> | ||
<string>BC864B03-96F7-4631-A222-82DB45EA724C</string> | ||
<key>version</key> | ||
<integer>1</integer> | ||
</dict> | ||
<dict> | ||
<key>config</key> | ||
<dict> | ||
<key>browser</key> | ||
<string></string> | ||
<key>spaces</key> | ||
<string>+</string> | ||
<key>url</key> | ||
<string>https://www.kvk.nl/orderstraat/bedrijf-kiezen/?q={query}</string> | ||
<key>utf8</key> | ||
<true/> | ||
</dict> | ||
<key>type</key> | ||
<string>alfred.workflow.action.openurl</string> | ||
<key>uid</key> | ||
<string>5615AFCD-0895-48C1-ADC7-EF29A6F37BF7</string> | ||
<key>version</key> | ||
<integer>1</integer> | ||
</dict> | ||
</array> | ||
<key>readme</key> | ||
<string></string> | ||
<key>uidata</key> | ||
<dict> | ||
<key>5615AFCD-0895-48C1-ADC7-EF29A6F37BF7</key> | ||
<dict> | ||
<key>xpos</key> | ||
<integer>170</integer> | ||
<key>ypos</key> | ||
<integer>20</integer> | ||
</dict> | ||
<key>BC864B03-96F7-4631-A222-82DB45EA724C</key> | ||
<dict> | ||
<key>xpos</key> | ||
<integer>20</integer> | ||
<key>ypos</key> | ||
<integer>20</integer> | ||
</dict> | ||
</dict> | ||
<key>version</key> | ||
<string>1.0.0</string> | ||
<key>webaddress</key> | ||
<string>https://www.jcid.nl</string> | ||
</dict> | ||
</plist> |