summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Begin JRPJune McEnroe2016-10-05
* Use long type in rpnJune McEnroe2016-10-04
* Set tmux tab size to 20June McEnroe2016-10-04
* Process argv in rpnJune McEnroe2016-10-04
* Fix whitespace handling in rpnJune McEnroe2016-10-04
* Add @ to rpnJune McEnroe2016-10-04
* Add ! to rpnJune McEnroe2016-10-04
* Add quoting to rpnJune McEnroe2016-10-04
* Try ops first in rpnJune McEnroe2016-10-04
* Add radix to rpnJune McEnroe2016-10-04
* What am I even doing?June McEnroe2016-10-03
* Set TERM in tmuxJune McEnroe2016-09-29
* Reconfigure tmuxJune McEnroe2016-09-29
* Use shiftwidth=4 as defaultJune McEnroe2016-09-27
* Remove gcl shell aliasJune McEnroe2016-09-20
* Set shiftwidth=4 for CJune McEnroe2016-09-20
* Clean up error handling in pbdJune McEnroe2016-09-18
* Forward pbd through *.local SSHJune McEnroe2016-09-17
* Add pbcopy and pbpaste using pbdJune McEnroe2016-09-17
* Check child status in pbdJune McEnroe2016-09-17
* Factor out spawn in pbdJune McEnroe2016-09-17
* Add initial pbd implementationJune McEnroe2016-09-17
* Execute Homebrew SSH for tux iTerm profileJune McEnroe2016-09-16
* Add Include config_private to SSH configJune McEnroe2016-09-16
* Disable custom login command for local iTerm profileJune McEnroe2016-09-16
* Add tux profile to iTermJune McEnroe2016-09-16
* Use err(3) in xxJune McEnroe2016-09-15
* Use sysexits.h in xxJune McEnroe2016-09-15
* Use strtoul in xxJune McEnroe2016-09-15
* Write xx usage to stderrJune McEnroe2016-09-15
* Use nvim as MANPAGERJune McEnroe2016-09-13
* Use return value of getopt in xxJune McEnroe2016-09-13
* Compile xx.c with clang specificallyJune McEnroe2016-09-12
* Prevent offset from xx when reading zeroJune McEnroe2016-09-12
* Rewrite xx.cJune McEnroe2016-09-12
* Fix ascii alignment in xxJune McEnroe2016-09-12
* Add -s flag to xxJune McEnroe2016-09-12
* Add -a flag to xxJune McEnroe2016-09-12
* Add -o flag to xxJune McEnroe2016-09-12
* Add -g option to xxJune McEnroe2016-09-12
* Add -c option to xxJune McEnroe2016-09-12
* Add .bin/xx.cJune McEnroe2016-09-12
* Rename colorscheme to lameJune McEnroe2016-09-08
* Simplify colors syntax in zsh promptJune McEnroe2016-09-04
* Color rubyStringDelimiter as StringJune McEnroe2016-08-29
* Highlight rubyDefine as StructureJune McEnroe2016-08-24
* Remove scroll bindings from nvim configJune McEnroe2016-08-23
* Highlight Search with black foregroundJune McEnroe2016-08-17
* Remove gruvboxJune McEnroe2016-08-15
* Remove march from SSH configJune McEnroe2016-08-04
d class='logsubject'>Remove 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