From c9aca162efde2ab499bd1375ab26aea4497ce084 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Tue, 25 May 2021 14:44:16 -0400 Subject: [PATCH] README: add pkg.go.dev and man page badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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]