CLI to generate OTPs from Aegis vault file

[![Release](https://img.shields.io/gitea/v/release/Kichiyaki/goaegis?gitea_url=https%3A%2F%2Fgitea.dwysokinski.me)](https://gitea.dwysokinski.me/Kichiyaki/goaegis/releases) [![License](https://img.shields.io/badge/License-MIT-green)](#license) [![Go Report Card](https://goreportcard.com/badge/gitea.dwysokinski.me/Kichiyaki/goaegis)](https://goreportcard.com/report/gitea.dwysokinski.me/Kichiyaki/goaegis) [![CI/CD](https://woodpecker.dwysokinski.me/api/badges/19/status.svg)](https://woodpecker.dwysokinski.me/repos/19)

Report Bug ยท Request Feature

![list.png](assets/images/list.png) ## Installation ### Linux/Windows You can download prebuild binaries from [this page](https://gitea.dwysokinski.me/Kichiyaki/goaegis/releases). ### go install You can also install this CLI via go install. Go **1.22+** is required to do so. ```shell go install gitea.dwysokinski.me/Kichiyaki/goaegis/cmd/goaegis@latest ``` ### Shell Completion #### bash Add the following to the end of ``~/.bashrc``: ```shell source <(goaegis hook bash) ``` ## License This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for the full license text.