https://github.com/propan/keepass-converter
a command-line utility to convert KeePass export files to CSV format
https://github.com/propan/keepass-converter
clojure keepass keepass-converter
Last synced: 11 months ago
JSON representation
a command-line utility to convert KeePass export files to CSV format
- Host: GitHub
- URL: https://github.com/propan/keepass-converter
- Owner: propan
- License: epl-1.0
- Created: 2014-01-05T11:11:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-05T11:22:44.000Z (about 12 years ago)
- Last Synced: 2025-01-06T10:19:27.517Z (about 1 year ago)
- Topics: clojure, keepass, keepass-converter
- Language: Clojure
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keepass-converter
a command-line utility to convert KeePass export files to CSV format
## Installation
1. Checkout sources
2. Build with ``lein uberjar``
## Usage
1. Export your passwords from KeePass to XML format
2. Execute
```lang=bash
java -jar keepass-converter-0.1.0-standalone.jar path/to/your.xml
```
## Options
* -o, --output 1password.csv Output file in the requested 1Password format
* -i, --interactive You will be prompt about conversion of every entry in the input file
* -h, --help
## License
Copyright © 2014 Pavel Prokopenko
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.