clone-project-manager 0.0.0

Automatically Clone GitHub repositories into a structured workspace. And use it in your VSCode or NVim's project manager.
Documentation
clone-project-manager-0.0.0 has been yanked.

clone-project-manager

A simple tool that help to keep your workspace clean.

Installation

Requirements

The new version of the tool didn't have any requirements to use. But to be able to take adventage of all the power of this tool, I recommand you to use VSCode with ProjectManager extension and/or NeoVim with ProjectMgr plugin.

I personnaly use NVChad as neovim config.

New installation

Just download the clone file in the release section and place it in one of your path's directory.

I personnaly put it in ~/bin/clone

Quick curl script to do it with one of the following step :

curl -fSLo /usr/local/bin/clone https://github.com/shiipou/clone-project-manager/releases/latest/download/clone_$(uname -s)_$(uname -m)

or with cargo :

# You can specify the version by adding the --version argument.
cargo install -F cli clone-project-manager

How to use it ?

Just clone the project like you'll do it with git clone.

clone https://github.com/shiipou/clone-project-manager

If you encounter any problems, You can customize the settings by using the arguments listed in --help and using the --save to keep them by default for next run.

Why using this ?

This help to keep your home directory clean. To sort your workspaces by git remote server and groups, and will automatically add it to your vscode project managment

image