summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Add GNU color aliases to mkshrcJune McEnroe2018-08-15
* Move nasd to shell scriptJune McEnroe2018-08-15
* Add kshrcJune McEnroe2018-08-15
* Remove scrapJune McEnroe2018-08-13
* Refactor scheme and add mintty outputJune McEnroe2018-08-11
* Add notify-send mimic for macOSJune McEnroe2018-08-09
* Ignore .o files in vimJune McEnroe2018-08-09
* Add open(1) forwarding to pbdJune McEnroe2018-08-08
* Fix colorscheme manUnderline disableJune McEnroe2018-08-06
* Disable underline in man pagesJune McEnroe2018-08-06
* Update htoprc from new htop versionJune McEnroe2018-08-06
* Use 16-color palette in colorschemeJune McEnroe2018-08-06
* Add Watch You, Watch MeJune McEnroe2018-08-01
* Add rand aliasJune McEnroe2018-07-31
* Refactor msr606June McEnroe2018-07-31
* Add msr606June McEnroe2018-07-31
* Use color numbers in colorschemeJune McEnroe2018-07-30
* Rename linux function in schemeJune McEnroe2018-07-30
* Add gfx README and LICENSEJune McEnroe2018-07-30
* Move graphical programs out of binJune McEnroe2018-07-30
* Add Neckbeard DeathcampJune McEnroe2018-07-30
* Just print rs1 in dtch restoreTermJune McEnroe2018-07-29
* Fix dtch cmsg sizeJune McEnroe2018-07-29
* Fix cfmakeraw callsJune McEnroe2018-07-25
* Remove nasm from installJune McEnroe2018-07-23
* Add monday.local to sshJune McEnroe2018-07-23
* Restore LDLIBS alphabetical orderJune McEnroe2018-07-23
* Use EV_SET in watchJune McEnroe2018-07-23
* Link with -lcursesJune McEnroe2018-07-23
* Fix scheme indentationJune McEnroe2018-07-22
* Add -m option to glitchJune McEnroe2018-07-16
* malloc deflate buffer in glitchJune McEnroe2018-07-16
* malloc the deflate buffer in pngoJune McEnroe2018-07-16
* Add shed bloodJune McEnroe2018-07-05
* Add find scrapJune McEnroe2018-07-02
* Add SOPHIE albumJune McEnroe2018-07-02
* Move heavyweapons binds to autoexecJune McEnroe2018-06-10
* Add explode bindJune McEnroe2018-06-09
* Remove scout configJune McEnroe2018-06-09
* Break edi iterators in a different wayJune McEnroe2018-06-08
* Implement bidirectional iterators in ediJune McEnroe2018-06-05
* Curse ediJune McEnroe2018-05-31
* Remove viewmodel disablingJune McEnroe2018-05-30
* Remove demoman mouse2 bindJune McEnroe2018-05-30
* Ignore macOS debug directoriesJune McEnroe2018-05-30
* Add CharIter in ediJune McEnroe2018-05-29
* Move spans back out of segs in ediJune McEnroe2018-05-29
* Use scheme for Light terminalJune McEnroe2018-05-29
* Rewrite edi WIPJune McEnroe2018-05-28
* Add WIP ediJune McEnroe2018-05-26
21-09-13 09:14:02 -0400'>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