Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Jarred-Sumner/peek
- Owner: Jarred-Sumner
- Created: 2021-02-13T10:24:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T17:56:20.000Z (about 1 year ago)
- Last Synced: 2024-04-26T01:31:53.887Z (9 months ago)
- Topics: chrome-extension, clone, editor, firefox-addon, github, github1s, pull, pull-request
- Language: TypeScript
- Homepage:
- Size: 5.92 MB
- Stars: 53
- Watchers: 4
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.