cpm icon indicating copy to clipboard operation
cpm copied to clipboard

Console Password Manager

Results 24 cpm issues
Sort by recently updated
recently updated
newest added

Debian and similar distributions, such as Ubuntu, are taking steps to remove `libxml2-config`, so use `pkg-config` to find the libxml2 headers and libraries.

`test` only uses a single `=` for equality testing, so update configure.in to ensure POSIX compatibility.

cpm fails to build from source in GCC 10 and higher due to multiple declaration errors.

Hi, When I start up cpm, it says "error: encryption key KEY NAME EMAIL could not be be validated; not using it." Then when I go to add keys with...

I'm unable to get cpm working properly in Debian 10 buster. Some observations: - While starting it opens the DB, but also gives the following error message: "error: encryption key...

I have been using CPM with Ubuntu 14.04 for years now. I upgraded to 18.04, and while I can still open CPM to read my password database, I can no...

This change fixes issues with recent gpgme versions in current distros, plus a little clean-up.

Without a convenient export feature, I'm trying to get to the XML file. I see in your docs that it should be possible to open the DB with gpg, but...

On startup, cpm prints: ``` Usage: clear [options] Options: -T TERM use this instead of $TERM -V print curses-version -x do not try to clear scrollback ``` This is because...