summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-31 19:41:37 -0400
committerJune McEnroe <programble@gmail.com>2018-03-31 19:41:37 -0400
commitef211f4c6a8a97260f73500827bf8d50dddf6287 (patch)
tree1006e1c7176668e1f025cc889a7339ddf125f04f /bin
parentBrighten color scheme (diff)
downloadsrc-ef211f4c6a8a97260f73500827bf8d50dddf6287.tar.gz
src-ef211f4c6a8a97260f73500827bf8d50dddf6287.zip
Add scheme to README
Diffstat (limited to 'bin')
-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.
2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe