summaryrefslogtreecommitdiff
path: root/cli.go
AgeCommit message (Expand)Author
2024-06-22all: implement command "export"Shulhan
2024-03-26all: replace module "share" with "pakakeh.go"Shulhan
2024-02-21Convert base32 encoded hash to upper caseBalki
2024-01-30cli: ask for passphrase when removing or renaming labelShulhan
2024-01-30all: use [lib/crypto.LoadPrivateKeyInteractive]Shulhan
2024-01-29cli: simplify ImportShulhan
2024-01-28all: make the path to private key staticShulhan
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-05-19all: load private key only when neededShulhan
2023-05-16all: add command to remove the private keyShulhan
2023-05-16all: add command to set private keyShulhan
2023-05-15all: load the private key in loadConfigShulhan
2023-05-15all: convert the README from asciidoc to markdownShulhan
2022-08-27all: fix the go:embed reference to symbolic linkShulhan
2022-08-07all: replace golang.org/x/crypto/ssh/terminal with golang.org/x/termShulhan
2022-08-07all: clean up codeShulhan
2022-08-06all: fix base32 decoding on secretShulhan
2022-03-14all: re-licensing gotp under GPL-3.0 or laterShulhan
2021-10-27gotp: command line interface for Time-based One Time Password (TOTP)Shulhan