Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdelmas/githubtower
This browser extension allows you to use Github's "Clone in Desktop" button with Tower
https://github.com/gdelmas/githubtower
chrome chrome-extension extension git mac safari safari-extension tower
Last synced: 3 months ago
JSON representation
This browser extension allows you to use Github's "Clone in Desktop" button with Tower
- Host: GitHub
- URL: https://github.com/gdelmas/githubtower
- Owner: gdelmas
- Created: 2014-07-30T21:46:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T17:32:20.000Z (over 4 years ago)
- Last Synced: 2024-10-03T12:16:20.439Z (4 months ago)
- Topics: chrome, chrome-extension, extension, git, mac, safari, safari-extension, tower
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 49
- Watchers: 5
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Clone to Tower for Github** is a lightweight browser extension that links Github's "Open in Desktop" button to [Tower.app](http://www.git-tower.com) without the need of ever installing the Github Desktop Application. The extension is available for Chrome and Safari.
![](screenshot.png)
# Installation
### Chrome
Install the Extension from the [Chrome Web Store](https://chrome.google.com/webstore/detail/github-tower/ipgffdnnaanlcjlmpmmllieefmfjcbml) by clicking "Add to Chrome".### Safari
Install the Extenstion from the [Safari Extensions Gallery](https://safari-extensions.apple.com/details/?id=de.dreamlab.githubtower-R448YUR7UE) by clicking "Install now".# Rationale
Github's "Open in Desktop" button only works if you are logged in to your account with the Github Desktop Application. Logged out users can not use the "Open in Desktop" button. At this point in time Tower also does not register the right URL scheme. The scheme Github links to depends on the last used version of Github's desktop application.This browser extensions eliminates the need to be logged into Github and the Github Desktop Application by running [23 lines of code](https://github.com/gdelmas/GithubTower/blob/master/src-safari/GithubTower.safariextension/main.js) only on Github's website.
# Tower
Tower 2 is a wonderful Git client for OS X. It brings all of Git’s powerful features to your desktop. Try it out here: [http://www.git-tower.com](http://www.git-tower.com)