Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louib/keepass-import-export

CLI tools to export to and import from KDBX (keepass) databases
https://github.com/louib/keepass-import-export

kdbx kdbx-database keepass

Last synced: 15 days ago
JSON representation

CLI tools to export to and import from KDBX (keepass) databases

Awesome Lists containing this project

README

        

# keepass-import-export
[![Build Status](https://github.com/louib/keepass-import-export/actions/workflows/merge.yml/badge.svg?branch=main)](https://github.com/louib/keepass-import-export/actions/workflows/merge.yml)
[![dependency status](https://deps.rs/repo/github/louib/keepass-import-export/status.svg)](https://deps.rs/repo/github/louib/keepass-import-export)
[![License file](https://img.shields.io/github/license/louib/keepass-import-export)](https://github.com/louib/keepass-import-export/blob/main/LICENSE)

CLI tools to export to and import from KDBX (keepass) databases

> Only the KDBX and aegis formats are current supported.
> Please feel free to request or add more formats!

`keepass-import-export` is based on the [`keepass-rs` library](https://github.com/sseemayer/keepass-rs).

## Installing

### With Nix
Assuming that you have enabled both the `flakes` and `nix-command` experimental features:
```
nix profile install github:louib/keepass-import-export
```

### With Cargo
```
cargo install --path .
```