Address PR feedback
This commit is contained in:
parent
9edd333dc5
commit
8db2cce21e
10
README.md
10
README.md
@ -975,6 +975,11 @@ uptime
|
||||
cat whatever.txt | pbcopy
|
||||
```
|
||||
|
||||
#### Convert Clipboard to Plain Text
|
||||
```bash
|
||||
pbpaste | textutil -convert txt -stdin -stdout -encoding 30 | pbcopy
|
||||
```
|
||||
|
||||
#### Convert Tabs to Spaces for Clipboard Content
|
||||
```bash
|
||||
pbpaste | expand | pbcopy
|
||||
@ -990,11 +995,6 @@ pbpaste > whatever.txt
|
||||
pbpaste | sort | uniq | pbcopy
|
||||
```
|
||||
|
||||
#### Convert Clipboard to plain text
|
||||
```bash
|
||||
pbpaste | textutil -convert txt -stdin -stdout -encoding 30 | pbcopy
|
||||
```
|
||||
|
||||
### FileVault
|
||||
|
||||
#### Automatically Unlock FileVault on Restart
|
||||
|
Loading…
Reference in New Issue
Block a user