summary refs log tree commit diff
path: root/bin/README
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-14 13:41:28 -0500
committerJune McEnroe <programble@gmail.com>2018-02-14 13:41:28 -0500
commit462a470ac7d709b6fed40870cad554c0b2032a21 (patch)
tree98e5110bc42149a473957703f505a94b9302222a /bin/README
parentUnset dump in gfxx draw (diff)
downloadsrc-462a470ac7d709b6fed40870cad554c0b2032a21.tar.gz
src-462a470ac7d709b6fed40870cad554c0b2032a21.zip
Remove typo
The bin, not a typographical error. I only made it because I was
switching keyboard layouts but now I'm back on QWERTY and can type fine.
Diffstat (limited to '')
-rw-r--r--bin/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/README b/bin/README
index e8524998..947163d3 100644
--- a/bin/README
+++ b/bin/README
@@ -75,12 +75,6 @@ their detection.
     ssh tux.local
     pbpaste
 
-                                  typo
-
-Typing game for curses. BSD-only for arc4random_uniform. Displays random
-words from 10 000 common words in words.txt to be typed. Calculates WPM
-assuming every 5 letters is 1 word.
-
                                   wake
 
 Broadcasts a wake-on-LAN packet to one of my machines.
class='logmsg'> 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe