Two-Factor Authentication (2FA) App compatible with Aegis vault format
Go to file
Dawid Wysokiński d8df265692 chore: add README.md [skip ci] (#3)
Reviewed-on: #3
2024-04-30 07:36:57 +00:00
.woodpecker chore: update release pipieline 2024-04-25 07:33:49 +02:00
assets/images chore: add README.md [skip ci] (#3) 2024-04-30 07:36:57 +00:00
cmd/goaegis feat: improve ui/ux 2024-04-22 07:07:42 +02:00
internal fix: linter 2024-04-30 08:58:40 +02:00
.commitlintrc.yml init 2024-04-21 12:21:42 +02:00
.envrc init 2024-04-21 12:21:42 +02:00
.gitignore init 2024-04-21 12:21:42 +02:00
.golangci.yml init 2024-04-21 12:21:42 +02:00
.goreleaser.yml chore: update goreleaser config 2024-04-25 07:38:36 +02:00
.pre-commit-config.yaml init 2024-04-21 12:21:42 +02:00
LICENSE chore: add LICENSE [skip ci] 2024-04-21 12:24:56 +02:00
Makefile init 2024-04-21 12:21:42 +02:00
README.md chore: add README.md [skip ci] (#3) 2024-04-30 07:36:57 +00:00
go.mod chore(deps): update module github.com/urfave/cli/v2 to v2.27.2 (#2) 2024-04-28 05:36:16 +00:00
go.sum chore(deps): update module github.com/urfave/cli/v2 to v2.27.2 (#2) 2024-04-28 05:36:16 +00:00
renovate.json init 2024-04-21 12:21:42 +02:00

README.md

CLI to generate OTPs from Aegis vault file

Release License Go Report Card CI/CD

Report Bug · Request Feature

list.png

Installation

Linux/Windows

You can download prebuild binaries from this page.

go install

You can also install this CLI via go install. Go 1.22+ is required to do so.

go install gitea.dwysokinski.me/Kichiyaki/goaegis/cmd/goaegis@latest

Shell Completion

bash

Add the following to the end of ~/.bashrc:

source <(goaegis hook bash)

License

This project is licensed under the MIT license. See the LICENSE file for the full license text.