Command Line to Extract the git url
Project description
GIT URL GETTER
Github Has Released the Github CLI (Command Line Interface) using we can create the Github Repo in terminal only without Browsing the Browser.
But in Github CLI you cannot get the git url so using Giturlgetter Python Library you can get the git url using very simple steps.
You Either Use the Python Library or the GUI which is in Another branch.
Works For 10/11/7 Only.
Installation :
Install the Library from the command pip :
pip install Giturlgetter
You Have Successfully Installed the Library.
Automate Your Github Work :
If You are Tired of Creating the Github Repository in browser and then copying the git url so it becomes the Complicated work.
Download the GitHub CLI from Here.
Before Installing the GitHub CLI please install the git from Here
Read the Manual for GitHub CLI
Python >=3.6 Should be install in you System.
Create the GitHub Repo without Visiting the Browser:
- To Create The GitHub Repo.
Use Command :
gh repo create
Select the Options.
Note : Don't select the Clone Repo or not create any file.
- Initialise the git using.
git init
git add .
git commit -m "First Commit"
- After Installing the Giturlgetter library.
Run the Following command :
Usage:
Commands:
giturl login
-> To Login through Github with Activation Code.giturl --version
-> To Get the Version Info.giturl -h
-> To get help for any any command you can usecommand -h
.giturl logout
-> To Logout from the device.giturl list --default
-> To list the user Repository Name and ID.giturl list
-> Prompts the user to enter the username of the user to list the repositories Name and ID.giturl repo
-> Prompts the user to enter the Repository name or ID to get the clone url, ssh url, html url, git url.giturl repo -id,--id
orgiturl -n,--name
-> To get the urls.giturl details
-> Prompts the User to enter the username and fetches entered username details.
Upcomming Version v1.0.10:
More devices will supported
Author : Prathamesh Dhande
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Giturlgetter-1.0.10.tar.gz
.
File metadata
- Download URL: Giturlgetter-1.0.10.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fd8b551139becb6cdd9192707fc7da2c02641aafba18b2ae7088b20d676bfb0 |
|
MD5 | 0754cfd831ee358ae137899a14f85f13 |
|
BLAKE2b-256 | b0fb605c0315dc1873bdfe40d945c5d28e00b833bfe3308dfeadbfa1111e8f6f |
File details
Details for the file Giturlgetter-1.0.10-py3-none-any.whl
.
File metadata
- Download URL: Giturlgetter-1.0.10-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a58494110638cde46f6aee4e3d333faa6658121e0fb08d016804ba9d109c50d5 |
|
MD5 | 26e96d4a443be855e0913e8f15828b8c |
|
BLAKE2b-256 | 9e4d933c729b6d26b875010e609f14a4a8eac042a4d9a1cb4f5c78601d9cd912 |