| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-28 | all: make the path to private key static | Shulhan | |
| Instead of prompting user, make the private key static, located at "$XDG_CONFIG_DIR/gotp/gotp.key". Implements: https://todo.sr.ht/~shulhan/gotp/1 | |||
| 2023-10-06 | all: unfold private key path before reading | Shulhan | |
| By unfolding, user can set the path to private key using "~" that points to their home. This make the key can works across home directory, in case user have multiple homes (Linux and macOS have different home path and maybe user name, but both can use "~" as substitution for $HOME) | |||
