/ghclone

Interactive CLI tool to search and clone GitHub repositories

Primary LanguagePythonMIT LicenseMIT

ghclone

ghclone is a command line tool to interactively search and clone repositories from GitHub.

asciicast

Installing

From PyPI

$ pip install ghclone

From source

If you want, you can use the ghclone/ghclone.py script on its own. Otherwise, you can install it as a package using Poetry.

$ poetry build
$ pip install dist/*.whl

Author

  • Tibo Clausen

License

This project is licensed under the MIT License. See the LICENSE file for details.