{"id":20511565,"url":"https://github.com/10sr/git-exec","last_synced_at":"2026-04-20T01:03:59.067Z","repository":{"id":57577753,"uuid":"55661059","full_name":"10sr/git-exec","owner":"10sr","description":"Execute Command in Your Git Repository","archived":false,"fork":false,"pushed_at":"2018-10-31T05:18:40.000Z","size":29,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T22:44:32.987Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/10sr.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}},"created_at":"2016-04-07T03:34:31.000Z","updated_at":"2021-11-18T01:20:11.000Z","dependencies_parsed_at":"2022-09-26T19:10:32.581Z","dependency_job_id":null,"html_url":"https://github.com/10sr/git-exec","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/10sr/git-exec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fgit-exec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fgit-exec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fgit-exec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fgit-exec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/10sr","download_url":"https://codeload.github.com/10sr/git-exec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fgit-exec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32028547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"ssl_error","status_checked_at":"2026-04-20T00:17:31.068Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-15T20:36:24.861Z","updated_at":"2026-04-20T01:03:59.030Z","avatar_url":"https://github.com/10sr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/10sr/git-exec.svg?branch=master)](https://travis-ci.org/10sr/git-exec)\n[![Go Report Card](https://goreportcard.com/badge/github.com/10sr/git-exec)](https://goreportcard.com/report/github.com/10sr/git-exec)\n\n\ngit-exec\n========\n\nExecute command in your git repository!\n\n\nInstall\n-------\n\n    go get -u github.com/10sr/git-exec\n\n\nUsage\n-----\n\nWithout any argument, just run given comand at the root directory of your git\nrepository (fail if you are not inside of any git repository):\n\n    git exec \u003ccommand\u003e [\u003cargs\u003e...]\n\nWith `-r \u003crev\u003e` option, try to checkout that revision and run command.\n\n    git exec --revision|-r \u003crev\u003e \u003ccommand\u003e [\u003cargs\u003e ...]\n\nIn this case, files are checked out into a working directory first (defaults to\n`$HOME/.git-exec/$name.$id`, where `$name` is the base\nname of the directory and `$id` is calculated from the directory full path)\nand then the command will be invoked.\n\nAlso, you can run command with staged files:\n\n    git exec --with-staged|-s \u003ccommand\u003e [\u003cargs\u003e ...]\n\n\nLicense\n-------\n\nThis software is unlicensed. See [LICENSE](LICENSE) for detail.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10sr%2Fgit-exec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F10sr%2Fgit-exec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10sr%2Fgit-exec/lists"}