Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove ttpre | June McEnroe | 2021-01-13 |
| | | | | I'm not using this for the bin HTML pages anymore. | ||
* | Remove hi | June McEnroe | 2021-01-13 |
| | | | | | Replaced with hilex, which is far less of a hack. hilex still lacks a shell lexer, but hi's was never very good anyway. | ||
* | Remove -t flag from ctags commands | June McEnroe | 2021-01-13 |
| | | | | It's the default/only there for compatibility on the implementations I use. | ||
* | Move text "lexer" to hilex.c | June McEnroe | 2021-01-13 |
| | |||
* | Use hilex for bin HTML | June McEnroe | 2021-01-12 |
| | |||
* | Move hilex out of hilex directory | June McEnroe | 2021-01-12 |
| | |||
* | List both Makefile and html.sh under README.7 | June McEnroe | 2021-01-12 |
| | |||
* | Use mandoc and htagml for bin html | June McEnroe | 2021-01-12 |
| | |||
* | Add htagml | June McEnroe | 2021-01-12 |
| | |||
* | Add bibsort | June McEnroe | 2020-12-15 |
| | | | | | My first perl script! hi doesn't have syntax highlighting for perl, and I don't think I could sanely implement it, but oh well. | ||
* | Remove edit | June McEnroe | 2020-10-29 |
| | |||
* | Add nudge | June McEnroe | 2020-09-04 |
| | |||
* | Build fbclock with -lz | June McEnroe | 2020-09-03 |
| | | | | I guess this got lost somewhere, long ago... | ||
* | Use scheme for bin html | June McEnroe | 2020-08-23 |
| | |||
* | Remove aes | June McEnroe | 2020-06-17 |
| | |||
* | Add c script | June McEnroe | 2020-05-31 |
| | |||
* | Use . as ${LDLIBS.$@} separator | June McEnroe | 2020-04-20 |
| | |||
* | Remove setopt | June McEnroe | 2020-03-03 |
| | |||
* | Separate LINKS from BINS for html to work | June McEnroe | 2020-02-11 |
| | |||
* | Reorganize the Makefile for the umpteenth time | June McEnroe | 2020-01-31 |
| | | | | Broke out LDLIBS for each bin, and made everything more uniform. | ||
* | Revert "Add first working version of imbox" | June McEnroe | 2019-12-21 |
| | | | | | | Moved to <https://git.causal.agency/imbox>. This reverts commit 6aa7f2f6bf47fa9df9c749ce665171fa30800937. | ||
* | Add first working version of imbox | June McEnroe | 2019-12-21 |
| | |||
* | Rename bin.7 to README.7 | June McEnroe | 2019-11-27 |
| | | | | GitHub be damned. | ||
* | Replace shotty with code from stream | June McEnroe | 2019-11-25 |
| | | | | | | | A much more complete implementation of a terminal emulator which I also fuzzed. Code is still kind of a mess though. Also case range syntax is now allowed here I guess. | ||
* | Use CURL_PREFIX to set flags | June McEnroe | 2019-09-05 |
| | |||
* | Add title | June McEnroe | 2019-09-05 |
| | |||
* | Add edit | June McEnroe | 2019-08-29 |
| | |||
* | Rename wat to ever | June McEnroe | 2019-08-28 |
| | |||
* | Remove brot and gfxx | June McEnroe | 2019-08-28 |
| | |||
* | Use rand(3) in beef | June McEnroe | 2019-08-28 |
| | |||
* | Remove wake | June McEnroe | 2019-08-28 |
| | | | | RIP again, thursday. I don't think the RPi3 even knows how to suspend. | ||
* | Make dtch one command, add sinking | June McEnroe | 2019-08-12 |
| | |||
* | Rewrite Makefile once more with more organization | June McEnroe | 2019-07-27 |
| | |||
* | Reference png.h in bin.7 | June McEnroe | 2019-07-27 |
| | |||
* | Revert "Use scheme to style HTMLs" | June McEnroe | 2019-07-27 |
| | | | | | | This reverts commit 4b7d5161a30645b0a23691687ef1aafdda62d3bb. I don't know why but I don't like it. | ||
* | Add png.3 man page | June McEnroe | 2019-07-25 |
| | |||
* | Use scheme to style HTMLs | June McEnroe | 2019-07-25 |
| | |||
* | Generate index.html with links from bin.7 | June McEnroe | 2019-07-25 |
| | |||
* | Add when | June McEnroe | 2019-07-24 |
| | | | | When? Now. | ||
* | Remove histedit from bit | June McEnroe | 2019-07-24 |
| | | | | | Decided that I don't really need it and would rather have fewer dependencies. | ||
* | Add shotty man page and build it | June McEnroe | 2019-07-09 |
| | |||
* | Add ptee | June McEnroe | 2019-07-08 |
| | |||
* | Simplify and build bit | June McEnroe | 2019-05-30 |
| | | | | lex is a waste of time. | ||
* | Add order | June McEnroe | 2019-05-15 |
| | |||
* | Fix MANDIR typo | June McEnroe | 2019-05-04 |
| | |||
* | Move relay to bin | June McEnroe | 2019-05-04 |
| | |||
* | Add setopt | June McEnroe | 2019-02-24 |
| | |||
* | Use $PWD in html.sh to pass absolute path to man | June McEnroe | 2019-02-20 |
| | |||
* | Factor out html.sh and produce html for all sources | June McEnroe | 2019-02-20 |
| | | | | | | Except for gfx-cocoa because I don't have an Objective-C highlighter. Also hypothetically the .h rule could match up headers with .3 manual pages if I cared to write them. | ||
* | Remove hi line numbering | June McEnroe | 2019-02-18 |
| | | | | | | Tags are much better for referring to specific parts of a file and line numbering is better done by a post-processing tool such as cat -n or producing a two-column HTML <table>. |