summary refs log tree commit diff
path: root/bin/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-25 12:53:50 -0500
committerJune McEnroe <june@causal.agency>2018-02-25 12:53:50 -0500
commit277906f45fd5831ebd1692c9bc6697e6c4d0394b (patch)
tree81fb980adb076b0903baee1ad076510f2a7ef6a9 /bin/README
parentTweak watch exit codes (diff)
downloadsrc-277906f45fd5831ebd1692c9bc6697e6c4d0394b.tar.gz
src-277906f45fd5831ebd1692c9bc6697e6c4d0394b.zip
Remove jrp
It was fun.
Diffstat (limited to 'bin/README')
-rw-r--r--bin/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/README b/bin/README
index 66082e90..3d6d1fc6 100644
--- a/bin/README
+++ b/bin/README
@@ -39,18 +39,6 @@ alternate keyboard layouts. Toggle remapping with ^S.
 
     hnel '[]{}' '{}[]' vi
 
-                                  jrp
-
-JIT RPN calculator for x86_64. Mostly just to be overkill.
-
-    B   bin    O   oct    D   dec    X   hex
-    ;   drop   :   dup    \   swap
-    _   neg    +   add    -   sub
-    *   mul    /   div    %   rem
-    &   and    |   or     ^   xor
-    ~   not    <   shl    >   shr
-    '   quot   ,   prch   .   prnt
-
                                   klon
 
 Klondike solitaire for curses. BSD-only for arc4random_uniform.