mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 07:59:15 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/kwallet-query
Normal file
21
tldr/linux/kwallet-query
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# kwallet-query
|
||||
|
||||
> Read and write to a KDE Wallet.
|
||||
> More information: <https://manned.org/kwallet-query>.
|
||||
|
||||
- List all entries in the `Passwords` folder of `kdewallet`:
|
||||
|
||||
`kwallet-query {{kdewallet}} {{-l|--list-entries}}`
|
||||
|
||||
- List all entries in a specific folder:
|
||||
|
||||
`kwallet-query {{kdewallet}} {{-l|--list-entries}} {{-f|--folder}} {{folder_name}}`
|
||||
|
||||
- List all available folders:
|
||||
|
||||
`kwallet-query {{kdewallet}} {{-l|--list-entries}} {{-f|--folder}} ""`
|
||||
Reference in New Issue
Block a user