totp icon indicating copy to clipboard operation
totp copied to clipboard

Time-Based One-Time Password Code Generator

Results 6 totp issues
Sort by recently updated
recently updated
newest added

Any plans to support HOTP? I don't know if/when I'd have time, but if I added HOTP support in a PR would it be accepted? It would screw up the...

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.6.0 Summer 2022 Release Some exciting changes make their way to Cobra! Command completions continue to get better...

dependencies
go

totp config add --stdio name value always uses the $HOME/.totp-config.json file for me. I needed to change in root.go ``` if cmd.Flags().Lookup(optionStdio) != nil { if cfg.useStdio { ``` to...

First pass through the code to properly set exit value on errors to `1`. This is to address #46. If I missed some locations we can get them patched up...

I was trying to run totp through a simple wrapper, and I realized that while it does print to stderr when there are problems, it seemingly always returns exit status...

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.7.0 ✨ Features Allow to preserve ordering of completions in bash, zsh, pwsh, & fish: @​h4ck3rk3y #1903 Add...

dependencies
go