summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Update to iTerm 2.9 betaJune McEnroe2016-02-03
* Spawn non-login shells in iTermJune McEnroe2016-01-31
* Remove linux gvim aliasJune McEnroe2016-01-28
* Rewrite zshrcJune McEnroe2016-01-28
* Strip out useless commentsJune McEnroe2016-01-28
* Trim tmux configurationJune McEnroe2016-01-28
* Remove psql format wrappedJune McEnroe2016-01-28
* Wow, that is so annoying, gitJune McEnroe2016-01-25
* Clean up .gitconfigJune McEnroe2016-01-25
* Remove gitignoreJune McEnroe2016-01-15
* Eliminate escape key delay in zshJune McEnroe2016-01-15
* Move pretty git log format to .gitconfigJune McEnroe2016-01-15
* Remove unused git aliasesJune McEnroe2016-01-14
* Hash SSH known hostsJune McEnroe2016-01-06
* Ignore directory .swp filesJune McEnroe2015-12-30
* Color prompt yellow in vi normal modeJune McEnroe2015-12-16
* Remove colorcolumn at 120June McEnroe2015-11-23
* Always git rebase --autosquashJune McEnroe2015-11-23
* Add inverted shift to KarabinerJune McEnroe2015-11-18
* Clean up git configsJune McEnroe2015-11-06
* Add prune scriptJune McEnroe2015-11-06
* Update vendored Gruvbox colorschemeJune McEnroe2015-11-03
* Redefine _newline_precmd in _newline_precmdJune McEnroe2015-11-02
* Print newline before every prompt after firstJune McEnroe2015-11-02
* Remove first prompt placementJune McEnroe2015-11-02
* Newline before prompt and start at bottom of terminalJune McEnroe2015-11-02
* Add chruby to zshrcJune McEnroe2015-10-27
* Add SSH configJune McEnroe2015-10-22
* Spawn login shells in iTermJune McEnroe2015-10-22
* Zoom iTerm only verticallyJune McEnroe2015-07-12
* Update iTerm2 configurationJune McEnroe2015-07-11
* Add mkdir -p to import scriptJune McEnroe2015-07-05
* Add license to readmeJune McEnroe2015-07-04
* Add pathogen to vimJune McEnroe2015-07-04
* Add send-prefix bindingJune McEnroe2015-05-28
* Bash is usually in /binJune McEnroe2015-05-28
* Swap windows instead of moving themJune McEnroe2015-05-24
* Replace effuse with simple shell scriptsJune McEnroe2015-05-24
* Add tmux shortcut functionsJune McEnroe2015-05-23
* More tmux configurationJune McEnroe2015-05-23
* Add tmux configurationJune McEnroe2015-05-22
* Set scrolloff=1June McEnroe2015-05-13
* Truncate RPROMPT with negative lengthJune McEnroe2015-02-18
* Fix timeoutlen so leader still worksJune McEnroe2015-02-16
* Prevent esc delay in terminal vimJune McEnroe2015-02-15
* Fix git prompt for branches with slashesJune McEnroe2015-02-15
* Clean upJune McEnroe2015-02-14
* Switch back to gruvbox iTerm themeJune McEnroe2015-02-14
* Switch back to gruvbox vim themeJune McEnroe2015-02-14
* Prevent red first promptJune McEnroe2015-02-14
t in deflate. 2021-09-21Rewrite pngo, add explicit optionsJune McEnroe Interesting to see how my code habits have changed. 2021-09-16Fix /* **/ comment matchingJune McEnroe 2021-09-15Remove 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