summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
...
* Cast %lc parameter to wint_tJune McEnroe2019-08-27
* Make dtch one command, add sinkingJune McEnroe2019-08-12
* Shell script style passJune McEnroe2019-07-27
* Rewrite Makefile once more with more organizationJune McEnroe2019-07-27
* Reference png.h in bin.7June McEnroe2019-07-27
* Revert "Use scheme to style HTMLs"June McEnroe2019-07-27
* Lighten dark whiteJune McEnroe2019-07-26
* Add png.3 man pageJune McEnroe2019-07-25
* Use scheme to style HTMLsJune McEnroe2019-07-25
* Don't match comments in strings in makeJune McEnroe2019-07-25
* Generate index.html with links from bin.7June McEnroe2019-07-25
* Warn when date has changedJune McEnroe2019-07-24
* Add whenJune McEnroe2019-07-24
* Remove histedit from bitJune McEnroe2019-07-24
* Add beginning of date calculatorJune McEnroe2019-07-23
* Handle media copy sequence in shottyJune McEnroe2019-07-20
* Handle shotty output options more centrallyJune McEnroe2019-07-20
* Add ^Q to ptee for MC sequenceJune McEnroe2019-07-17
* Fix SGRs 90 and 100June McEnroe2019-07-16
* Add up -tJune McEnroe2019-07-15
* Implement scrolling regionJune McEnroe2019-07-15
* Add CSI names to shotty -dJune McEnroe2019-07-14
* Ignore CSI tJune McEnroe2019-07-14
* Add more info to shotty man pageJune McEnroe2019-07-14
* Fix OSC PT handlingJune McEnroe2019-07-14
* Handle OSC in shottyJune McEnroe2019-07-14
* Add shotty -dJune McEnroe2019-07-14
* Add shotty -cJune McEnroe2019-07-13
* Add DL to shottyJune McEnroe2019-07-13
* Use -s to infer terminal sizeJune McEnroe2019-07-12
* Add DCH to shottyJune McEnroe2019-07-12
* Support insert mode in shottyJune McEnroe2019-07-12
* Don't do carriage return on line feedJune McEnroe2019-07-11
* Interpret 256color-style SGRsJune McEnroe2019-07-11
* Use inline style rather than <b>, <i>, <u>June McEnroe2019-07-11
* Factor out clearJune McEnroe2019-07-11
* Add bright option to shottyJune McEnroe2019-07-11
* Output <b>, <i>, <u> in shottyJune McEnroe2019-07-11
* Ignore SM and RMJune McEnroe2019-07-10
* Add shotty man page and build itJune McEnroe2019-07-09
* Add up -cJune McEnroe2019-07-09
* Add options for default colors to shottyJune McEnroe2019-07-09
* Use char literals consistentlyJune McEnroe2019-07-08
* Add initial version of shottyJune McEnroe2019-07-08
* Add ^S toggle to pteeJune McEnroe2019-07-08
* Document lack of window size propagationJune McEnroe2019-07-08
* Add pteeJune McEnroe2019-07-08
* Remove redundant includeJune McEnroe2019-07-06
* Add CSS output to schemeJune McEnroe2019-07-06
* Add diff syntax to hiJune McEnroe2019-07-01
ass='nohover-highlight'> 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