You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3><b><code>CLIPBOARD_SCRIPT_TIMING</code>   CB will set this to the timing of the script that it runs.</b></h3>
1434
+
1435
+
Start with a script.
1436
+
```sh
1437
+
$ cb script ls
1438
+
$ cb history
1439
+
# Now, whatever script CB runs will have access to the CLIPBOARD_SCRIPT_TIMING environment variable, here with value "before"
1440
+
# (output of "cb history")
1441
+
# Now, CLIPBOARD_SCRIPT_TIMING will have value "after"
1442
+
```
1443
+
1444
+
<br>
1445
+
1422
1446
<h3><b><code>CLIPBOARD_TMPDIR</code>   Set this to the directory that only CB will use to hold the items you cut or copy into a temporary directory.</b></h3>
1423
1447
1424
1448
Choose a special place to put your temporary clipboards this one time.
<h3><b><code>CLIPBOARD_SCRIPT_TIMING</code>   CB will set this to the timing of the script that it runs.</b></h3>
1036
+
1037
+
Start with a script.
1038
+
```sh
1039
+
$ cb script ls
1040
+
$ cb history
1041
+
# Now, whatever script CB runs will have access to the CLIPBOARD_SCRIPT_TIMING environment variable, here with value "before"
1042
+
# (output of "cb history")
1043
+
# Now, CLIPBOARD_SCRIPT_TIMING will have value "after"
1044
+
```
1045
+
1046
+
<br>
1047
+
1024
1048
<h3><b><code>CLIPBOARD_TMPDIR</code>   Set this to the directory that only CB will use to hold the items you cut or copy into a temporary directory.</b></h3>
1025
1049
1026
1050
Choose a special place to put your temporary clipboards this one time.
0 commit comments