README: add pkg.go.dev and man page badges

This commit is contained in:
Filippo Valsorda
2021-05-25 14:44:16 -04:00
committed by Filippo Valsorda
parent c7c3012437
commit c9aca162ef

View File

@@ -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]