Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move bltin out of subdirectory | June McEnroe | 2020-03-09 |
| | |||
* | Import /usr/src/usr.bin/printf from FreeBSD 12.1-RELEASE | June McEnroe | 2020-03-09 |
| | |||
* | Import /usr/src/bin/test from FreeBSD 12.1-RELEASE | June McEnroe | 2020-03-09 |
| | |||
* | Import /usr/src/bin/kill from FreeBSD 12.1-RELEASE | June McEnroe | 2020-03-09 |
| | |||
* | Remove extraneous files from sh sources | June McEnroe | 2020-03-09 |
| | |||
* | Import /usr/src/bin/sh from FreeBSD 12.1-RELEASE | June McEnroe | 2020-03-09 |
| | |||
* | Remove 1sh sources | June McEnroe | 2020-03-09 |
| | | | | I'm going to recreate it from fresh sh sources for clean git history. | ||
* | Add The Stone Sky | June McEnroe | 2020-03-08 |
| | |||
* | Publish "How I Relay Chat" | June McEnroe | 2020-03-08 |
| | |||
* | Don't use $ inside $(()) | June McEnroe | 2020-03-03 |
| | |||
* | Remove setopt | June McEnroe | 2020-03-03 |
| | |||
* | Use getopts in shell scripts | June McEnroe | 2020-03-03 |
| | | | | WTF why did no one tell me about this? | ||
* | Style %T outside of Rs in italic | June McEnroe | 2020-02-27 |
| | |||
* | Add Fierce Femmes and Notorious Liars | June McEnroe | 2020-02-26 |
| | |||
* | Add This Is How You Lose the Time War | June McEnroe | 2020-02-23 |
| | |||
* | Add See Ya Later | June McEnroe | 2020-02-22 |
| | |||
* | Remove wiki script | June McEnroe | 2020-02-20 |
| | | | | | | | | Wikipedia seems to have removed the one-sentence extracts from the opensearch results. Too bad. It's not a wiki script, what we need is a command that fetches single-sentence summaries of articles on Wikipedia. | ||
* | Add The Obelisk Gate | June McEnroe | 2020-02-19 |
| | |||
* | Add Four Tet — Hands | June McEnroe | 2020-02-17 |
| | | | | One from the cafe that caught my attention. | ||
* | Simplify macOS notify-send | June McEnroe | 2020-02-12 |
| | |||
* | Add imbox and notemap to page | June McEnroe | 2020-02-12 |
| | |||
* | Collapse simple links | June McEnroe | 2020-02-12 |
| | |||
* | Move catgirl up the page | June McEnroe | 2020-02-12 |
| | |||
* | Update catgirl pty grab | June McEnroe | 2020-02-12 |
| | |||
* | Link to cgit /about pages where appropriate | June McEnroe | 2020-02-12 |
| | |||
* | Separate LINKS from BINS for html to work | June McEnroe | 2020-02-11 |
| | |||
* | Add margin to Bl-bullet items | June McEnroe | 2020-02-11 |
| | |||
* | Match URLs inside parens or with paired parens inside | June McEnroe | 2020-02-10 |
| | |||
* | Duplicate effective URL before passing it back to curl | June McEnroe | 2020-02-10 |
| | | | | | Apparently sometimes it didn't like receiving its own internal storage to parse again. Understandable. | ||
* | Add To Be Taught, If Fortunate | June McEnroe | 2020-02-09 |
| | |||
* | Add The Future of Another Timeline | June McEnroe | 2020-02-04 |
| | | | | Wow. One of the best I've read. | ||
* | Reorganize the Makefile for the umpteenth time | June McEnroe | 2020-01-31 |
| | | | | Broke out LDLIBS for each bin, and made everything more uniform. | ||
* | Change scout sensitivity to 1.4 | June McEnroe | 2020-01-28 |
| | | | | idk it seems to work. | ||
* | Import shows.txt | June McEnroe | 2020-01-28 |
| | | | | Now that I can send this to my phone with notemap(1) :-) | ||
* | Add books.txt and music.txt to notemap | June McEnroe | 2020-01-27 |
| | |||
* | Add The Deep | June McEnroe | 2020-01-26 |
| | |||
* | Add \d to replace .Dd macro | June McEnroe | 2020-01-25 |
| | |||
* | Capture standard error and allow failure in up -c | June McEnroe | 2020-01-24 |
| | |||
* | Add Love Beyond Body, Space & Time | June McEnroe | 2020-01-22 |
| | |||
* | Add Rosewater | June McEnroe | 2020-01-20 |
| | |||
* | Blood rush to my HEAD bit hot lock | June McEnroe | 2020-01-20 |
| | |||
* | Use C syntax for Objective-C .m files | June McEnroe | 2020-01-20 |
| | | | | And match #import like #include. | ||
* | Add litterbox to causal.agency | June McEnroe | 2020-01-20 |
| | |||
* | Move mksh to Linux-only | June McEnroe | 2020-01-15 |
| | | | | Elsewhere I use 1sh. | ||
* | Remove gpg from install.sh | June McEnroe | 2020-01-15 |
| | | | | I don't sign commits anymore so probably don't need it. | ||
* | Remove git from install.sh | June McEnroe | 2020-01-15 |
| | | | | | | If I have a copy of install.sh it's because I already git cloned this repo... Also I've replaced git with git-lite on FreeBSD since git added a dependency on subversion... | ||
* | Highlight single-char variables nested in make interpolations | June McEnroe | 2020-01-14 |
| | | | | e.g. ${LDLIBS_$@} | ||
* | Set Bl -column tables to 100% width | June McEnroe | 2020-01-08 |
| | |||
* | Don't add dt margins to Bl-compact lists | June McEnroe | 2020-01-08 |
| | |||
* | Use mandoc -T html for about-filter | June McEnroe | 2020-01-08 |
| | | | | | | This also makes source-filter show mdoc source again and removes the dependency on ttpre entirely. I copied in the inline stylesheet mandoc outputs without -O fragment and added some customizations. |