Add snippet to convert Clipboard to plain text
This commit is contained in:
parent
1e441030d1
commit
9edd333dc5
@ -990,6 +990,11 @@ pbpaste > whatever.txt
|
|||||||
pbpaste | sort | uniq | pbcopy
|
pbpaste | sort | uniq | pbcopy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Convert Clipboard to plain text
|
||||||
|
```bash
|
||||||
|
pbpaste | textutil -convert txt -stdin -stdout -encoding 30 | pbcopy
|
||||||
|
```
|
||||||
|
|
||||||
### FileVault
|
### FileVault
|
||||||
|
|
||||||
#### Automatically Unlock FileVault on Restart
|
#### Automatically Unlock FileVault on Restart
|
||||||
|
Loading…
Reference in New Issue
Block a user