diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..341dc23 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/docs +/LICENSE +/README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c6e9929 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d9e600 --- /dev/null +++ b/README.md @@ -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). diff --git a/docs/example.png b/docs/example.png new file mode 100644 index 0000000..025ba2b Binary files /dev/null and b/docs/example.png differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..ad155ad Binary files /dev/null and b/icon.png differ diff --git a/info.plist b/info.plist new file mode 100644 index 0000000..0b3e698 --- /dev/null +++ b/info.plist @@ -0,0 +1,100 @@ + + + + + bundleid + com.jcid.kvk + category + MIT + connections + + BC864B03-96F7-4631-A222-82DB45EA724C + + + destinationuid + 5615AFCD-0895-48C1-ADC7-EF29A6F37BF7 + modifiers + 0 + modifiersubtext + + vitoclose + + + + + createdby + JCID + description + Search for a company name and/or kvk number + disabled + + name + Kamer van Koophandel + objects + + + config + + argumenttype + 0 + keyword + kvk + subtext + Param(s): Company name and/or kvk number + text + Kamer van Koophandel + withspace + + + type + alfred.workflow.input.keyword + uid + BC864B03-96F7-4631-A222-82DB45EA724C + version + 1 + + + config + + browser + + spaces + + + url + https://www.kvk.nl/orderstraat/bedrijf-kiezen/?q={query} + utf8 + + + type + alfred.workflow.action.openurl + uid + 5615AFCD-0895-48C1-ADC7-EF29A6F37BF7 + version + 1 + + + readme + + uidata + + 5615AFCD-0895-48C1-ADC7-EF29A6F37BF7 + + xpos + 170 + ypos + 20 + + BC864B03-96F7-4631-A222-82DB45EA724C + + xpos + 20 + ypos + 20 + + + version + 1.0.0 + webaddress + https://www.jcid.nl + +