diff --git a/README.md b/README.md index 7a75440..10c0309 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # age -age is a simple, modern and secure file encryption tool, format, and [Go library](https://pkg.go.dev/filippo.io/age). +[![Go Reference](https://pkg.go.dev/badge/filippo.io/age.svg)](https://pkg.go.dev/filippo.io/age) +[![man page](https://img.shields.io/badge/man-page-lightgrey)](https://htmlpreview.github.io/?https://github.com/FiloSottile/age/blob/master/doc/age.1.html) + +age is a simple, modern and secure file encryption tool, format, and Go library. It features small explicit keys, no config options, and UNIX-style composability. @@ -19,6 +22,8 @@ The author pronounces it `[aɡe̞]`, like the Italian [“aghe”](https://trans ## Usage +For the full documentation, read [the age(1) man page](https://htmlpreview.github.io/?https://github.com/FiloSottile/age/blob/master/doc/age.1.html). + ``` Usage: age (-r RECIPIENT | -R PATH)... [--armor] [-o OUTPUT] [INPUT]