otpclient-cli
This commit is contained in:
parent
f271a456fd
commit
39f7ca123d
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
||||||
# display otp code
|
# display otp code
|
||||||
alias pd='otpclient-cli show -a'
|
alias pd="\
|
||||||
|
otpclient-cli \
|
||||||
|
show \
|
||||||
|
--account \
|
||||||
|
"
|
||||||
|
|
||||||
# list otp accounts
|
# list otp accounts
|
||||||
alias pl='otpclient-cli list'
|
alias pl="\
|
||||||
|
otpclient-cli \
|
||||||
|
list \
|
||||||
|
"
|
||||||
|
|
Loading…
Reference in a new issue