summary refs log tree commit diff
path: root/bin/Makefile (follow)
Commit message (Expand)AuthorAge
...
* Use rand(3) in beefJune McEnroe2019-08-28
* Remove wakeJune McEnroe2019-08-28
* Make dtch one command, add sinkingJune McEnroe2019-08-12
* Rewrite Makefile once more with more organizationJune McEnroe2019-07-27
* Reference png.h in bin.7June McEnroe2019-07-27
* Revert "Use scheme to style HTMLs"June McEnroe2019-07-27
* Add png.3 man pageJune McEnroe2019-07-25
* Use scheme to style HTMLsJune McEnroe2019-07-25
* Generate index.html with links from bin.7June McEnroe2019-07-25
* Add whenJune McEnroe2019-07-24
* Remove histedit from bitJune McEnroe2019-07-24
* Add shotty man page and build itJune McEnroe2019-07-09
* Add pteeJune McEnroe2019-07-08
* Simplify and build bitJune McEnroe2019-05-30
* Add orderJune McEnroe2019-05-15
* Fix MANDIR typoJune McEnroe2019-05-04
* Move relay to binJune McEnroe2019-05-04
* Add setoptJune McEnroe2019-02-24
* Use $PWD in html.sh to pass absolute path to manJune McEnroe2019-02-20
* Factor out html.sh and produce html for all sourcesJune McEnroe2019-02-20
* Remove hi line numberingJune McEnroe2019-02-18
* Generate HTML with hi -n -f html -o anchorJune McEnroe2019-02-17
* Unify *up scripts into one up.shJune McEnroe2019-02-12
* Install html with -CJune McEnroe2019-02-11
* Generate html for binsJune McEnroe2019-02-10
* Run hi -c after compiling hiJune McEnroe2019-02-09
* Add pattend to hiJune McEnroe2019-02-06
* Add aesJune McEnroe2019-02-05
* Add beef Befunge-93 interpreterJune McEnroe2019-01-26
* Revert -std=c11 because GNU sucksJune McEnroe2019-01-19
* 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
* Rearrange bin Makefile once moreJune McEnroe2018-11-14
* Factor out png.hJune McEnroe2018-11-14
* Fix tags targetJune McEnroe2018-10-17
* Remove klonJune McEnroe2018-10-16
* Add ttpreJune McEnroe2018-10-08
* Use col -b to remove formatting for READMEJune McEnroe2018-10-08
* Add psf2pngJune McEnroe2018-09-28
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
* Move bin man pages to bin/manJune McEnroe2018-09-11
* Remove GAMES from BINSJune McEnroe2018-09-11
* Rewrite bin.7 and render to plaintext READMEJune McEnroe2018-09-11
* Add klon.6June McEnroe2018-09-07
* Link man pages in ~/.localJune McEnroe2018-09-07
* Use scheme.h in fbatt and fbclockJune McEnroe2018-08-20
* Generate scheme.hJune McEnroe2018-08-20
* Add open(1) forwarding to pbdJune McEnroe2018-08-08
2021-09-15Remove typer, add downgrade to READMEJune McEnroe 2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe