Package Details: gauth 1.5.0-2

Git Clone URL: https://aur.archlinux.org/gauth.git (read-only, click to copy)
Package Base: gauth
Description: Two-factor authentication (2FA) in the terminal
Upstream URL: https://github.com/pcarrier/gauth
Licenses: ISC
Submitter: silvan
Maintainer: silvan
Last Packager: silvan
Votes: 2
Popularity: 0.010386
First Submitted: 2025-09-05 09:18 (UTC)
Last Updated: 2025-09-06 16:49 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

silvan commented on 2025-09-06 16:52 (UTC)

Thanks for the info. I've added the README.md to the package.

m040601 commented on 2025-09-05 22:51 (UTC) (edited on 2025-09-05 22:54 (UTC) by m040601)

Thanks for creating this PKGBUILD. Very usefull.

It surprises me that a little cli tool like this for OTP is not in the official Arch repos. Hope that with enough votes, it could be one.

He also does binary releases, maybe you'll also want to create a "gauth-bin" PKGBUILD ?

There is also another tool similar to this written in go, https://github.com/yitsushi/totp-cli . It's more elaborate, with age encryption for the tokens file.

In the mean time please also add the README.md to this PKGBUILD

wget https://github.com/pcarrier/gauth/archive/refs/tags/v1.5.0.tar.gz
tar tf v1.5.0.tar.gz

....
gauth-1.5.0/README.md
....

To ( install -Dm644 ...)

/usr/share/doc/gauth/README.md

Thanks in advance