Skip to content

ls

Lists items, newest first: id, title, kind, tags.

Terminal window
sefy ls [OPTIONS]
Option Meaning
--kind <KIND> note, credential or file.
--tag <TAG> Keep only items carrying every listed tag.
Terminal window
$ sefy ls
3 f.bin file [misc]
2 mail credential [mail]
1 bank note [home, money]
Terminal window
sefy ls --kind credential
sefy ls --tag money,home # items carrying both, not either

Tags 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:

Terminal window
$ sefy ls --tag nothing
no items
  • find — the same listing, narrowed by text
  • tags — which tags exist and how many items use them