1
0
Fork 0
forked from jriou/coller
coller/src/cmd/coller/README.md
Julien Riou 7c00b364d1
docs: Add READMEs
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-24 15:48:12 +02:00

42 lines
No EOL
408 B
Markdown

# coller
CLI to create notes.
# Usage
```
coller -help
```
# Examples
Create from clipboard:
```
coller
```
Create from file:
```
coller -file filename.txt
```
Provide password for encryption:
```
coller -ask-password
coller -password PASSWORD
```
Create public note:
```
coller -no-password
```
Return the copier command to use client-side decryption instead of the URL:
```
coller -copier
```