SECRET-TOOL(1) User Commands SECRET-TOOL(1) (NAME) secret-tool - (SYNOPSIS) secret-tool store --label='Label' {attribute} {value} ... secret-tool lookup {attribute} {value} ... secret-tool clear {attribute} {value} ... secret-tool search [--all]{attribute} {value} ... (DESCRIPTION) secret-tool . . . . STORE secret-tool store . --label . . . . tty . stdin (pipe) . stdin EOF . stdin . LOOKUP secret-tool lookup . . . . tty . CLEAR secret-tool clear . . . SEARCH secret service . . : --all . . --unlock . . (EXIT CODES) 0 . (EXAMPLES) 1. $ secret-tool store --label='My password' key1 value1 key2 value2 Password: hunter2 $ secret-tool lookup key1 value1 key2 value2 hunter2 $ secret-tool clear key1 value1 key2 value2 (BUGS) https://gitlab.gnome.org/GNOME/libsecret/issues . secret-tool . ( ) . XDG SECRET-TOOL(1)