mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
README: add pkg.go.dev and man page badges
This commit is contained in:
parent
c7c3012437
commit
c9aca162ef
1 changed files with 6 additions and 1 deletions
|
|
@ -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).
|
||||
[](https://pkg.go.dev/filippo.io/age)
|
||||
[](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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue