summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-22Release gotp v0.6.0 (2024-06-22)v0.6.0Shulhan
2024-06-22all: implement command "export"Shulhan
2024-06-22go.mod: update dependenciesShulhan
2024-03-26all: comply with linter recommendationsShulhan
2024-03-26all: replace module "share" with "pakakeh.go"Shulhan
2024-02-21Convert base32 encoded hash to upper caseBalki
2024-02-08Release gotp v0.5.0 (2024-02-08)v0.5.0Shulhan
2024-02-08_AUR: use branch dev when testing build on localShulhan
2024-02-08go.mod: update dependenciesShulhan
2024-01-31_sys: fix the bash completion installation directoryShulhan
2024-01-30cli: ask for passphrase when removing or renaming labelShulhan
2024-01-30all: use [lib/crypto.LoadPrivateKeyInteractive]Shulhan
2024-01-29issuer: trim spaces on label and rawConfig parameter in NewIssuerShulhan
2024-01-29cli: simplify ImportShulhan
2024-01-28all: make the path to private key staticShulhan
2024-01-25go.mod: update all dependenciesShulhan
2023-11-11Release gotp v0.4.0 (2023-11-11)v0.4.0Shulhan
2023-11-11go.mod: update all dependenciesShulhan
2023-10-09Makefile: add task to install and uninstall gotp in macOSShulhan
2023-10-06all: convert the issuer's label to lowercase in NewIssuerShulhan
2023-10-06all: implement command "get"Shulhan
2023-10-06all: pass the configuration directory parameter to NewCliShulhan
2023-10-06all: add task linter and fix all warningsShulhan
2023-10-06all: replace encrypt and decryption functions from "lib/crypto"Shulhan
2023-10-06all: unfold private key path before readingShulhan
2023-05-25Release gotp v0.3.1 (2023-05-25)v0.3.1Shulhan
2023-05-19all: load private key only when neededShulhan
2023-05-18Release gotp v0.3.0 (2023-05-17)v0.3.0Shulhan
2023-05-16all: add command to remove the private keyShulhan
2023-05-16all: add command to set private keyShulhan
2023-05-15all: check for zero file on config saveShulhan
2023-05-15all: add method MarshalText to configShulhan
2023-05-15all: group the key for testing into testdata/keysShulhan
2023-05-15all: load the private key in loadConfigShulhan
2023-05-15all: add function loadConfigShulhan
2023-05-15all: remove setting Version in Makefile using ldflagsShulhan
2023-05-15all: update Go version to 1.19 and all dependenciesShulhan
2023-05-15all: convert the README from asciidoc to markdownShulhan
2023-02-13Release gotp v0.2.3 (2023-02-12)v0.2.3Shulhan
2023-02-12go.mod: update all dependenciesShulhan
2022-09-18all: add bash completion scriptShulhan
2022-09-18all: move the installation steps in AUR to Makefile.Shulhan
2022-09-18make: change the build and install directoryShulhan
2022-09-06Release gotp v0.2.2 (2022-09-06)v0.2.2Shulhan
2022-09-06all: add task to serve and preview the documentation at _docShulhan
2022-09-06go.mod: update all dependenciesShulhan
2022-08-27all: fix the go:embed reference to symbolic linkShulhan
2022-08-25all: group all documents into directory _docShulhan
2022-08-07Release gotp v0.2.1 (2022-08-07)v0.2.1Shulhan
2022-08-07_AUR: add package build for Arch LinuxShulhan