From bd23bff1b308814d5c80109f4e0d401da36e70b3 Mon Sep 17 00:00:00 2001 From: Rijul Gulati <67535440+grijul@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:52:13 +0530 Subject: [PATCH] Added go-andotp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d043abb8..f63ca4e9 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [flag](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go supporting subcommand. * [flaggy](https://github.com/integrii/flaggy) - A robust and idiomatic flags package with excellent subcommand support. * [flagvar](https://github.com/sgreben/flagvar) - A collection of flag argument types for Go's standard `flag` package. +* [go-andotp](https://github.com/grijul/go-andotp) - A CLI program to encrypt/decrypt [andOTP](https://github.com/andOTP/andOTP) files. * [go-arg](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go. * [go-commander](https://github.com/yitsushi/go-commander) - Go library to simplify CLI workflow. * [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser.