-
Notifications
You must be signed in to change notification settings - Fork 2
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 24805df
Showing
12 changed files
with
1,324 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,33 @@ | ||
# alfred-kozip-workflow | ||
> 도로명/지번 한영 주소 검색을 Alfred에서! | ||
![](screenshot/alfred-kozip-usage-cover.gif) | ||
|
||
## 설치 | ||
[Release 페이지](https://github.com/kyungw00k/alfred-kozip-workflow/releases/)에서 내려 받아 사용하세요. | ||
|
||
## 사용법 | ||
`kz 검색어` 누른 후 맘에 드는 주소에 `Enter` 키(또는 단축기)를 누르면 클립보드로 주소를 복사한다. | ||
|
||
### 한글 주소 | ||
#### 도로명(`enter`) | ||
![](screenshot/alfred-kozip-usage-general.gif) | ||
|
||
#### 지번(`fn + enter`) | ||
![](screenshot/alfred-kozip-usage-fn.gif) | ||
|
||
### 영어 주소 | ||
|
||
#### 도로명(`ctrl + enter`) | ||
![](screenshot/alfred-kozip-usage-ctrl.gif) | ||
|
||
#### 지번(`shift + enter`) | ||
![](screenshot/alfred-kozip-usage-shift.gif) | ||
|
||
### 지도 보기(`cmd + enter`) | ||
![](screenshot/alfred-kozip-usage-cmd.gif) | ||
|
||
## Built with | ||
* [Postcodify, 오픈소스 도로명 주소 검색 API](https://postcodify.poesis.kr) | ||
* [unorm.js](https://github.com/walling/unorm) | ||
* [우정사업본부 > 디자인표준편람 링크](http://www.koreapost.go.kr/hongbo/postci/koreapost.html)</a> |
Oops, something went wrong.