summary refs log tree commit diff
path: root/bin/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-09 23:47:27 -0400
committerJune McEnroe <june@causal.agency>2019-07-09 23:47:27 -0400
commita0c03a0c48e81b58e843f1168faec1722016cedb (patch)
tree9468db273c456bb09728b08785ec4e0421774287 /bin/README
parentAdd up -c (diff)
downloadsrc-a0c03a0c48e81b58e843f1168faec1722016cedb.tar.gz
src-a0c03a0c48e81b58e843f1168faec1722016cedb.zip
Add shotty man page and build it
Diffstat (limited to 'bin/README')
-rw-r--r--bin/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/README b/bin/README
index 29a20e30..c178f342 100644
--- a/bin/README
+++ b/bin/README
@@ -28,6 +28,7 @@ DESCRIPTION
      ptee(1)     tee for PTYs
      relay(1)    IRC relay
      scheme(1)   color scheme
+     shotty(1)   terminal capture
      ttpre(1)    man output to HTML
      up(1)       upload file
      wake(1)     wake-on-LAN
@@ -40,4 +41,4 @@ DESCRIPTION
            GFX=fb
            GFX=x11
 
-Causal Agency                    July 8, 2019                    Causal Agency
+Causal Agency                    July 9, 2019                    Causal Agency
s='logsubject'>Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe