Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Jarred-Sumner/peek

1-click from git repo to local editor
https://github.com/Jarred-Sumner/peek

chrome-extension clone editor firefox-addon github github1s pull pull-request

Last synced: 2 months ago
JSON representation

1-click from git repo to local editor

Awesome Lists containing this project

README

        

# Peek – 1-click from GitHub to local editor

Instantly open files, pull requests, and repositories from GitHub in your local editor. Read, search, and review code from the comfort of your own local editing environment.

git-peek stores the files in a temporary directory, and automatically deletes the repository from your computer when you close your editor. [git-peek](https://github.com/Jarred-Sumner/git-peek) is also available as a CLI, this is the browser extension.

## [Download peek for Chrome](https://chrome.google.com/webstore/detail/peek-%E2%80%93-github-to-local-ed/lipffmbhaajmndiglgmmcfldgolfaooj)

## [Download peek for Firefox](https://addons.mozilla.org/en-US/firefox/addon/git-peek-for-github/)

Supports Visual Studio Code, Vim, and Sublime Text on Windows & macOS.



This adds "Peek" buttons to Github that open `git-peek://github-url-in-here`, which triggers `git-peek` to very quickly fetch the file/branch/repo/pull request and open it in your local editor. All the magic is in `git-peek`. This just adds some buttons so you don't have to paste links into your terminal.