https://github.com/acidghost/gabber
Repository 2 editor, at high BPM
https://github.com/acidghost/gabber
git-clone git-subcommand github tmux
Last synced: 2 months ago
JSON representation
Repository 2 editor, at high BPM
- Host: GitHub
- URL: https://github.com/acidghost/gabber
- Owner: acidghost
- Created: 2025-02-03T06:21:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T10:50:52.000Z (2 months ago)
- Last Synced: 2025-03-22T11:29:58.057Z (2 months ago)
- Topics: git-clone, git-subcommand, github, tmux
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gabber
**Clone and edit GitHub repositories directly from your browser with temporary local copies**
## Overview
Gabber is a browser extension + CLI tool combination that lets you quickly clone GitHub
repositories into temporary directories and open them in your preferred editor. The
workflow consists of:1. Browser extension that converts GitHub URLs to `gabber://` protocol links
2. Python script (bundled as macOS app) that handles cloning and temp directory management## Features
- **One-click access** to repositories from GitHub pages
- **Automatic cleanup** of temporary directories after editing
- **Editor integration** with `$EDITOR` environment variable
- **Cross-protocol support** (HTTPS/SSH/Git URLs)## Installation
### Browser Extension
1. Package the `ext/` directory as a browser extension
2. Install in your preferred browser (supports WebExtensions API)### Python Script
Install the script and the macOS app bundle with `just install`.
## Credits
The idea for Gabber was inspired by [git-peek](https://github.com/Jarred-Sumner/git-peek)
and [peek](https://github.com/Jarred-Sumner/peek) by Jarred Sumner.