Clone Github repository and automatically place them in your desired location using Termux.
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...
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.
git
CLI must be installed on machinePath
at System
x-clone set output_folder <path/where/your/repo/goes>
x-clone set token <GIT_TOKEN>
Everything is set
x-clone https://github.com/jxmked/Repo_Clone
-w
to clone with remote data-p
to pull/update your existing local repositoryCommands | 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 |