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