docs: Add READMEs

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-08-24 15:48:12 +02:00
parent e22105049a
commit 7c00b364d1
Signed by: jriou
GPG key ID: 9A099EDA51316854
5 changed files with 143 additions and 2 deletions

16
src/cmd/copier/README.md Normal file
View file

@ -0,0 +1,16 @@
# copier
CLI to download and decrypt notes from the client.
# Usage
```
copier -help
```
# Examples
```
copier -password PASSWORD URL
copier -w URL
```