Skip to content

Show the contents of the secret keyring.

License

Notifications You must be signed in to change notification settings

dkosmari/lssecrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.