summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
...
* Add Markus Kuhn's wcwidth implementationJune McEnroe2020-04-21
* Add np scriptJune McEnroe2020-03-31
* Remove .psqlrcJune McEnroe2020-03-27
* Only cd in .profile if /usr/home existsJune McEnroe2020-03-27
* Remove gpg configurationJune McEnroe2020-03-27
* Move .kshrc to .mkshrcJune McEnroe2020-03-27
* Remove wiki scriptJune McEnroe2020-02-20
* Simplify macOS notify-sendJune McEnroe2020-02-12
* Add \d to replace .Dd macroJune McEnroe2020-01-25
* Replace gr alias with git resetJune McEnroe2020-01-04
* Add \S to sort inside bracesJune McEnroe2019-12-26
* Respect mailmap in gl pretty formatJune McEnroe2019-12-20
* Disable signing commitsJune McEnroe2019-12-20
* Add .editrc to set vi bindingsJune McEnroe2019-12-15
* Set ssh port for git.causal.agencyJune McEnroe2019-12-15
* Allow cd-ing into a fileJune McEnroe2019-12-05
* Only add existing directories to PATHJune McEnroe2019-11-29
* Clear PATH before populating it againJune McEnroe2019-11-27
* Add bman alias for FreeBSD man pagesJune McEnroe2019-11-22
* Remove Linux aliases from .shrcJune McEnroe2019-11-22
* Remove 1sh env.shJune McEnroe2019-11-21
* Use .profile, .shrc, .historyJune McEnroe2019-11-21
* Add \? to promptJune McEnroe2019-11-20
* Remove color from 1sh promptsJune McEnroe2019-11-20
* Add GPL header templateJune McEnroe2019-11-06
* Use initial in git authorJune McEnroe2019-11-01
* Mark ' for \aJune McEnroe2019-10-28
* Set the write variable for nvim man modeJune McEnroe2019-10-14
* Update neovim 0.4.2June McEnroe2019-10-02
* Remove host thursdayJune McEnroe2019-08-27
* Clean up home filesJune McEnroe2019-07-27
* Fix shell script style in ~/.local/binJune McEnroe2019-07-27
* Add wiki scriptJune McEnroe2019-07-24
* Use env.sh as 1sh todo listJune McEnroe2019-07-01
* Clean up 1sh prompt settingJune McEnroe2019-06-29
* Rename catsh to 1shJune McEnroe2019-06-28
* Set HISTSIZE in catshJune McEnroe2019-06-28
* Set LESS=FRXJune McEnroe2019-06-19
* Alias date=ddateJune McEnroe2019-06-16
* Clean up catsh configJune McEnroe2019-04-18
* Rename cash config to catshJune McEnroe2019-04-18
* Color python imports as StatementJune McEnroe2019-04-15
* Move /opt/pkg after /usr in PATHJune McEnroe2019-02-20
* Set man_hard_wrap in nvimJune McEnroe2019-02-20
* Color format specifiers light cyan in vimJune McEnroe2019-02-15
* Add nmap gpJune McEnroe2019-02-15
* Unify *up scripts into one up.shJune McEnroe2019-02-12
* Use italic for underline in nvim man modeJune McEnroe2019-02-10
* Set git commit.verboseJune McEnroe2019-02-10
* Add hupJune McEnroe2019-02-09
b478bf4e7ea7c6&follow=1'>Factor 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