summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
...
* Add hi rule for sh arithmetic expansionJune McEnroe2020-05-14
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
* Teach hi how to underline in IRCJune McEnroe2020-03-30
* Highlight diff lines without lading space as KeywordJune McEnroe2020-03-30
* Add HISTFILE history savingJune McEnroe2020-03-09
* Source .editrc before applying -v or -eJune McEnroe2020-03-09
* Add \? exit status prompt expansionJune McEnroe2020-03-09
* Shorten $HOME to ~ in prompt expansionJune McEnroe2020-03-09
* Add PS0 pre-prompt stringJune McEnroe2020-03-09
* Add RPS1 and RPS2 right promptsJune McEnroe2020-03-09
* Fix copyright and rcsidJune McEnroe2020-03-09
* Replace strchrnul with strchrJune McEnroe2020-03-09
* Replace eaccess with faccessatJune McEnroe2020-03-09
* Replace st_mtim with st_mtimespecJune McEnroe2020-03-09
* Replace sys_nsig with NSIGJune McEnroe2020-03-09
* Replace 1sh MakefileJune McEnroe2020-03-09
* Rename manual pages to 1shJune McEnroe2020-03-09
* Move bltin out of subdirectoryJune McEnroe2020-03-09
* Import /usr/src/usr.bin/printf from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
* Import /usr/src/bin/test from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
* Import /usr/src/bin/kill from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
* Remove extraneous files from sh sourcesJune McEnroe2020-03-09
* Import /usr/src/bin/sh from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
* Remove 1sh sourcesJune McEnroe2020-03-09
* Don't use $ inside $(())June McEnroe2020-03-03
* Remove setoptJune McEnroe2020-03-03
* Use getopts in shell scriptsJune McEnroe2020-03-03
* Separate LINKS from BINS for html to workJune McEnroe2020-02-11
* Match URLs inside parens or with paired parens insideJune McEnroe2020-02-10
* Duplicate effective URL before passing it back to curlJune McEnroe2020-02-10
* Reorganize the Makefile for the umpteenth timeJune McEnroe2020-01-31
* Capture standard error and allow failure in up -cJune McEnroe2020-01-24
* Use C syntax for Objective-C .m filesJune McEnroe2020-01-20
* Highlight single-char variables nested in make interpolationsJune McEnroe2020-01-14
* Remove shotty -c flag from upJune McEnroe2020-01-03
* Revert "Add first working version of imbox"June McEnroe2019-12-21
* Add first working version of imboxJune McEnroe2019-12-21
* Source .editrc before applying -v or -eJune McEnroe2019-12-20
* Fix matching make tags with no sourcesJune McEnroe2019-12-19
* Avoid matching := assignments as tagsJune McEnroe2019-12-19
* Use :target rather than :focus pseudo-classJune McEnroe2019-12-18
* Bail from hi if input is binaryJune McEnroe2019-12-18
* Link to git. from bin htmlJune McEnroe2019-12-15
* Add option to default to text in hiJune McEnroe2019-12-15
* Match .profile and .shrc as shell in hiJune McEnroe2019-12-15
* Document diff input language in hiJune McEnroe2019-12-11
* Fix \? prompt expansion for more than one digitJune McEnroe2019-12-02
* Rename bin.7 to README.7June McEnroe2019-11-27
* Document HISTFILEJune McEnroe2019-11-26
* Replace shotty with code from streamJune McEnroe2019-11-25
d/> 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