From b3381c53b0761284f86881e6780e04dcfb93d799 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 17 Jan 2019 15:57:00 -0500 Subject: Reunify gfx and bin --- bin/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bin/README') diff --git a/bin/README b/bin/README index 0de6d849..a0353b53 100644 --- a/bin/README +++ b/bin/README @@ -8,9 +8,11 @@ DESCRIPTION target Linux. bri(1) backlight brightness control + brot(1) Mandelbrot renderer dtch(1) detached sessions fbatt(1) framebuffer battery indicator fbclock(1) framebuffer clock + gfxx(1) graphics data explorer glitch(1) PNG glitcher hnel(1) PTY input remapper modem(1) fixed baud rate wrapper @@ -23,4 +25,10 @@ DESCRIPTION wat(1) watch files xx(1) hexdump -Causal Agency December 2, 2018 Causal Agency + To build graphical tools, set one of: + + GFX=cocoa + GFX=fb + GFX=x11 + +Causal Agency January 17, 2019 Causal Agency -- cgit 1.4.1 ry refs log tree commit diff
path: root/input.c (unfollow)
Commit message (Expand)Author
2018-09-13Add IRCDefault to colors enumJune McEnroe
2018-09-13Return a format->split even at the end of the stringJune McEnroe
2018-09-13Fix weird tab-complete after commaJune McEnroe
2018-09-13Rewrite UI againJune McEnroe
2018-09-12Add note about C-oJune McEnroe
2018-09-12Use formatParse split to position input cursorJune McEnroe
2018-09-12Factor out IRC formatting parsingJune McEnroe
2018-09-11Add /help equivalent to /manJune McEnroe
2018-09-11Don't render every PM as a pingJune McEnroe
2018-09-11Add urlOpenMatchJune McEnroe
2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe
2018-09-10Set LESSSECURE=1 in man.shJune McEnroe
2018-09-10Add /man commandJune McEnroe
2018-09-10Install man page in chrootJune McEnroe
2018-09-10Install man pageJune McEnroe
2018-09-10Split keys into subsections and document colorsJune McEnroe
2018-09-10Add "blank" lines to chatte.1June McEnroe
2018-09-10Document key bindings in chatte.1June McEnroe
2018-09-08Document slash commands in chatte.1June McEnroe