Playing with kpcli.

kpcli is a "KeePass Command Line Interface (CLI) / interactive shell. Use this program to access and manage your KeePass 1.x database from a Unix-like command line."

Want to see if I can get it working on FreeBSD 9.0.

Prerequisites

# portmaster devel/p5-Clone
# portmaster security/p5-Crypt-Rijndael
# portmaster textproc/p5-Sort-Naturally
# portmaster devel/p5-Term-ReadKey
# portmaster shells/p5-Term-ShellUI

# perl -MCPAN -e 'install File::KeePass'

$ ./kpcli-1.2.pl

KeePass CLI (kpcli-1.2) v1.2 is ready for operation.
Type 'help' for a description of available commands.
Type 'help ' for details on individual commands.
* Please install Term::ReadLine::Gnu for better functionality!

kpcli-1.2:/>

YIPPEE!! IT WORKS!