find
The same listing as ls, narrowed by text.
sefy find [TEXT] [OPTIONS]| Option | Meaning |
|---|---|
--kind <KIND> |
note, credential or file. |
--tag <TAG> |
Keep only items carrying every listed tag. |
$ sefy find mail2 mail credential [mail]sefy find bank --kind credentialWhat is searched
Section titled “What is searched”Titles, note bodies and credential fields. The contents of stored files are not: a match inside a binary would say nothing useful, and searching them would mean decompressing and scanning every attachment on every query.
Finding nothing is a normal result, not an error:
$ sefy find zzzno itemsThis is where find differs from a <REFERENCE>: commands that act on one item
refuse to guess between several matches, while find exists precisely to show
you all of them.