# git-peek : Repo를 에디터에서 빠르게 열기

> Clean Markdown view of GeekNews topic #3732. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3732](https://news.hada.io/topic?id=3732)
- GeekNews Markdown: [https://news.hada.io/topic/3732.md](https://news.hada.io/topic/3732.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-02-13T10:00:33+09:00
- Updated: 2021-02-13T10:00:33+09:00
- Original source: [github.com](https://github.com/jarred-sumner/git-peek)
- Points: 9
- Comments: 1

## Topic Body

> git peek {주소}

ㅤ→ 임시 폴더에 Repo를 가져와 로컬 에디터를 열고, 에디터를 닫으면 임시폴더 삭제

ㅤ→ tarball을 받아서 압축 푸는 방식이라 clone 보다 2배이상 빠름

- Repo 주소 및 PR 주소로 동작

- 주소없이 실행하면 트렌딩 Repo를 검색해서 보여줌

- GitHub 주소가 아닌 일반 Git 주소일 경우 Partial Clone 실행

- owner/repo 로도 가능하며, owner 없이 적으면 검색

ㅤ❯ git peek react

ㅤSearch Github repositories:

ㅤ> react

ㅤ❯ facebook/react           | A declarative, efficient, and flexible JavaScrip

ㅤ  geist-org/react          | Modern and minimalist React UI library.

> git peek https://github.com/facebook/react/pull/20790

> git peek hanford/trends

> git peek react

## Comments



### Comment 4452

- Author: xguru
- Created: 2021-02-13T10:01:12+09:00
- Points: 2

Github1s - GitHub코드를 VS Code로 1초만에 둘러보기 https://news.hada.io/topic?id=3719

위 도구에서 영향 받았다고 하네요.

가볍게 웹UI로 볼때는 Github1s 로 보고, 로컬에서 내 에디터로 찬찬히 볼때는 Git-Peek을 사용하면 좋을듯 합니다.
