summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/README b/bin/README
index 21bdf89f..c15f6f5a 100644
--- a/bin/README
+++ b/bin/README
@@ -124,6 +124,15 @@ PNG optimizer. Does not support interlaced PNGs.
     pngo -o bar.png foo.png
     pngo -c foo.png | xx
 
+                                 scheme
+
+Color scheme for terminals.
+
+    -a  generate ANSI palette
+    -t  generate Terminal.app palette
+    -x  output hex
+    -g  output PNG
+
                                   wake
 
 Broadcasts a wake-on-LAN packet to one of my machines.
Indent list of streamsJune McEnroe 2018-02-22Add welcome message to ssh-commandJune McEnroe 2018-02-22Sleep before truncationJune McEnroe 2018-02-22List streams if none givenJune McEnroe 2018-02-22Set ForceCommand ssh-commandJune McEnroe 2018-02-22Rename command to ssh-commandJune McEnroe 2018-02-22Add command.shJune McEnroe 2018-02-22Factor out STREAM_SIZE for ingest and broadcastJune McEnroe 2018-02-22Handle EINTR from keventJune McEnroe 2018-02-22Include libutil in chroot.tarJune McEnroe