cloneit icon indicating copy to clipboard operation
cloneit copied to clipboard

A cli tool to download specific GitHub directories or files

Results 7 cloneit issues
Sort by recently updated
recently updated
newest added

Thanks for this great piece of software, I've been using it with joy on several (family) Linux machines. Recently I've been `scripting` a few things and I wonder if there's...

Running `cloneit https://github.com/alok8bb/cloneit/blob/master/install.sh --zip` (or `cargo run -- https://github.com/alok8bb/cloneit/blob/master/install.sh --zip`) fails with a zipping error.

I would expect the zipping behavior to archive the files as a zip *instead* of downloading to a directory, but the files are still downloaded to the directory *with the...

I find that `cloneit x y z` is more intuitive than `cloneit x,y,z`. A destination path would then be provided through a flag instead of as the second argument (`--output`...

I needed to download a directory that was missing from another branch to fix a build, tried cloneit... no love :cry: ``` cloneit https://github.com/ActivityWatch/aw-tauri/tree/dev/update-deps/src-tauri/icons [1/2] Cloning "https://github.com/ActivityWatch/aw-tauri/tree/dev/update-deps/src-tauri/icons"... [1/3] 🔍 Validating...

You can use one single command `cargo install --path .` to install the executable. By default, this command will build `--release` and move the executable to a folder that is...