Commit message (Collapse) | Author | ||
---|---|---|---|
2020-02-12 | 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-11 | Separate LINKS from BINS for html to work | June McEnroe | |
2020-02-11 | Add margin to Bl-bullet items | June McEnroe | |
2020-02-10 | 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 | |
Apparently sometimes it didn't like receiving its own internal storage to parse again. Understandable. | |||
2020-02-09 | Add To Be Taught, If Fortunate | June McEnroe | |
2020-02-04 | Add The Future of Another Timeline | June McEnroe | |
Wow. One of the best I've read. | |||
2020-01-31 | Reorganize the Makefile for the umpteenth time | June McEnroe | |
Broke out LDLIBS for each bin, and made everything more uniform. | |||
2020-01-28 | Change scout sensitivity to 1.4 | June McEnroe | |
idk it seems to work. | |||
2020-01-28 | Import shows.txt | June McEnroems to work for everything I looked at in my repos. | |
2021-01-20 | Add all target to git.causal.agency Makefile | June McEnroe | |
2021-01-20 | Remove Lua support | June McEnroe | |
Lua support is unused and the dlsym fwrite/write hacks horrify me. Clean it up. | |||
2021-01-20 | Fix tests for diff spans | June McEnroe | |
2021-01-20 | Avoid matching ':' in make tags | June McEnroe | |
Otherwise a :: rule includes one of the ':'s in the tag name. | |||
2021-01-19 | Prefer tag matches not preceded by [[:alnum:]] | June McEnroe | |
Otherwise the "id" in "void" matches for "void id". | |||
2021-01-19 | Escape \ and / in mtags search patterns | June McEnroe | |
2021-01-20 | Use mtags in source-filter | June McEnroe | |
2021-01-19 | Add mtags to generate tags for make and mdoc | June McEnroe | |
2021-01-19 | Map tags to IDs using only [[:alnum:]-._] | June McEnroe | |
2021-01-19 | Don't use a pager if reading standard input | June McEnroe | |
2021-01-19 | Support BSD make syntax and match *.am | June McEnroe | |
These don't really go together, but... | |||
2021-01-19 | Match tab following escaped newline in make assignments | June McEnroe | |
Otherwise it ends up going into Shell state. | |||
2021-01-18 | Allow matching lexers using first input line | June McEnroe |