summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-26 20:38:46 -0500
committerJune McEnroe <june@causal.agency>2019-01-26 20:38:46 -0500
commit68e4906148fdfc311fb0bb9513c8bc0781edf705 (patch)
tree8890231c8c8d8af0f64f6b957efe9ac278ec401f
parentAdd beef Befunge-93 interpreter (diff)
downloadsrc-68e4906148fdfc311fb0bb9513c8bc0781edf705.tar.gz
src-68e4906148fdfc311fb0bb9513c8bc0781edf705.zip
Add beef to README
Diffstat (limited to '')
-rw-r--r--bin/README3
-rw-r--r--bin/bin.75
2 files changed, 6 insertions, 2 deletions
diff --git a/bin/README b/bin/README
index a0353b53..e7e8f618 100644
--- a/bin/README
+++ b/bin/README
@@ -7,6 +7,7 @@ DESCRIPTION
      Various tools primarily targeting Darwin, FreeBSD and NetBSD.  Some tools
      target Linux.
 
+     beef(1)     Befunge-93 interpreter
      bri(1)      backlight brightness control
      brot(1)     Mandelbrot renderer
      dtch(1)     detached sessions
@@ -31,4 +32,4 @@ DESCRIPTION
            GFX=fb
            GFX=x11
 
-Causal Agency                  January 17, 2019                  Causal Agency
+Causal Agency                  January 26, 2019                  Causal Agency
diff --git a/bin/bin.7 b/bin/bin.7
index c8b876a4..f8f7a7ee 100644
--- a/bin/bin.7
+++ b/bin/bin.7
@@ -1,4 +1,4 @@
-.Dd January 17, 2019
+.Dd January 26, 2019
 .Dt BIN 7
 .Os "Causal Agency"
 .
@@ -16,6 +16,9 @@ Some tools target Linux.
 .
 .Pp
 .Bl -tag -width "fbclock(1)" -compact
+.It Xr beef 1
+Befunge-93 interpreter
+.
 .It Xr bri 1
 backlight brightness control
 .
llow=1'>ui-shared: restrict to 15 levelsJason A. Donenfeld 2019-02-23ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo 2019-02-23ui-ssdiff: resolve HTML5 validation errorsChris Mayo 2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld 2019-01-02ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld 2018-12-09git: update to v2.20.0Christian Hesse 2018-11-25ui-blame: set repo for sbJason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev