Update readme
This commit is contained in:
parent
510cdb9ede
commit
60460e7644
@ -9,10 +9,14 @@ Snippy is a linux snippet manager with powerfull features !
|
|||||||
### Clipboard
|
### Clipboard
|
||||||
|
|
||||||
* Restore current clipboard after pasting the snippet
|
* 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;
|
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
|
### Cursor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user