# github1s - 1초만에 GitHub 코드를 VS Code에서 보는 방법

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4598](https://news.hada.io/topic?id=4598)
- GeekNews Markdown: [https://news.hada.io/topic/4598.md](https://news.hada.io/topic/4598.md)
- Type: news
- Author: [ssssut](https://news.hada.io/@ssssut)
- Published: 2021-07-13T02:14:11+09:00
- Updated: 2021-07-13T02:14:11+09:00
- Original source: [github.com](https://github.com/conwnet/github1s)
- Points: 9
- Comments: 5

## Topic Body

GitHub에 있는 코드를 VS Code로 보고싶을 때 레포를 로컬에 클론해서 보는 방법 대신 브라우저에서 바로 열어 볼 수 있게 해주는 프로젝트입니다. github.com 주소를 github1s.com 로 바꾸면 바로 사용할 수 있습니다.

예시: https://github1s.com/microsoft/vscode

## Comments



### Comment 5688

- Author: elbum
- Created: 2021-07-14T10:07:12+09:00
- Points: 1

저도 가끔 이거 유용하게 사용하긴 하는데, github private repo 엑세스권한을 요구해서 좀 꺼림찍 하더라구요

### Comment 5677

- Author: roxie
- Created: 2021-07-13T10:38:03+09:00
- Points: 3

vscode에 remote repository가 정식 런칭되서, 이쪽을 추천드려요

### Comment 5689

- Author: elbum
- Created: 2021-07-14T10:07:30+09:00
- Points: 1
- Parent comment: 5677
- Depth: 1

와... 감사합니다.!

편안하네요

### Comment 5671

- Author: xguru
- Created: 2021-07-13T08:50:34+09:00
- Points: 4

이 도구에서 영감 받은 Git-Peek 도 있습니다. 로컬로 Tarball을 빠르게 받아서 보고 지워줍니다.

- git-peek : Repo를 에디터에서 빠르게 열기 https://news.hada.io/topic?id=3732

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

### Comment 5669

- Author: jsryu
- Created: 2021-07-13T07:24:42+09:00
- Points: 3

같은 서비스로 surf도 있습니다.

https://github.com/surfcodes/surf
