2021-01-06 00:59:16 +00:00
|
|
|
|
## Tips
|
|
|
|
|
|
2022-01-03 08:43:13 +00:00
|
|
|
|
Clipper to JQ to clipper, will beautify JSON.
|
|
|
|
|
|
|
|
|
|
```console
|
|
|
|
|
pbpaste | jq | pbcopy
|
|
|
|
|
```
|
|
|
|
|
|
2021-12-21 02:55:32 +00:00
|
|
|
|
Copy to clipper:
|
|
|
|
|
|
|
|
|
|
```console
|
|
|
|
|
cat <file> | pbcopy
|
|
|
|
|
```
|
|
|
|
|
|
2021-01-06 00:59:16 +00:00
|
|
|
|
Thermal info:
|
|
|
|
|
|
2021-02-20 06:06:15 +00:00
|
|
|
|
```console
|
|
|
|
|
$ sudo powermetrics –s thermal
|
|
|
|
|
$ sudo powermetrics -s thermal | grep -A2 -i thermal
|
2021-01-06 00:59:16 +00:00
|
|
|
|
```
|