Update readme

This commit is contained in:
BarbUk 2020-09-01 18:34:14 +04:00
parent 510cdb9ede
commit 60460e7644
No known key found for this signature in database
GPG Key ID: DB301C759539E9FE

View File

@ -9,10 +9,14 @@ Snippy is a linux snippet manager with powerfull features !
### Clipboard
* Restore current clipboard after pasting the snippet
* `{clipboard}` placeholder to use current clipboard in snippet
* `{clipboard}` placeholder to use current clipboard in snippet, ex:
```
CREATE DATABASE \`{clipboard}\` CHARACTER SET utf8 COLLATE utf8_general_ci;
```
* `{clipboard_urlencode}` placeholder to use current clipboard in snippet with urlencode format, ex:
```
https://cachedview.nl/#{clipboard_urlencode}
```
### Cursor