Skip to content
/ keepass Public

Command line interface to work with KeePass database file. The usage mode is inspired by pwsafe command

Notifications You must be signed in to change notification settings

piuma/keepass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

keepass

Command line interface to work with KeePass database file. The usage mode is inspired by pwsafe command

Install dependencies

On Debian/Ubuntu

aptitude install libterm-readkey-perl libstring-random-perl libfile-keepass-perl xclip

cpan install Clipboard

Command line

$ ./keepass.pl --help
keepass - commandline tool compatible with KeePassX
Usage: keepass [OPTION] [NAME]
Options:
  -f, --file=DATABASE_FILE   specify the database file (default is ~/.keepass.kdb)
  -l                         long listing (show username & notes) [default]
  -u, --username             emit username of listed account
  -p, --password             emit password of listed account
  -E, --echo                 force echoing of entry to stdout
  -a, --add                  add an entry
  -c, --createdb             create an empty database
  -v, --verbose              print more information (can be repeated)
  -h, --help                 display this help and exit
  -V, --version              output version information and exit

About

Command line interface to work with KeePass database file. The usage mode is inspired by pwsafe command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages