otpclient-cli

This commit is contained in:
Marc Beninca 2023-05-14 16:17:53 +02:00
parent f271a456fd
commit 39f7ca123d

View file

@ -1,5 +1,12 @@
# display otp code
alias pd='otpclient-cli show -a'
alias pd="\
otpclient-cli \
show \
--account \
"
# list otp accounts
alias pl='otpclient-cli list'
alias pl="\
otpclient-cli \
list \
"