{"id":23991845,"url":"https://github.com/fyndalf/autogit","last_synced_at":"2025-10-10T08:35:00.709Z","repository":{"id":190518839,"uuid":"161914705","full_name":"fyndalf/autogit","owner":"fyndalf","description":"A small CLI tool to automatically update all git repos in your projects folder","archived":false,"fork":false,"pushed_at":"2019-06-23T12:44:04.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T20:01:40.721Z","etag":null,"topics":["cli","git-workflow","prs-welcome","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fyndalf.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":"2018-12-15T14:50:55.000Z","updated_at":"2023-02-05T16:28:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a04369a-8673-4ff8-a0f5-ddc41b228e24","html_url":"https://github.com/fyndalf/autogit","commit_stats":null,"previous_names":["fyndalf/autogit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyndalf%2Fautogit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyndalf%2Fautogit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyndalf%2Fautogit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyndalf%2Fautogit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fyndalf","download_url":"https://codeload.github.com/fyndalf/autogit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612540,"owners_count":19829027,"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-workflow","prs-welcome","rust"],"created_at":"2025-01-07T20:00:21.229Z","updated_at":"2025-10-10T08:34:55.674Z","avatar_url":"https://github.com/fyndalf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autogit\n\n[![Build Status](https://travis-ci.com/fyndalf/autogit.svg?token=pzxEnLQoVdYwoArquwFZ\u0026branch=master)](https://travis-ci.com/fyndalf/autogit)\n\nDon't you hate having to navigate to every single git repository in your `projects` folder and update them all by hand?\n\n`autogit`, a small CLI tool built with rust, aims to solve this!\nSimply run `autogit` in the root `projects` folder (or wherever you have your git repos), and it will take a look at each repo and update it if possible.\n\nPlease note that for now, `git` needs to be installed on your machine.\nAlso, be careful when using the tool, especially with the `--force` flag.\n\n## Usage\n\n```\nautogit 0.1.0\nFinn K \u003cfyndalf@users.noreply.github.com\u003e\nUpdate all git repositories that are located in subfolders\n\nUSAGE:\n    autogit [FLAGS] [OPTIONS]\n\nFLAGS:\n    -f, --force      Force resetting and updating of currently checked out branches\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -d, --depth \u003cdepth\u003e    How deep to check for git repositories [default: 3]\n```\n\n## Installation\n\n```bash\ncurl -LSfs https://japaric.github.io/trust/install.sh | \\\nsh -s -- --git fyndalf/autogit\n```\n\n## Build from source\n\n```bash\ngit clone git@github.com:fyndalf/autogit.git\ncargo build --release\n```\n\nFor development,\n```\ncargo fmt\ncargo clippy\n```\nis also encouraged.\n\n### Dependencies\n- [quicli](https://github.com/killercup/quicli)\n- [git2](https://github.com/rust-lang/git2-rs)\n- [structop](https://github.com/TeXitoi/structopt)\n- [human-panic](https://github.com/rust-cli/human-panic)\n- [console](https://github.com/mitsuhiko/console)\n- [indicatif](https://github.com/mitsuhiko/indicatif)\n- [trust](https://github.com/japaric/trust)\n\n## To Dos\n- [ ] Add some tests\n- [ ] Use git2 for fetching and pulling instead of bash-ed git commands\n- [ ] Handle network errors and inform user","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffyndalf%2Fautogit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffyndalf%2Fautogit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffyndalf%2Fautogit/lists"}