Gioele
Gioele
It should be possible to encrypt the data to more than one GPG recipient.
This seems in line with what other programs are doing.
The `URL` field should be used to find the correct window when no `Auto-Type-Window` field is present.
pw-autotype should search for the `Auto-Type-Window` field and use its content instead of just sending Alt-Tab.
The `--search-fields` option should take a list of fields (case insensitive) and `pw-show` should use only them to perform its search.
If a line is malformed it is very possible that it has no meaningful ID (for example empty lines). The error message should suggest to remove the line instead of...
If the _version_ field contains a "s", that blob can be decoded also using symmetric decryption. Symmetric decryption should be attempted if gpg fails to decode the blob using the...
Multiline fields should be supported. A multiline field will continue on the next line if the next line starts with an space.
In `/usr/include/sysexits.h` there is a list of standard return codes. They should be used instead of the generic `exit 1`.