{"id":16296890,"url":"https://github.com/windomz/gitclone","last_synced_at":"2025-04-09T13:34:52.047Z","repository":{"id":83794815,"uuid":"81053744","full_name":"WindomZ/gitclone","owner":"WindomZ","description":"A cli tool, git clone repository in the `go get` style.","archived":false,"fork":false,"pushed_at":"2017-08-23T06:18:36.000Z","size":36,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T06:37:03.110Z","etag":null,"topics":["cli","git","git-clone","gitclone"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WindomZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-06T06:08:54.000Z","updated_at":"2024-06-19T06:40:56.466Z","dependencies_parsed_at":null,"dependency_job_id":"4ad0afb6-2819-4f7b-8118-4fab3f13aedd","html_url":"https://github.com/WindomZ/gitclone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fgitclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fgitclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fgitclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindomZ%2Fgitclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WindomZ","download_url":"https://codeload.github.com/WindomZ/gitclone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248049978,"owners_count":21039300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","git","git-clone","gitclone"],"created_at":"2024-10-10T20:24:20.382Z","updated_at":"2025-04-09T13:34:52.026Z","avatar_url":"https://github.com/WindomZ.png","language":"Go","readme":"# gitclone\n\n[![Build Status](https://travis-ci.org/WindomZ/gitclone.svg?branch=master)](https://travis-ci.org/WindomZ/gitclone)\n[![Go Report Card](https://goreportcard.com/badge/github.com/WindomZ/gitclone)](https://goreportcard.com/report/github.com/WindomZ/gitclone)\n[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n\n\u003e A cli tool, git clone repository in the `go get` style.\n\n![v0.7.0](https://img.shields.io/badge/version-v0.7.0-brightgreen.svg)\n![status](https://img.shields.io/badge/status-beta-brightgreen.svg)\n\n## Features\n\n- [x] gitclone - git clone repository in the `go get` style\n- [x] gitclone list - prints a list of repositories witch in the current directory\n- [x] gitclone search - search repositories witch in current directory\n- [x] gitclone link - `gitclone` a repository from the directory to current directory\n\n## Install\n\nTo install cli, run:\n```\n$ go get github.com/WindomZ/gitclone\n```\n\nMake sure your `PATH` includes the `$GOPATH/bin` directory,\nif NOT you can run:\n```\nexport PATH=$PATH:$GOPATH/bin\n```\n\n## Usage\n\n```bash\n$ gitclone -h\n\n  A cli tool, git clone repository in the `go get` style.\n\n  Usage:\n    gitclone (list|ls)\n    gitclone search \u003ckey\u003e\n    gitclone link \u003cfilepath\u003e\n    gitclone \u003crepo\u003e [--depth=\u003cdepth\u003e]\n    gitclone -h|--help\n    gitclone -v|--version\n\n  Options:\n    -h --help     output usage information\n    -v --version  output the version number\n\n  Commands:\n    list|ls       prints a list of repositories witch in the current directory\n    search        search repositories witch in current directory\n    link          `gitclone` a repository from the directory to current directory\n```\n\n`git clone`(or `git pull`) this repo(`github.com/WindomZ/gitclone`), \nsimply run:\n```bash\ngitclone https://github.com/WindomZ/gitclone.git\n```\n\nfinally, get the directory structure:\n```\n|- .\n|- ..\n|- github.com\n|  - WindomZ\n|     - gitclone\n```\n\nIf with `--depth=2`, \n```bash\ngitclone https://github.com/WindomZ/gitclone.git --depth=2\n```\n\nthen get the directory structure:\n```\n|- .\n|- ..\n|- WindomZ\n|  - gitclone\n```\n\n## PowerBy\n[go-commander](https://github.com/WindomZ/go-commander) - The solution for building command shell programs\n\n## Related\n[WindomZ/gitget](https://github.com/WindomZ/gitget) - Written in Node.js\n\n## Contributing\nWelcome to pull requests, report bugs, suggest ideas and discuss **gitclone**, \ni would love to hear what you think about **gitclone** on [issues page](https://github.com/WindomZ/gitclone/issues).\n\nIf you like it then you can put a :star: on it.\n\n## License\n\n[MIT](https://github.com/WindomZ/gitclone/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindomz%2Fgitclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindomz%2Fgitclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindomz%2Fgitclone/lists"}