{"id":26830601,"url":"https://github.com/benjaminbwright/active-git","last_synced_at":"2025-04-30T08:13:43.353Z","repository":{"id":62810898,"uuid":"559573840","full_name":"benjaminbwright/active-git","owner":"benjaminbwright","description":"Keep a folder on your machine with only your most relevant git repositories.","archived":false,"fork":false,"pushed_at":"2022-11-15T04:42:09.000Z","size":34,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T08:13:38.622Z","etag":null,"topics":["cli","git","repo"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/benjaminbwright.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-30T14:40:08.000Z","updated_at":"2024-12-31T23:32:28.000Z","dependencies_parsed_at":"2023-01-23T04:01:28.926Z","dependency_job_id":null,"html_url":"https://github.com/benjaminbwright/active-git","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminbwright%2Factive-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminbwright%2Factive-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminbwright%2Factive-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminbwright%2Factive-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminbwright","download_url":"https://codeload.github.com/benjaminbwright/active-git/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251666361,"owners_count":21624298,"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","repo"],"created_at":"2025-03-30T14:16:34.466Z","updated_at":"2025-04-30T08:13:43.327Z","avatar_url":"https://github.com/benjaminbwright.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Active Git\n\n## Description\nKeep a folder on your machine with only your most relevant git repositories.\n\n## Table of Contents \n\n* [Installation](#installation)\n\n* [Usage](#usage)\n\n* [License](#license)\n\n* [Contributing](#contributing)\n\n* [Questions](#questions)\n\n## Features\n- Currently, there is only support for repositoris from GitHub\n- Include repos based on:\n  - Open issues\n  - Number of watchers\n  - Number of stars\n  - Whether or not the repo is a fork\n\n## Installation\n\n```bash\nnpm install -g active-git\n```\n## Usage\n\n### Run it with just your github username\n\n```bash\nmkdir your-directory \u0026\u0026 cd your-directory\n```\nand then...\n```\nactive-git \u003cgithub username\u003e\n```\nYour repos will be cloned to your folder along with a config.yml defining the default configs.\n\n### Use A Config File\nTo change which repos are included by active-git just modify the defaults in the config.yml. You can generate it with this command:\n```bash\nactive-git init\n```\nIt should look something like this: \n```yaml\n# github username\nusername: \u003cusername\u003e\n# ssh clones\nssh: true\n# minimum number of stars a repo needs to be included\nminStars: 1\n# minimum number of watchers a repo needs to be included\nminWatchers: 1\n# topics a repo needs to be included\ntopics:\n  - \u003ctopic\u003e\n# whether or not to allow forked repos to be cloned\nforks: false\n# which repos do you want to exclude from updates\nexcludedRepos:\n  - \u003crepo name\u003e\n```\n\nAfter saving changes to the config, run\n\n```bash\nactive-git\n```\n\n### Run As A Service (Mac only...for now)\n\n```bash\nactive-git init-service\n```\n### Uninstall the service\n```bash\nactive-git remove-service\n```\n\n## License\nMIT\n\n## Contributing\nPlease submit an issue [Here](https://github.com/benjaminbwright/active-git) if you find a bug or would like to request a feature. Otherwise, fork the repo and send in pull requests if you would like to contribute.\n\n## Questions\nPlease email me at benjamin@famousstick.com if you have any questions about this package.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminbwright%2Factive-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminbwright%2Factive-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminbwright%2Factive-git/lists"}