credentials: use sekrit cp
This commit is contained in:
parent
4657adf4b1
commit
1d45d3c561
1 changed files with 2 additions and 2 deletions
|
@ -34,13 +34,13 @@ clip()
|
|||
get_user()
|
||||
{
|
||||
printf user
|
||||
sekrit get "services/$1/user" | clip && printf "\n"
|
||||
sekrit cp "services/$1/user" && printf "\n"
|
||||
}
|
||||
|
||||
get_pass()
|
||||
{
|
||||
printf pass
|
||||
sekrit get "services/$1/pass" | clip && printf "\n"
|
||||
sekrit cp "services/$1/pass" && printf "\n"
|
||||
}
|
||||
|
||||
get_2fa()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue