Could you please add a command-line tool to be able to
encrypt and decrypt notes on the desktop, provided the
password is passed as argument. If password is not
passed, the command can open a dialog to prompt for
password, but otherwise no GUI should be involved. The
note to be encrypted/decrypted should be read in
through stdin and the decrypted/encrypted note should
be printed on the standard output. This allows tomobo
to be used as a shell filter.
encrypt and decrypt notes on the desktop, provided the
password is passed as argument. If password is not
passed, the command can open a dialog to prompt for
password, but otherwise no GUI should be involved. The
note to be encrypted/decrypted should be read in
through stdin and the decrypted/encrypted note should
be printed on the standard output. This allows tomobo
to be used as a shell filter.
Thank you.