summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Set nvim UI colors back to the 8-color paletteJune McEnroe2019-01-25
* Complete ASCII set of WIP serif8x16.psfJune McEnroe2019-01-22
* Add WIP serif8x16.psfJune McEnroe2019-01-22
* Save cash history incrementallyJune McEnroe2019-01-21
* Remove pingbotJune McEnroe2019-01-19
* Add pingbotJune McEnroe2019-01-19
* Revert -std=c11 because GNU sucksJune McEnroe2019-01-19
* Fix ordering issue with va_arg callsJune McEnroe2019-01-19
* Take event number for save incrJune McEnroe2019-01-19
* Add H_SAVE_INCR function to libeditJune McEnroe2019-01-18
* Update gfx-cocoa constants for new macOSJune McEnroe2019-01-18
* Add Girlpool Tiny Desk ConcertJune McEnroe2019-01-17
* Reunify gfx and binJune McEnroe2019-01-17
* Reorganize bin and Makefile once againJune McEnroe2019-01-17
* Don't use string functions in ttpreJune McEnroe2019-01-17
* Fix some symbols in sans8x16June McEnroe2019-01-16
* Add basic HISTFILE load and saveJune McEnroe2019-01-15
* Add !! alias in cashJune McEnroe2019-01-15
* Add shell and unshell targetsJune McEnroe2019-01-15
* Use \$ in cash PS1 and add # to RPS1June McEnroe2019-01-15
* Use flock(2) when loading and saving historyJune McEnroe2019-01-15
* Add sans8x16.psfJune McEnroe2019-01-15
* Add guides to psfedJune McEnroe2019-01-14
* Check for NULL copy or undo buffers in psfedJune McEnroe2019-01-14
* Add cash.7 READMEJune McEnroe2019-01-14
* Document old=new argument of fc -sJune McEnroe2019-01-14
* Allow replacing empty string with fc old=newJune McEnroe2019-01-14
* Enable warnings in libeditJune McEnroe2019-01-13
* Show full path in RPS1June McEnroe2019-01-13
* Shorten $HOME to ~ in prompt expansionJune McEnroe2019-01-13
* Document PSlitJune McEnroe2019-01-13
* Document PS0June McEnroe2019-01-13
* Set PS0 in cashJune McEnroe2019-01-13
* Add PS0June McEnroe2019-01-13
* Change default ENV from cashrc to env.shJune McEnroe2019-01-13
* Use colours in cash promptsJune McEnroe2019-01-13
* Set PSlit like NetBSD shJune McEnroe2019-01-12
* Install gnupg2 from pkgsrc and symlink gpgJune McEnroe2019-01-12
* Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe2019-01-12
* Restore cash builtin man page datesJune McEnroe2019-01-12
* Use local libeditJune McEnroe2019-01-12
* Replace libedit MakefileJune McEnroe2019-01-12
* Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe2019-01-11
* Add PSlit for prompt escapesJune McEnroe2019-01-11
* Don't make depend automaticallyJune McEnroe2019-01-11
* Add cashrcJune McEnroe2019-01-11
* Set default ENV to ~/.config/cash/cashrcJune McEnroe2019-01-11
* Add "blank" lines to cash.1June McEnroe2019-01-11
* Document RPS1 and RPS2June McEnroe2019-01-10
* Add cash install and uninstall targetsJune McEnroe2019-01-10
>June 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