2023-05-18 14:19:29 +02:00
|
|
|
# list otp accounts
|
|
|
|
alias otpl="\
|
2023-05-14 16:17:53 +02:00
|
|
|
otpclient-cli \
|
2023-05-18 14:19:29 +02:00
|
|
|
list \
|
2023-05-14 16:17:53 +02:00
|
|
|
"
|
2023-05-09 22:02:34 +02:00
|
|
|
|
2023-05-18 14:19:29 +02:00
|
|
|
# display otp code
|
|
|
|
alias otps="\
|
2023-05-14 16:17:53 +02:00
|
|
|
otpclient-cli \
|
2023-05-18 14:19:29 +02:00
|
|
|
show \
|
|
|
|
-a \
|
2023-05-14 16:17:53 +02:00
|
|
|
"
|