summary refs log tree commit diff
path: root/bin/.gitignore (follow)
Commit message (Collapse)AuthorAge
* Add c scriptJune McEnroe2020-05-31
|
* Remove setoptJune McEnroe2020-03-03
|
* Reorganize the Makefile for the umpteenth timeJune McEnroe2020-01-31
| | | | Broke out LDLIBS for each bin, and made everything more uniform.
* Revert "Add first working version of imbox"June McEnroe2019-12-21
| | | | | | Moved to <https://git.causal.agency/imbox>. This reverts commit 6aa7f2f6bf47fa9df9c749ce665171fa30800937.
* Add first working version of imboxJune McEnroe2019-12-21
|
* Add titleJune McEnroe2019-09-05
|
* Add editJune McEnroe2019-08-29
|
* Rename wat to everJune McEnroe2019-08-28
|
* Remove brot and gfxxJune McEnroe2019-08-28
|
* Use rand(3) in beefJune McEnroe2019-08-28
|
* Make dtch one command, add sinkingJune McEnroe2019-08-12
|
* Add whenJune McEnroe2019-07-24
| | | | When? Now.
* Add shotty man page and build itJune McEnroe2019-07-09
|
* Add pteeJune McEnroe2019-07-08
|
* Simplify and build bitJune McEnroe2019-05-30
| | | | lex is a waste of time.
* Add orderJune McEnroe2019-05-15
|
* Move relay to binJune McEnroe2019-05-04
|
* Add setoptJune McEnroe2019-02-24
|
* Unify *up scripts into one up.shJune McEnroe2019-02-12
|
* Generate html for binsJune McEnroe2019-02-10
|
* Add pattend to hiJune McEnroe2019-02-06
|
* Add aesJune McEnroe2019-02-05
| | | | | Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile.
* Add beef Befunge-93 interpreterJune McEnroe2019-01-26
|
* Reunify gfx and binJune McEnroe2019-01-17
|
* Reorganize bin and Makefile once againJune McEnroe2019-01-17
|
* Rename rec to watJune McEnroe2019-01-01
|
* Rename watch to recJune McEnroe2018-12-02
| | | | A watch binary already exists in various places (but isn't useful).
* Rearrange bin Makefile once moreJune McEnroe2018-11-14
|
* Remove klonJune McEnroe2018-10-16
|
* Add ttpreJune McEnroe2018-10-08
|
* Add psf2pngJune McEnroe2018-09-28
|
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
|
* Remove GAMES from BINSJune McEnroe2018-09-11
|
* Add klon.6June McEnroe2018-09-07
|
* Generate scheme.hJune McEnroe2018-08-20
|
* Add open(1) forwarding to pbdJune McEnroe2018-08-08
|
* Move graphical programs out of binJune McEnroe2018-07-30
| | | | I wonder when the last time was something needed -ledit...
* Add modemJune McEnroe2018-05-13
|
* Add brotJune McEnroe2018-04-10
| | | | It's a Mandelbrot renderer.
* Add scheme.png targetJune McEnroe2018-03-31
|
* Add color scheme PNG generatorJune McEnroe2018-03-31
|
* Copy glitch from pngoJune McEnroe2018-03-02
|
* Remove jrpJune McEnroe2018-02-25
| | | | It was fun.
* Add WIP pngo which produces glitch artJune McEnroe2018-02-15
|
* Move PNG filename counter into gfxxJune McEnroe2018-02-14
| | | | pngs.c was a fun idea but a little convoluted.
* Add PNG stream splitterJune McEnroe2018-02-13
| | | | | I don't know, somehow this is easier than having gfxx care about where it's writing to.
* Silence BSD ctags warningsJune McEnroe2018-02-09
|
* Move gfx frontends around to simplify buildJune McEnroe2018-02-09
| | | | | I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible.
* Add janky X11 graphics frontendJune McEnroe2018-02-07
|
* Add tags targetJune McEnroe2018-02-06
| | | | | | This seems a bit out of character for me, but this is basically free: ctags(1) is part of FreeBSD and Darwin, and vim automatically uses tags. Also the format of tags files is cute.