{"id":24156257,"url":"https://github.com/0x15ba88ff/devault","last_synced_at":"2026-02-16T23:02:43.024Z","repository":{"id":257827520,"uuid":"871648023","full_name":"0x15BA88FF/devault","owner":"0x15BA88FF","description":"Manage local projects and repositories","archived":false,"fork":false,"pushed_at":"2025-01-01T10:27:26.000Z","size":82,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-01T11:27:14.611Z","etag":null,"topics":["cli","git","github","project","python","repository"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x15BA88FF.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-10-12T14:48:39.000Z","updated_at":"2025-01-01T10:27:29.000Z","dependencies_parsed_at":"2024-11-12T13:29:54.351Z","dependency_job_id":"6305e676-8a1f-4c49-8e7a-9525323118a4","html_url":"https://github.com/0x15BA88FF/devault","commit_stats":null,"previous_names":["0x15ba88ff/devault"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x15BA88FF%2Fdevault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x15BA88FF%2Fdevault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x15BA88FF%2Fdevault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x15BA88FF%2Fdevault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x15BA88FF","download_url":"https://codeload.github.com/0x15BA88FF/devault/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233606355,"owners_count":18701616,"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","github","project","python","repository"],"created_at":"2025-01-12T13:16:25.370Z","updated_at":"2025-09-20T00:32:43.034Z","avatar_url":"https://github.com/0x15BA88FF.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev Vault\n\n## Overview\n\nDev Vault is a minimal command-line tool designed to manage your Git repositories.  \nIt provides functionality for initializing environments, organizing them into collections, and more.\n\n## Features\n\n- **Organize Repositories**: Clone and create repositories from various providers into your vault in a well-structured manner.\n- **Find Repositories**: Search for repositories using regex patterns.\n- **Group Repositories**: Organize repositories into collections for easier management.\n- **Create Local Repositories**: Initialize a new local Git repository with starter content.\n\n## Installation\n\n### 1. UNIX Install Script\n\nOn UNIX operating systems, you can use the install script:\n\n```bash\nsh \u003c(curl https://raw.githubusercontent.com/0x15BA88FF/devault/refs/heads/main/scripts/install.sh)\n```\n\n### 2. Build from Source\n\nAlternatively, use a package builder like PyInstaller to build an executable from the source code:\n\n```bash\ngit clone https://github.com/0x15BA88FF/devault.git\ncd ./devault\n\npip install pyinstaller\npyinstaller --onefile --name devault --paths devault devault/__main__.py\n```\n\n## Uninstallation\n\n### 1. UNIX Uninstall Script\n\nOn UNIX operating systems, you can use the uninstall script:\n\n```bash\nsh \u003c(curl https://raw.githubusercontent.com/0x15BA88FF/devault/refs/heads/main/scripts/uninstall.sh)\n```\n\n### 2. Manual Removal\n\nIf installed via the UNIX install script, the binary will be in `/usr/bin`. Simply remove it:\n\n```bash\nsudo rm /usr/bin/devault\n```\n\nIf you installed it elsewhere, remove it from the corresponding directory.\n\n## Usage\n\n### Command Line Interface\n\nInteract with Dev Vault through the command line:\n\n```bash\ndevault --help\ndevault \u003ccommand\u003e --help\n```\n\n## Configuration\n\nThe tool uses an environment variable `DEVDIR` to define the base directory for managing repositories.  \nIf this variable is not set, it defaults to `~/Dev`. Set it in your shell configuration file:\n\n```bash\nexport DEVAULT_DIR=\"/path/to/your/dev/vault\"\n```\n\n## TODO\n\n\u003e Feature: update repos by group / user provider using wildcard.\n\n\u003e Preview make repo output.\n\n\u003e Feature: using repositories as templates.\n\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests to enhance the functionality of Dev Vault.\n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE. See the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x15ba88ff%2Fdevault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x15ba88ff%2Fdevault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x15ba88ff%2Fdevault/lists"}