mostfunkyduck / kp

reimplementation of the kpcli utility in go with added features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kp

This project is a reimplementation of kpcli with a few additional features thrown in. It provides a shell-like interface for navigating a keepass database and manipulating entries.

This is a pure hobby project and is maintained when I feel up to it. To use it, install go >= 1.21 and run:

make test # run tests
make kp # build binary

./kp -h # print help

./kp -db /path/to/keepass.kdb # connect to a database

About

reimplementation of the kpcli utility in go with added features.

License:The Unlicense


Languages

Language:Go 98.5%Language:Makefile 1.1%Language:Shell 0.3%