Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.24 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.24 KB

lssecrets

This is a program to list the content of the secret keyring using libsecret.

Usage

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

Dependencies

Build and Installation

If you're building from a tarball, you can skip step 0.

  1. Run ./bootstrap
  2. Run ./configure
  3. Run make
  4. Optional: run sudo make install

This software is a standard Automake package. Check the INSTALL file or run ./configure --help for more detailed instructions.