mirror of
https://github.com/FiloSottile/age.git
synced 2025-12-23 05:25:14 +00:00
README: add pkg.go.dev and man page badges
This commit is contained in:
committed by
Filippo Valsorda
parent
c7c3012437
commit
c9aca162ef
@@ -1,6 +1,9 @@
|
|||||||
# age
|
# 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.
|
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
|
## 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:
|
Usage:
|
||||||
age (-r RECIPIENT | -R PATH)... [--armor] [-o OUTPUT] [INPUT]
|
age (-r RECIPIENT | -R PATH)... [--armor] [-o OUTPUT] [INPUT]
|
||||||
|
|||||||
Reference in New Issue
Block a user