{"id":17919210,"url":"https://github.com/louib/keepass-merge","last_synced_at":"2025-08-15T10:31:32.838Z","repository":{"id":175980379,"uuid":"615794487","full_name":"louib/keepass-merge","owner":"louib","description":"CLI tool to merge KDBX (keepass) databases","archived":false,"fork":false,"pushed_at":"2024-12-22T21:34:28.000Z","size":56,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T12:51:41.764Z","etag":null,"topics":["cli","kdbx","keepass","merge","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/louib.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-03-18T17:42:18.000Z","updated_at":"2025-03-31T18:14:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"120995de-8274-45e6-af39-bf5b29aa63af","html_url":"https://github.com/louib/keepass-merge","commit_stats":null,"previous_names":["louib/keepass-merge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/louib/keepass-merge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louib%2Fkeepass-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louib%2Fkeepass-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louib%2Fkeepass-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louib%2Fkeepass-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louib","download_url":"https://codeload.github.com/louib/keepass-merge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louib%2Fkeepass-merge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270558066,"owners_count":24606599,"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-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cli","kdbx","keepass","merge","rust"],"created_at":"2024-10-28T20:15:29.846Z","updated_at":"2025-08-15T10:31:32.488Z","avatar_url":"https://github.com/louib.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keepass-merge\n[![Build Status](https://github.com/louib/keepass-merge/actions/workflows/merge.yml/badge.svg?branch=main)](https://github.com/louib/keepass-merge/actions/workflows/merge.yml)\n[![dependency status](https://deps.rs/repo/github/louib/keepass-merge/status.svg)](https://deps.rs/repo/github/louib/keepass-merge)\n[![License file](https://img.shields.io/github/license/louib/keepass-merge)](https://github.com/louib/keepass-merge/blob/main/LICENSE)\n\n\u003e **Warning**   \n\u003e\n\u003e This repo is a work-in-progress and is not ready for general use.\n\u003e It relies on a [unmerged PR](https://github.com/sseemayer/keepass-rs/pull/201) in `keepass-rs`,\n\u003e and will not reach version 1.0.0 before that PR is merged.\n\nCLI tool to merge KDBX (keepass) databases\n\n`keepass-merge` is based on the [`keepass-rs` library](https://github.com/sseemayer/keepass-rs).\n\n## Usage\n```\nCLI tool to merge KDBX (keepass) databases\n\nUsage: keepass-merge [OPTIONS] \u003cDESTINATION_DB\u003e \u003cSOURCE_DB\u003e\n\nArguments:\n  \u003cDESTINATION_DB\u003e  The path of the database file to merge to\n  \u003cSOURCE_DB\u003e       The path of the database file to merge from\n\nOptions:\n  -n, --no-password\n          Do not use a password to decrypt the destination database\n  -s, --same-credentials\n          Use the same credentials for both databases\n  -d, --dry-run\n          Do not save the resulting database\n      --slot \u003cSLOT\u003e\n          The slot number of the yubikey to decrypt the destination database\n      --serial-number \u003cSERIAL_NUMBER\u003e\n          The serial number of the yubikey to decrypt the destination database\n      --slot-from \u003cSLOT_FROM\u003e\n          The slot number of the yubikey to decrypt the source database\n      --serial-number-from \u003cSERIAL_NUMBER_FROM\u003e\n          The serial number of the yubikey to decrypt the source database\n      --no-password-from\n          Do not use a password to decrypt the source database\n  -f, --force\n          Force saving the database even if warnings were generated\n  -h, --help\n          Print help\n  -V, --version\n          Print version\n```\n\n## Installing\n\n### With Nix\nAssuming that you have enabled both the `flakes` and `nix-command` experimental features:\n```\nnix profile install github:louib/keepass-merge\n```\n\n### With Cargo\n```\ncargo install --path .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouib%2Fkeepass-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouib%2Fkeepass-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouib%2Fkeepass-merge/lists"}