Repo_Clone

Clone Github repository and automatically place them in your desired location using Termux.

View the Project on GitHub

Repo Clone

About

Clone Github repository in a manageable way

And, Yay! My very first Rust program. There is a lot of room to improve but it works so...

Description

This program clone repository and store them in a managable way. It categorize the repositories you cloned by their user, repository and branch. It also logs your cloned repository so you can see when or track the repositories you have cloned.

Requirements

Setup

  1. Download the latest release binary from Releases and place it where you want and copy its folder path.
  2. Setup your environment variables by inserting the path of your binary into variable Path at System
  3. Create your folder where you want to place your cloned repository.
  4. Run x-clone set output_folder <path/where/your/repo/goes>
  5. This is optional if you just want to clone public repositories. Set token by x-clone set token <GIT_TOKEN>

Everything is set

Usage

x-clone https://github.com/jxmked/Repo_Clone

Parameters

Commands Basic Description is Required
%URl% Github repository to clone Required
-w Clone with .git folder for later use Optional
-p Pull (Update) Existing Repository in your local machine from Github Repository Optional

Created with love and frustration by Jovan