{"id":29709062,"url":"https://github.com/alvaro17f/passback-zig","last_synced_at":"2025-07-23T19:31:53.160Z","repository":{"id":250010932,"uuid":"833057709","full_name":"alvaro17f/passback-zig","owner":"alvaro17f","description":"A tool to backup your keepass database","archived":false,"fork":false,"pushed_at":"2025-07-13T02:51:11.000Z","size":145,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T23:55:38.762Z","etag":null,"topics":["zig"],"latest_commit_sha":null,"homepage":"https://github.com/alvaro17f/passback-zig","language":"Zig","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/alvaro17f.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":"2024-07-24T09:14:35.000Z","updated_at":"2025-07-19T21:35:09.000Z","dependencies_parsed_at":"2024-07-24T18:25:31.719Z","dependency_job_id":"d3856681-92f6-49f2-b132-0cb3c85e17b0","html_url":"https://github.com/alvaro17f/passback-zig","commit_stats":null,"previous_names":["alvaro17f/passback"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/alvaro17f/passback-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvaro17f","download_url":"https://codeload.github.com/alvaro17f/passback-zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback-zig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738302,"owners_count":23976414,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["zig"],"created_at":"2025-07-23T19:31:01.920Z","updated_at":"2025-07-23T19:31:53.137Z","avatar_url":"https://github.com/alvaro17f.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# passback\n\n![](vhs/passback.gif)\n\npassback is a command line tool for managing NixOS configuration.\n\n\u003e :warning: **Work in Progress**: This project is currently under development. Some features may not be complete and may change in the future.\n## Installation\n\nTo install passback, you can clone the repository and compile the source code:\n\n```sh\ngit clone https://github.com/alvaro17f/passback.git\ncd passback\nzig build run\n```\n\nthen move the binary to a directory in your PATH:\n\n```sh\nsudo mv zig-out/bin/passback \u003cPATH\u003e\n```\n\n### NixOS\n\n#### Run\nTo run passback, you can use the following command:\n\n```sh\nnix run github:alvaro17f/passback#target.x86_64-linux-musl\n```\n\n#### Flake\nAdd passback to your flake.nix file:\n\n```nix\n{\n    inputs = {\n        passback.url = \"github:alvaro17f/passback\";\n    };\n}\n```\n\nthen include it in your system configuration:\n\n```nix\n{ inputs, pkgs, ... }:\n{\n    home.packages = [\n        inputs.passback.packages.${pkgs.system}.default\n    ];\n}\n```\n\n## Usage\n```sh\n ***************************************************\n PASSBACK - A tool to backup your keepass database\n ***************************************************\n -d : USB devices to backup to\n -p : Path to keepass db (default is ~/keepass)\n -h, help : Display this help message\n -v, version : Display the current version\n\n```\n\n\n## License\npassback is distributed under the MIT license. See the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvaro17f%2Fpassback-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvaro17f%2Fpassback-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvaro17f%2Fpassback-zig/lists"}