Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muteor/pass-totp
TOTP code generator for pass
https://github.com/muteor/pass-totp
password-store totp
Last synced: 3 months ago
JSON representation
TOTP code generator for pass
- Host: GitHub
- URL: https://github.com/muteor/pass-totp
- Owner: muteor
- License: mit
- Created: 2017-03-25T11:53:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T11:53:40.000Z (over 7 years ago)
- Last Synced: 2024-02-29T07:34:30.661Z (8 months ago)
- Topics: password-store, totp
- Language: Go
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-store - pass-totp
README
TOTP Generator
--------------This is simple wrapper to the `go-otp` library that I use with password store (https://www.passwordstore.org/).
Usage: `pass --clip service && pbpaste | totp` or `pass --clip service && xclip -o | totp`
Install
-------Use go install and the `totp` command should be available if you have
your go bin directory on your path.Included is `gen.sh` which you can link into your bin directory and
saves you some typing.`gen service`
```
keith:~/$ gen my-2fa
Copied 2fa/my-2fa/code to clipboard. Will clear in 45 seconds.
[Valid for 26s] 123456
```TODO
----* Autocomplete
* Copy code to clipboard