{"id":26571894,"url":"https://github.com/hernancerm/zvault","last_synced_at":"2026-04-30T16:33:32.529Z","repository":{"id":282957470,"uuid":"950225274","full_name":"hernancerm/zvault","owner":"hernancerm","description":"Simple file vault written in Zsh.","archived":false,"fork":false,"pushed_at":"2025-03-22T22:31:51.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T17:09:19.853Z","etag":null,"topics":["dotfiles","encryption-decryption","gpg","vault","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/hernancerm.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,"zenodo":null}},"created_at":"2025-03-17T20:35:36.000Z","updated_at":"2025-09-27T23:32:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"2011b790-8775-4bc6-b660-2d6dfff8149b","html_url":"https://github.com/hernancerm/zvault","commit_stats":null,"previous_names":["hernancerm/zvault"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hernancerm/zvault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hernancerm","download_url":"https://codeload.github.com/hernancerm/zvault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzvault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32470879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["dotfiles","encryption-decryption","gpg","vault","zsh"],"created_at":"2025-03-22T23:17:20.158Z","updated_at":"2026-04-30T16:33:32.522Z","avatar_url":"https://github.com/hernancerm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZVault\n\nSimple file vault written in Zsh.\n\n## Sub-commands\n\n- `store \u003cconfig file\u003e`: Encrypt files and move to destination dir, as per the config file.\n- `install \u003cconfig file\u003e`: Decrypt files and move to installation dir, as per the config file.\n\nFunction pass-through: `decrypt`, `encrypt`. Used for testing.\n\n## Configuration file\n\nSub-commands which use the configuration file: `store` and `install`.\n\nThe configuration file can have as many lines as needed and can be named anyway.\n\nEach line has 3 items separated by whitespace. These 3 items are enough for `zvault` to infer data\nrequired to both store and install. The caret symbol (`~`) can be used for the user home:\n\n1. Full path of encrypted file. Must be suffixed with `.enc`.\n2. Full path of dir where to install the decrypted file on running `install`.\n3. File permissions used by `chmod`, set on both encrypted and plaintext files.\n\n## Example usage\n\nGiven a `config` file with this single line:\n\n```text\n~/.dotfiles/vault/aws/credentials.enc ~/.aws 600\n```\n\n`zvault store config`:\n\n- Expects `~/.aws/credentials` to exist, encrypting it to\n  `~/.dotfiles/vault/aws/credentials.enc` if the latter does not exist. If the\n  `.enc` file was created, set its permissions with `chmod`.\n\n`zvault install config`:\n\n- Expects `~/.dotfiles/vault/aws/credentials.enc` to exist, decrypting it to\n  `~/.aws/credentials` if the latter does not exist. If the plaintext file was\n  created, set its permissions with `chmod`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernancerm%2Fzvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhernancerm%2Fzvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernancerm%2Fzvault/lists"}