index
:
gotp
dev
main
CLI to manage Time-based OTP.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-11
Release gotp v0.4.0 (2023-11-11)
v0.4.0
Shulhan
2023-11-11
go.mod: update all dependencies
Shulhan
2023-10-09
Makefile: add task to install and uninstall gotp in macOS
Shulhan
2023-10-06
all: convert the issuer's label to lowercase in NewIssuer
Shulhan
2023-10-06
all: implement command "get"
Shulhan
2023-10-06
all: pass the configuration directory parameter to NewCli
Shulhan
2023-10-06
all: add task linter and fix all warnings
Shulhan
2023-10-06
all: replace encrypt and decryption functions from "lib/crypto"
Shulhan
2023-10-06
all: unfold private key path before reading
Shulhan
2023-05-25
Release gotp v0.3.1 (2023-05-25)
v0.3.1
Shulhan
2023-05-19
all: load private key only when needed
Shulhan
2023-05-18
Release gotp v0.3.0 (2023-05-17)
v0.3.0
Shulhan
2023-05-16
all: add command to remove the private key
Shulhan
2023-05-16
all: add command to set private key
Shulhan
2023-05-15
all: check for zero file on config save
Shulhan
2023-05-15
all: add method MarshalText to config
Shulhan
2023-05-15
all: group the key for testing into testdata/keys
Shulhan
2023-05-15
all: load the private key in loadConfig
Shulhan
2023-05-15
all: add function loadConfig
Shulhan
2023-05-15
all: remove setting Version in Makefile using ldflags
Shulhan
2023-05-15
all: update Go version to 1.19 and all dependencies
Shulhan
2023-05-15
all: convert the README from asciidoc to markdown
Shulhan
2023-02-13
Release gotp v0.2.3 (2023-02-12)
v0.2.3
Shulhan
2023-02-12
go.mod: update all dependencies
Shulhan
2022-09-18
all: add bash completion script
Shulhan
2022-09-18
all: move the installation steps in AUR to Makefile.
Shulhan
2022-09-18
make: change the build and install directory
Shulhan
2022-09-06
Release gotp v0.2.2 (2022-09-06)
v0.2.2
Shulhan
2022-09-06
all: add task to serve and preview the documentation at _doc
Shulhan
2022-09-06
go.mod: update all dependencies
Shulhan
2022-08-27
all: fix the go:embed reference to symbolic link
Shulhan
2022-08-25
all: group all documents into directory _doc
Shulhan
2022-08-07
Release gotp v0.2.1 (2022-08-07)
v0.2.1
Shulhan
2022-08-07
_AUR: add package build for Arch Linux
Shulhan
2022-08-07
cmd/gotp: add the documentation for command gotp
Shulhan
2022-08-07
all: replace golang.org/x/crypto/ssh/terminal with golang.org/x/term
Shulhan
2022-08-07
cmd/gotp: add subcommand "version"
Shulhan
2022-08-07
go.mod: set minimum Go version to 1.18 and update all modules
Shulhan
2022-08-07
all: generate coverage when running tests
Shulhan
2022-08-07
all: clean up code
Shulhan
2022-08-06
all: fix base32 decoding on secret
Shulhan
2022-03-14
Release gotp v0.2.0 (2022-03-14)
v0.2.0
Shulhan
2022-03-14
all: re-licensing gotp under GPL-3.0 or later
Shulhan
2022-03-14
go.mod: update all dependencies
Shulhan
2022-02-08
Release gotp v0.1.0 (2022-02-08)
v0.1.0
Shulhan
2022-02-08
go.mod: update share module
Shulhan
2022-02-08
Makefile: set the CGO_ENABLED to 1 on go test command
Shulhan
2021-10-27
gotp: command line interface for Time-based One Time Password (TOTP)
Shulhan