{"id":19134637,"url":"https://github.com/eikendev/gitool","last_synced_at":"2025-08-01T06:19:47.518Z","repository":{"id":107532500,"uuid":"179939703","full_name":"eikendev/gitool","owner":"eikendev","description":"A tool for managing Git repositories","archived":false,"fork":false,"pushed_at":"2023-02-11T18:24:21.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T15:52:50.181Z","etag":null,"topics":["cli","git","repository-management","repository-tools","repository-utilities"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gitool/","language":"Python","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/eikendev.png","metadata":{"files":{"readme":"README.rst","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":"2019-04-07T08:50:23.000Z","updated_at":"2023-02-11T18:24:24.000Z","dependencies_parsed_at":"2023-06-30T00:30:12.284Z","dependency_job_id":null,"html_url":"https://github.com/eikendev/gitool","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fgitool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fgitool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fgitool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fgitool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eikendev","download_url":"https://codeload.github.com/eikendev/gitool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240214610,"owners_count":19766263,"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","repository-management","repository-tools","repository-utilities"],"created_at":"2024-11-09T06:27:34.196Z","updated_at":"2025-02-22T17:45:40.391Z","avatar_url":"https://github.com/eikendev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/github/actions/workflow/status/eikendev/gitool/main.yml?branch=master\n    :alt: Build status\n    :target: https://github.com/eikendev/gitool/actions\n\n.. image:: https://img.shields.io/pypi/status/gitool\n    :alt: Development status\n    :target: https://pypi.org/project/gitool/\n\n.. image:: https://img.shields.io/pypi/l/gitool\n    :alt: License\n    :target: https://pypi.org/project/gitool/\n\n.. image:: https://img.shields.io/pypi/pyversions/gitool\n    :alt: Python version\n    :target: https://pypi.org/project/gitool/\n\n.. image:: https://img.shields.io/pypi/v/gitool\n    :alt: Version\n    :target: https://pypi.org/project/gitool/\n\n.. image:: https://img.shields.io/pypi/dm/gitool\n    :alt: Downloads\n    :target: https://pypi.org/project/gitool/\n\nUsage\n=====\n\nThis tool can be used to manage many `Git \u003chttps://git-scm.com/\u003e`_ repositories at once through the command line.\nIt can display repositories that contain uncommitted code or not yet pushed commits.\nIn the future, this tool is meant as a high-level synchronization tool for repository configurations across multiple machines.\n\nFor a quick introduction, let me show how you would use the tool to get started.\n\n.. code:: bash\n\n    gitool status -d ~/git/\n\nThis command will collect status information for all repositories in ``~/git/`` and display a summary when done.\nAs can be seen above, you have to specify a directory where all your repositories are located in.\n\nInstallation\n============\n\nFrom PyPI\n---------\n\n.. code:: bash\n\n    pip install gitool\n\nFrom Source\n-----------\n\n.. code:: bash\n\n    ./setup.py install\n\nFedora\n------\n\n.. code:: bash\n\n    sudo dnf copr enable eikendev/gitool\n    sudo dnf install python3-gitool\n\nConfiguration\n=============\n\nA configuration file can be saved to ``~/.config/gitool/config.ini`` to avoid specifying the path for each invocation.\nOf course, ``$XDG_CONFIG_HOME`` can be set to change your configuration path.\nAlternatively, the path to the configuration file can be set via the ``--config-file`` argument.\n\n.. code:: ini\n\n    [GENERAL]\n    RootDir = ~/git/\n\nDevelopment\n===========\n\nThe source code is located on `GitHub \u003chttps://github.com/eikendev/gitool\u003e`_.\nTo check out the repository, the following command can be used.\n\n.. code:: bash\n\n    git clone https://github.com/eikendev/gitool.git\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feikendev%2Fgitool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feikendev%2Fgitool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feikendev%2Fgitool/lists"}