dkosmari / lssecrets

Show the contents of the secret keyring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Show the contents of the secret keyring.

License:GNU General Public License v3.0


Languages

Language:M4 56.6%Language:C++ 42.5%Language:Makefile 0.8%Language:Shell 0.1%