Commit Graph

33 Commits

Author SHA1 Message Date
Dawid Wysokiński d1ab688099 refactor: rename module github.com/Kichiyaki/gootp -> gitea.dwysokinski.me/Kichiyaki/gootp (#2)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #2
2022-09-04 08:04:31 +00:00
renovate[bot] 00ce87571f
Update module github.com/charmbracelet/bubbles to v0.13.0 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-05 12:21:31 +02:00
renovate[bot] 07936e0886
Update module github.com/charmbracelet/bubbletea to v0.22.0 (#30)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-05 06:06:08 +02:00
renovate[bot] 35705b79e4
Update module github.com/urfave/cli/v2 to v2.10.2 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-21 06:11:39 +02:00
renovate[bot] 9d5537ac8c
Update module github.com/urfave/cli/v2 to v2.10.1 (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-20 06:32:36 +02:00
renovate[bot] 2469d1d50e
Update module github.com/stretchr/testify to v1.7.2 (#24)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-06 17:09:03 +02:00
Dawid Wysokiński 933b4636a8
chore: update packages (#23) 2022-06-02 06:59:50 +02:00
renovate[bot] 3cb9a8a05a
Update golang.org/x/crypto digest to 793ad66 (#19)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-26 06:28:22 +02:00
renovate[bot] b27306d06b
Update golang.org/x/term digest to 065cf7b (#20)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-26 06:26:44 +02:00
Dawid Wysokiński 0de280e634
feat: add README.md (#17) 2022-05-22 10:53:22 +02:00
Dawid Wysokiński 7632df40da
feat: add a new subcommand - encrypt (#16) 2022-05-22 09:13:24 +02:00
Dawid Wysokiński f59e1db9a8
feat: add output flat to decrypt subcommand (#15) 2022-05-21 07:30:23 +02:00
Dawid Wysokiński eaebefc9c6
refactor: merge the golangci-lint and test workflows into one, add one more job that verifies go mod (#14) 2022-05-20 07:16:03 +02:00
Dawid Wysokiński 174e667b64
refactor: don't export the generateOTP fn, extract a few constants, update command usages (#13) 2022-05-20 06:54:58 +02:00
Dawid Wysokiński 90682c1ea8
feat: totps - show remaining time (#12) 2022-05-19 18:17:43 +02:00
Dawid Wysokiński b040127bef
feat: add simple TUI (#11) 2022-05-19 16:38:24 +02:00
renovate[bot] 9333808635
Update module github.com/urfave/cli/v2 to v2.7.1 (#10)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 13:18:32 +02:00
renovate[bot] e0646c4092
Update module github.com/urfave/cli/v2 to v2.7.0 (#9)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 06:02:39 +02:00
renovate[bot] b443e647d0
Update golang.org/x/crypto digest to 6f7dac9 (#8)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-18 09:46:18 +02:00
Dawid Wysokiński e8ba0781b0
feat: add two new workflows (golangci-lint and test) (#7) 2022-05-18 06:40:19 +02:00
Dawid Wysokiński 56dd53db4d
feat: add a default value to the path flag ($HOME/.otp_accounts.json.aes) 2022-05-18 06:32:05 +02:00
Dawid Wysokiński c1bc57c1ae
chore: run go mod tidy 2022-05-17 17:08:05 +02:00
renovate[bot] 7942daf140
Update golang.org/x/crypto digest to 85d78b3 (#6)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 07:39:22 +02:00
renovate[bot] e618e7f6b5
Update golang.org/x/term digest to e5f449a (#4)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 07:11:07 +02:00
Dawid Wysokiński 08f3d4665a
feat: add the possibility to generate otps 2022-05-17 07:10:36 +02:00
Dawid Wysokiński b9f1696b14
refactor: simplify code + set go version to 1.18 in go.mod 2022-05-17 06:12:16 +02:00
renovate[bot] 6bc21a09f8
Update module github.com/urfave/cli/v2 to v2.6.0 (#5)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-17 05:58:30 +02:00
Dawid Wysokiński e76181877e
Merge pull request #3 from Kichiyaki/renovate/golang.org-x-crypto-digest
Update golang.org/x/crypto digest to c6db032
2022-05-13 16:24:48 +00:00
Renovate Bot beb58f0e11
Update golang.org/x/crypto digest to c6db032 2022-05-11 22:09:56 +00:00
Dawid Wysokiński 8ca2660030
add LICENSE 2022-03-27 18:45:49 +02:00
Dawid Wysokiński 417578b8f1
Merge pull request #1 from Kichiyaki/renovate/configure
Configure Renovate
2022-03-27 18:43:37 +02:00
Renovate Bot 0cf277546e
Add renovate.json 2022-03-27 16:42:39 +00:00
Dawid Wysokiński 40f5816dc0
init 2022-03-27 18:42:27 +02:00