Skip to content

Commit

Permalink
Merge pull request #15 from pt1602/feature/remove-gitlab-from-extensi…
Browse files Browse the repository at this point in the history
…on-name

Feature/remove gitlab from extension name
  • Loading branch information
pt1602 authored Apr 18, 2024
2 parents f03701a + 9a5d42c commit 117311d
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![JavaScript](https://img.shields.io/badge/--blue?logo=javascript&logoColor=fff)](https://www.javascript.com/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-blue.svg)](https://github.com/pt1602/gitlab-git-clone/graphs/commit-activity)
[![github forks](https://badgen.net/github/forks/pt1602/gitlab-git-clone/)](https://github.com/pt1602/gitlab-git-clone/network/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-blue.svg)](https://github.com/pt1602/gl-git-clone/graphs/commit-activity)
[![github forks](https://badgen.net/github/forks/pt1602/gl-git-clone/)](https://github.com/pt1602/gl-git-clone/network/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](http://makeapullrequest.com)
[![github stars](https://img.shields.io/github/stars/pt1602/gitlab-git-clone.svg?style=social&label=Star&maxAge=2592000)](https://github.com/pt1602/gitlab-git-clone/stargazers/)
[![github stars](https://img.shields.io/github/stars/pt1602/gl-git-clone.svg?style=social&label=Star&maxAge=2592000)](https://github.com/pt1602/gl-git-clone/stargazers/)

---

# Gitlab "git clone …"
# GL "git clone …"

Simple Google Chrome extension which adds some minor tweaks to make working with Gitlab a little easier (for me).

Expand All @@ -16,24 +16,24 @@ Simple Google Chrome extension which adds some minor tweaks to make working with

It adds "git clone" before the repository source.

![Screenshot Git Clone](assets/readme-ressources/gitlab-git-clone.png "Screenshot Git Clone")
![Screenshot Git Clone](assets/readme-ressources/gl-git-clone.png "Screenshot Git Clone")

and also a _Checkout_ button on the Merge-Request page to copy the branch name plus a _git fetch && git checkout_ before and _git pull_ after it.

![Screenshot Merge Request](assets/readme-ressources/gitlab-merge-request.png "Screenshot Merge Request")
![Screenshot Merge Request](assets/readme-ressources/gl-merge-request.png "Screenshot Merge Request")

---

## Installation

### Install via Google Chrome web store

* Open [this link](https://chrome.google.com/webstore/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg) to get to the extension page in the Google Chrome web store
* Open [this link](https://chrome.google.com/webstore/detail/gl-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg) to get to the extension page in the Google Chrome web store
* Click on _Add to chrome_

### Install via _developer mode_

* Download the [zip](https://github.com/pt1602/gitlab-git-clone/archive/refs/heads/main.zip) and unzip it or clone this repo
* Download the [zip](https://github.com/pt1602/gl-git-clone/archive/refs/heads/main.zip) and unzip it or clone this repo
* Open chrome extensions _chrome://extensions/_ in your browser and enable the developer mode on the top right.
* Upload the unpacked extension

Expand Down
Binary file removed assets/icons/gitlab-git-clone-logo.png
Binary file not shown.
Binary file removed assets/icons/gitlab-git-clone-logo16x.png
Binary file not shown.
Binary file removed assets/icons/gitlab-git-clone-logo48x.png
Binary file not shown.
Binary file added assets/icons/gl-git-clone-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/gl-git-clone-logo16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/gl-git-clone-logo48x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
6 changes: 3 additions & 3 deletions default_popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
</head>
<body>
<main>
<h1>Gitlab Git Clone</h1>
<h1>GL Git Clone</h1>
<hr>
<h3>Thank you for using this Chrome extension.</h3>
<p class="paragraph paragraph--build-by">
This extension is build by <a href="https://pt1602.de/" target="_blank">Philipp Tuchardt</a><br>
and <b>not</b> from the official gitlab team.
</p>
<p class="paragraph paragraph--issues">Found an issue? Report <a href="https://github.com/pt1602/gitlab-git-clone/issues" target="_blank">here</a></p>
<p class="paragraph paragraph--contribute">You want to contribute? Click <a href="https://github.com/pt1602/gitlab-git-clone" target="_blank">here</a></p>
<p class="paragraph paragraph--issues">Found an issue? Report <a href="https://github.com/pt1602/gl-git-clone/issues" target="_blank">here</a></p>
<p class="paragraph paragraph--contribute">You want to contribute? Click <a href="https://github.com/pt1602/gl-git-clone" target="_blank">here</a></p>
</main>
</body>
</html>
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Gitlab Git Clone",
"name": "GL Git Clone",
"description": "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.",
"version": "1.6",
"manifest_version": 3,
Expand All @@ -15,9 +15,9 @@
}
],
"icons": {
"16": "assets/icons/gitlab-git-clone-logo16x.png",
"48": "assets/icons/gitlab-git-clone-logo48x.png",
"128": "assets/icons/gitlab-git-clone-logo.png"
"16": "assets/icons/gl-git-clone-logo16x.png",
"48": "assets/icons/gl-git-clone-logo48x.png",
"128": "assets/icons/gl-git-clone-logo.png"
},
"action": {
"default_popup": "default_popup/index.html"
Expand Down
2 changes: 1 addition & 1 deletion options_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<section>
<h1>Options</h1>
<label>
Your gitlab instances:
Your instances:
<input type="text" data-url-input/>
</label>
<p class="info">Multiple seperated by comma</p>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlab-gitclone",
"version": "1.6.0",
"name": "gl-gitclone",
"version": "1.6.1",
"description": "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.",
"main": "./js/frontend.js",
"scripts": {
Expand All @@ -11,17 +11,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pt1602/gitlab-git-clone.git"
"url": "git+https://github.com/pt1602/gl-git-clone.git"
},
"keywords": [
"gitlab"
"gl git clone"
],
"author": "Philipp Tuchardt",
"license": "MIT",
"bugs": {
"url": "https://github.com/pt1602/gitlab-git-clone/issues"
"url": "https://github.com/pt1602/gl-git-clone/issues"
},
"homepage": "https://github.com/pt1602/gitlab-git-clone#readme",
"homepage": "https://github.com/pt1602/gl-git-clone#readme",
"devDependencies": {
"prettier": "^3.2.5",
"typescript": "^4.8.2"
Expand Down

0 comments on commit 117311d

Please sign in to comment.