Skip to main content

Python command line program for listing git repositories under a folder root, and optionally run any git command on those repos

Project description

listgits

Python command line program for listing all git repositories under a folder root

Usage:

python listgits

Options :

  • --h: Show the possible options
  • --s: Short form, not showing non-git folders
  • --l: Show only local repos, which do not have any remotes (includes --s)
  • --r: Show only repos that have remotes (includes --s)
  • --f somestring: Find a local repo by adding a part of the remote url. All matching local repos will be displayed
  • --g commands: Git options, passes the string of options in to git, and runs git with those instead of the default remote command

Read this blogpost for more information on how to use it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

listgits-1.0.post1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

listgits-1.0.post1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page