show
Prints an item’s surroundings — id, title, kind, tags, and the fields that are not secret.
sefy show <REFERENCE>For a credential, the password and TOTP secret stay covered, and the output says where to get them:
$ sefy show mailid: 2title: mailkind: credentialtags: maillogin: someone@example.compassword: <hidden — use sefy get>url: https://mail.example.comtotp: <hidden — use sefy get --field totp>notes: recovery in the drawerFor a file, the stored name and size:
$ sefy show id_ed25519id: 3title: id_ed25519kind: filetags: keysfile: id_ed25519size: 387 bytesNotes print in full
Section titled “Notes print in full”A note has no secret field — the body is the item — so show prints it after
a rule:
$ sefy show bankid: 1title: bankkind: notetags: home, money---code 4815That means show on a note does put its contents in your terminal
scrollback. If a note holds something you would rather copy than display, reach
for get instead, which puts it on the clipboard.