From dfa8eda0bd951bcda59986364ea4060aa09dd626 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 19 Mar 2021 08:31:02 +0100 Subject: [PATCH] Updated README and gitignore files --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f6e78d2..6e04c9e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ apg bin/ .go/ build/ +.idea/ # Test binary, built with `go test -c` *.test diff --git a/README.md b/README.md index 1987303..486af98 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # apg.go -_apg.pl_ is a simple APG-like password generator script written in Go. It tries to replicate the +_apg.go_ is a simple APG-like password generator script written in Go. It tries to replicate the functionality of the "[Automated Password Generator](https://web.archive.org/web/20130313042424/http://www.adel.nursat.kz:80/apg)", which hasn't been maintained since 2003. Since more and more Unix distributions are abondoning the tool, I was