{"id":13522808,"url":"https://github.com/jwlodek/pyautogit","last_synced_at":"2025-03-16T15:30:59.916Z","repository":{"id":62578810,"uuid":"212102883","full_name":"jwlodek/pyautogit","owner":"jwlodek","description":"A TUI for working with git repositories written in python using py_cui.","archived":false,"fork":false,"pushed_at":"2020-07-05T18:43:06.000Z","size":923,"stargazers_count":98,"open_issues_count":3,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-12T00:34:58.714Z","etag":null,"topics":["command-line","command-line-interface","command-line-tool","cui","git","python","terminal","tui"],"latest_commit_sha":null,"homepage":"https://jwlodek.github.io/pyautogit-docs","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwlodek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-01T13:27:24.000Z","updated_at":"2024-08-07T11:57:38.000Z","dependencies_parsed_at":"2022-11-03T21:00:22.159Z","dependency_job_id":null,"html_url":"https://github.com/jwlodek/pyautogit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwlodek%2Fpyautogit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwlodek%2Fpyautogit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwlodek%2Fpyautogit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwlodek%2Fpyautogit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwlodek","download_url":"https://codeload.github.com/jwlodek/pyautogit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665209,"owners_count":16860196,"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":["command-line","command-line-interface","command-line-tool","cui","git","python","terminal","tui"],"created_at":"2024-08-01T06:00:52.513Z","updated_at":"2024-10-27T10:49:21.016Z","avatar_url":"https://github.com/jwlodek.png","language":"Python","funding_links":[],"categories":["Python","\u003ca name=\"git\"\u003e\u003c/a\u003eGit and accessories","Table of Contents"],"sub_categories":[],"readme":"# pyautogit ![](https://travis-ci.org/jwlodek/pyautogit.svg?branch=master) [![Downloads](https://pepy.tech/badge/pyautogit)](https://pepy.tech/project/pyautogit) [![PyPI version](https://badge.fury.io/py/pyautogit.svg)](https://badge.fury.io/py/pyautogit)\n\nA command line interface for working with git written in python with the help of [py_cui](https://github.com/jwlodek/py_cui).\n\n### Installation\n\nAn obvious prerequisit to installing `pyautogit` is to have `git` installed and in your system path. You will also require python 3.4+, and\n`python3` and `python` must be reachable on your system `PATH` for operations that require git credentials.\nOnce this is done, you may install the module.\n\nTo install `pyautogit`, it is recommended to use `pip`:\n```\npip install pyautogit\n```\nThis will also install `py_cui`, the Command Line UI builder library upon which the project is based, and `windows-curses` if running on windows, which is a `curses` emulator for the win32 platform.\n\nAlternatively, you can install from source. Clone this repository and use `pip` to install:\n```\ngit clone https://github.com/jwlodek/pyautogit\ncd pyautogit\npip install .\n```\nIf `pyautogit` is already installed and you would like to update it, use:\n```\npip install --upgrade pyautogit\n```\nor\n```\ncd pyautogit\ngit pull\npip install --upgrade .\n```\nif updating a local version.\n\nNote that you may require root access for installing with `pip` depending on your system's python configuration.\n\n### Demo\n\nBelow is a quick demo of using `pyautogit` to do some common git actions.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/assets/pyautogit-demo.gif\"\u003e\n\u003c/p\u003e\n\n### Usage\n\nOnce `pyautogit` is installed, open a command line client (note that Windows Terminal is not yet supported), then navigate to a directory and type:\n```\npyautogit\n```\nYou can also specify an external directory:\n```\npyautogit -w /home/jwlodek/repos\n```\nIf you open `pyautogit` in a directory that contains a `.git` folder, it will treat it as a repository, while if it cannot find said folder, the target location will be treated as a workspace.\n\nUse the keyboard shortcut descriptions listed in the status bar at the bottom of the window to navigate the interface and menus.\n\n### License\n\nBSD 3-Clause License\n\nCopyright (c) 2020, Jakub Wlodek\nAll rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwlodek%2Fpyautogit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwlodek%2Fpyautogit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwlodek%2Fpyautogit/lists"}