diff options
author | Christian Segundo | 2023-04-30 11:17:38 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-30 11:17:38 +0200 |
commit | d3ae4c9b0089091af84b1e68aef4f62373546f2c (patch) | |
tree | 4a0e94a7e38c812d193677c20980ca9863667c0d | |
download | awscli-plugin-passtotp-d3ae4c9b0089091af84b1e68aef4f62373546f2c.tar.gz |
Add index
-rw-r--r-- | index.7 | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -0,0 +1,39 @@ +.Dd Jun 10, 2022 +.Dt INDEX 7 +.Os "Christian Segundo" +. +.Sh NAME +.Nm awscli-plugin-passtotp +.Nd AWS CLI plugin to directly talk to +.Lk https://www.passwordstore.org pass +for OATH-TOTP keys +. +.Sh DESCRIPTION +.Nm +enables +.Lk https://aws.amazon.com/cli/ aws-cli +to directly talk to +.Lk https://www.passwordstore.org pass +to acquire an OATH-TOTP code using the +.Lk https://github.com/tadfisher/pass-otp pass-otp +extension. +. +.Ss Source Code +.Bl -bullet -compact +.It +download current or past +.Lk /awscli-plugin-passtotp/refs/tags releases +.It +clone the repo: +.Dl git clone https://git.segundo.io/awscli-plugin-passtotp +.It +see the +.Lk /awscli-plugin-passtotp/tree/README README +for instructions +.El +. +.Ss Packages +.Bl -bullet -compact +.It +.Lk https://pypi.org/project/awscli-plugin-passtotp/ PyPI +.El |