Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove typer, add downgrade to README | June McEnroe | 2021-09-15 | |
| | ||||
* | Set bot mode on downgrade | June McEnroe | 2021-09-15 | |
| | ||||
* | Enter capsicum in downgrade | June McEnroe | 2021-09-15 | |
| | ||||
* | Factor out common parts of downgrade messages | June McEnroe | 2021-09-15 | |
| | | | | | Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. | |||
* | Add downgrade IRC bot | June McEnroe | 2021-09-14 | |
| | ||||
* | Sort by title if authors match | June McEnroe | 2021-09-14 | |
| | | | | | There are probably better things to sort by but title definitely always exists. | |||
* | Swap-remove tags as they're found | June McEnroe | 2021-09-13 | |
| | | | | | This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. | |||
* | Replace htagml regex with strncmp | June McEnroe | 2021-09-12 | |
| | | | | | | | | | | 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! | |||
* | Also defer printing comment for lone close-parens | June McEnroe | 2021-09-11 | |
| | ||||
* | Add git comment --pretty option | June McEnroe | 2021-09-10 | |
| | ||||
* | Defer printing comment if line is blank or closing brace | June McEnroe | 2021-09-08 | |
| | | | | This fixes badly indented comments. | |||
* | Up default min-repeat to 30 lines | June McEnroe | 2021-09-08 | |
| | ||||
* | Handle dirty lines in git-comment | June McEnroe | 2021-09-08 | |
| | ||||
* | Document and install git-comment | June McEnroe | 2021-09-08 | |
| | ||||
* | Add repeat and all options to git-comment | June McEnroe | 2021-09-08 | |
| | ||||
* | Add group threshold to git-comment | June McEnroe | 2021-09-08 | |
| | | | | Only add comments for blame groups larger than 1 line by default. | |||
* | Add initial working version of git-comment | June McEnroe | 2021-09-08 | |
| | ||||
* | Document lack of alt text in dehtml | June McEnroe | 2021-09-07 | |
| | | | | I want to implement this but it requires more complex lexing. | |||
* | Add HTML entities used by "legacy" twitter | June McEnroe | 2021-09-07 | |
| | ||||
* | Generate bin html for .l files correctly | June McEnroe | 2021-09-07 | |
| | ||||
* | Add dehtml | June McEnroe | 2021-09-07 | |
| | ||||
* | Use command -v rather than type | June McEnroe | 2021-08-25 | |
| | | | | | Some shells write to standard error from type when the command is not found. command -v is silent. | |||
* | Strip typer down to copy or reverse modes | June McEnroe | 2021-07-09 | |
| | ||||
* | Add patreon to sup | June McEnroe | 2021-07-05 | |
| | ||||
* | Use $SHELL -c to run up -c | -t commands | June McEnroe | 2021-06-21 | |
| | | | | And clean up some other things. | |||
* | Merge dash v0.5.11.4 | June McEnroe | 2021-06-20 | |
| | ||||
* | Show number of weeks for scalar if even | June McEnroe | 2021-06-08 | |
| | ||||
* | Handle missing last names in bibsort | June McEnroe | 2021-05-04 | |
| | ||||
* | Add copy mode to typer | June McEnroe | 2021-04-28 | |
| | ||||
* | Remove hnel | June McEnroe | 2021-04-26 | |
| | | | | I haven't had a use for it in years. | |||
* | Draw foundations in reverse order | June McEnroe | 2021-04-26 | |
| | ||||
* | Only use cells for moveColumn | June McEnroe | 2021-04-26 | |
| | | | | | | So long as the move queuer doesn't use empty tableau stacks correctly, it shouldn't use them at all. This way it's easier to do the correct moves manually. | |||
* | Match space between #! and /bin/sh | June McEnroe | 2021-04-26 | |
| | ||||
* | Check in dash autogen files for real | June McEnroe | 2021-04-25 | |
| | ||||
* | Copy automake files | June McEnroe | 2021-04-25 | |
| | ||||
* | Revert "Check in dash autogen files" | June McEnroe | 2021-04-25 | |
| | | | | | | This reverts commit d7c361a6cb66a919b19648a8780423a0c73e1a59. Well apparently this just created symlinks to system files. Stupid. | |||
* | Rearrange Makefile once more once more once more | June McEnroe | 2021-04-18 | |
| | | | | Well now I can add targets to ALL in config.mk so that's simpler. | |||
* | Add -R reverse typer | June McEnroe | 2021-04-18 | |
| | ||||
* | Flip card rendering | June McEnroe | 2021-04-18 | |
| | ||||
* | Add freecell | June McEnroe | 2021-04-17 | |
| | ||||
* | Check in dash autogen files | June McEnroe | 2021-04-04 | |
| | | | | So that I don't need to install autoconf/automake to build it. | |||
* | Add typer -P and -c to connect to pounce | June McEnroe | 2021-03-23 | |
| | | | | Of course, running this full time would really fill up the buffer... | |||
* | Add typer bot | June McEnroe | 2021-03-23 | |
| | | | | Ok maybe I'm an asshole. | |||
* | Add -q flag to ever | June McEnroe | 2021-02-24 | |
| | ||||
* | Add asciinema to sup | June McEnroe | 2021-02-21 | |
| | ||||
* | Add Liberapay to sup | June McEnroe | 2021-02-21 | |
| | | | | | Don't actually need to set a password for this one, but I can automate using the email link to log in. | |||
* | Fix (hopefully) matching shell reserved words | June McEnroe | 2021-02-19 | |
| | | | | | To not conflict with matching closing command substitution parentheses on their own lines. | |||
* | Add bugzilla support to sup | June McEnroe | 2021-02-17 | |
| | ||||
* | Just use pbcopy in up | June McEnroe | 2021-02-17 | |
| | | | | I have a generic pbcopy wrapper now. | |||
* | Use curl --url for URL from email | June McEnroe | 2021-02-17 | |
| | | | | Be explicit it's the URL and not some injected curl flag or something. |