summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/README b/bin/README
index 87f6633e..21bdf89f 100644
--- a/bin/README
+++ b/bin/README
@@ -65,6 +65,18 @@ Graphics data explorer. Build with GFX={cocoa,fb,x11}. Dumps PNGs.
     -+     zoom
     0-9    set bits
 
+                                 glitch
+
+PNG glitcher based on pngo.
+
+    -c         write to stdout
+    -o PATH    write to file
+    -p         broken Paeth predictor
+    -f         filter when reconstructing
+    -r         reconstruct when filtering
+    -d LIST    declare pattern of comma-separated filters
+    -a LIST    apply pattern of comma-separated filters
+
                                   hnel
 
 The tr(1) of PTYs, for remapping keys. Originally for preserving HJKL in
b0f2160a&follow=1'>Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe