Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/louib/keepass-import-export
- Owner: louib
- License: mit
- Created: 2023-12-31T02:05:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T20:53:11.000Z (9 months ago)
- Last Synced: 2024-04-15T23:13:32.729Z (7 months ago)
- Topics: kdbx, kdbx-database, keepass
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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 .
```