summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Run tf/cfg link script with /bin/shJune McEnroe2018-08-18
* Run {,s,t}up with /bin/shJune McEnroe2018-08-18
* Use whence instead of typeJune McEnroe2018-08-18
* Cut off path components until right prompt fitsJune McEnroe2018-08-18
* Add "private" alias to source encrypted fileJune McEnroe2018-08-17
* Add vim mapping to add a #includeJune McEnroe2018-08-17
* Add gitea2mastodon CGI scriptJune McEnroe2018-08-17
* Remove zshrcJune McEnroe2018-08-17
* Apply realpath to HOMEJune McEnroe2018-08-16
* Install mksh rather than zshJune McEnroe2018-08-16
* Port all scripts to shJune McEnroe2018-08-16
* Shorten .local ssh namesJune McEnroe2018-08-16
* Export GPG_TTYJune McEnroe2018-08-16
* Disable visual bell entirely in TerminalJune McEnroe2018-08-16
* Rearrange kshrc, fix right promptJune McEnroe2018-08-16
* Source kshrc from mkshJune McEnroe2018-08-15
* 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
emaining time is spent 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