forked from jriou/coller
42 lines
No EOL
408 B
Markdown
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
|
|
``` |