This is a program to list the content of the secret keyring using libsecret.
With no arguments, all unlocked collections and items are shown, without attributes or secrets:
lssecrets
To show item attributes, use the argument --detail=3
:
lssecrets --detail=3
To show item attributes and secrets, use the argument --detail=4
:
lssecrets --detail=4
If there are collections or items locked, use the option --unlock
to unlock everything:
lssecrets --unlock
Both options can be combined, to unlock and show the secrets:
lssecrets --detail=4 --unlock
If you're building from a tarball, you can skip step 0.
- Run
./bootstrap
- Run
./configure
- Run
make
- Optional: run
sudo make install
This software is a standard Automake package. Check the INSTALL file or run
./configure --help
for more detailed instructions.