🍡 Command line TOTP authenticator
Find a file
2024-02-02 13:44:06 +02:00
.github/workflows test: remove redundant matrix runs 2023-06-09 17:18:03 +03:00
assets docs(readme): update scrot 2022-05-14 08:59:06 +02:00
internal 🔨 chore: remove ineffective reassignment 2024-02-02 13:44:06 +02:00
.gitignore initial commit 2022-02-20 17:37:02 +02:00
.goreleaser.yml edit workflow to release on tags 2022-02-20 19:04:43 +02:00
go.mod ♻️ refactor: replace survey with huh 2024-02-02 13:26:54 +02:00
go.sum ♻️ refactor: replace survey with huh 2024-02-02 13:26:54 +02:00
LICENSE add license 2022-02-20 17:48:19 +02:00
main.go chore: username change 2022-12-30 22:22:51 +02:00
README.md 🔨 chore(readme): remove todo 2024-02-02 13:32:29 +02:00

asunder

Asunder, Sweet and Other Distress

Latest Release Build Status Go Report Card

A pretty, little two-factor authenticaton (2FA) client for the command line. 🍡

scrot

Installation

Binaries

Download a binary from the releases page.

Build from source

Go 1.20 or higher required. (install instructions)

go install github.com/fawni/asunder@latest

Usage

The first time you run asunder you will be asked to create a master password. After that, everytime asunder is launched you will be prompted for that password.

Add entries:

asunder add

Start asunder:

asunder

Delete entries:

asunder delete

License

OSL-3.0