Skip to content

Commit

Permalink
alfy 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungw00k committed Jul 20, 2018
1 parent 9d26e1a commit 3613750
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
![](screenshot/alfred-kozip-usage-cover.gif)

## 설치
```
npm install --global alfred-kozip
```

[Release 페이지](https://github.com/kyungw00k/alfred-kozip-workflow/releases/)에서 내려 받아 사용하세요.


## 사용법
`kz 검색어` 누른 후 맘에 드는 주소에 `Enter` 키(또는 단축기)를 누르면 클립보드로 주소를 복사한다.

Expand Down
39 changes: 39 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "alfred-kozip",
"version": "1.0.2",
"description": "도로명/지번 한영 주소 검색을 Alfred에서!",
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyungw00k/alfred-kozip-workflow.git"
},
"files": [
"icon.png",
"info.plist",
"postcode.js",
"unorm.js"
],
"dependencies": {
"alfy": "^0.6.0"
},
"keywords": [
"korean",
"zipcode",
"alfred",
"alfred-workflow",
"workflow",
"alfy"
],
"author": "[email protected]",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/kyungw00k/alfred-kozip-workflow/issues"
},
"homepage": "https://github.com/kyungw00k/alfred-kozip-workflow#readme"
}

0 comments on commit 3613750

Please sign in to comment.