summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Bump xterm font size to 12June McEnroe2022-06-25
* Handle subshells (and functions) inside substitutionsJune McEnroe2022-06-10
* Switch to jorts Install scriptJune McEnroe2022-06-10
* Indicate if still reading or no resultsJune McEnroe2022-06-08
* Add Maiden, Mother, CroneJune McEnroe2022-06-08
* FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe2022-06-05
* Set line number on File linesJune McEnroe2022-06-03
* Stop polling stdin after EOFJune McEnroe2022-06-03
* Set TABSIZE=4June McEnroe2022-06-02
* Do basic match highlightingJune McEnroe2022-06-02
* Clean up parsing a littleJune McEnroe2022-06-02
* Don't duplicate path stringJune McEnroe2022-06-02
* Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe2022-06-02
* Add initial working version of qfJune McEnroe2022-06-02
* Set prompt for okshJune McEnroe2022-05-29
* Add mins scriptJune McEnroe2022-05-29
* Add The Bone Shard DaughterJune McEnroe2022-05-29
* Add all possible hostnames to ssh configJune McEnroe2022-05-16
* Add back grc aliasJune McEnroe2022-05-16
* Update "Care" with certificate timelineJune McEnroe2022-05-10
* Add CirceJune McEnroe2022-05-08
* Revert "Make (pun) the dependencies make (pun) more sense"June McEnroe2022-04-20
* Set txt mtimes to source mtimesJune McEnroe2022-04-20
* Make (pun) the dependencies make (pun) more senseJune McEnroe2022-04-20
* Add HenchJune McEnroe2022-04-17
* Publish "Agency"June McEnroe2022-04-14
* Swap dates so the difference is always positiveJune McEnroe2022-04-13
* Update "Care"June McEnroe2022-04-04
* Publish "Care"June McEnroe2022-04-03
* Publish "Compassion"June McEnroe2022-03-31
* Skip matches with ident chars on either sideJune McEnroe2022-03-24
* Add The Invisible Life of Addie LaRueJune McEnroe2022-03-24
* Source ~/.profile.local if it existsJune McEnroe2022-03-22
* Publish "Addendum 2021"June McEnroe2022-03-18
* Remove wcwidth portJune McEnroe2022-03-16
* Remove -j4 from ./PlanJune McEnroe2022-03-16
* Rewrite Linux install.sh for DebianJune McEnroe2022-03-15
* Remove dashJune McEnroe2022-03-15
* Add daticns utilityJune McEnroe2022-03-15
* Use /usr/local/share/perl5 in git-commentJune McEnroe2022-03-14
* Bump Terminal.app font size to 13June McEnroe2022-03-14
* Remove note about having more to sayJune McEnroe2022-03-06
* Publish "Voices"June McEnroe2022-03-06
* Remove cgit from TOURJune McEnroe2022-02-22
* Remove cgitJune McEnroe2022-02-14
* Narrow filterJune McEnroe2022-02-14
* Correct diminishing shine, I thinkJune McEnroe2022-02-10
* Transcribe Diminishing Shine (cont.)June McEnroe2022-02-05
* Set diff.colorMovedWSJune McEnroe2022-02-03
* Publish "Introducing Jorts"June McEnroe2022-02-02
Set 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