ls
Lists items, newest first: id, title, kind, tags.
sefy ls [OPTIONS]| Option | Meaning |
|---|---|
--kind <KIND> |
note, credential or file. |
--tag <TAG> |
Keep only items carrying every listed tag. |
$ sefy ls3 f.bin file [misc]2 mail credential [mail]1 bank note [home, money]sefy ls --kind credentialsefy ls --tag money,home # items carrying both, not eitherTags are combined with and, not or: --tag money,home is a narrowing
filter, which is what a listing is for. To see items matching any of several
tags, list them separately.
Nothing secret appears here — only what show would
print at the top. An empty result is not an error:
$ sefy ls --tag nothingno items