Linux: Sane built-in password management. (Secret Service API support)
Due to @asonix
If you’re on Linux, compile shticker_book_unwritten with -Fsecret-store
to get Secret Service (KWallet, GNOME Keyring, etc.) support for storing your account credentials.
This is not (yet) a default feature.
accounts
subcommands
When in shticker_book_unwritten’s command mode (pseudo-shell), the following subcommands are now available for accounts
/logins
:
accounts help
/accounts ?
: List these subcommands.accounts forget
: Forget the specified account, erasing its username & password from the config and from the Secret Service keyring, where applicable.accounts savepws <true | false>
: Set the value of"store_passwords"
in your config. Note that setting the value tofalse
will not cause any passwords to be forgotten.
Changing an account’s password may be achieved via the use of accounts forget
.