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