summary refs log tree commit diff
path: root/bin/man1 (follow)
Commit message (Expand)AuthorAge
* Use scrot for up -s if no screencaptureJune McEnroe2021-02-07
* Add xterm output to schemeJune McEnroe2021-02-06
* Generate tags for sh files in mtagsJune McEnroe2021-01-20
* Add messy sh lexerJune McEnroe2021-01-20
* Add mtags to generate tags for make and mdocJune McEnroe2021-01-19
* Don't use a pager if reading standard inputJune McEnroe2021-01-19
* Support BSD make syntax and match *.amJune McEnroe2021-01-19
* Allow matching lexers using first input lineJune McEnroe2021-01-18
* Automatically pipe hilex ANSI output to PAGERJune McEnroe2021-01-15
* Output htagml -x from the main loopJune McEnroe2021-01-15
* Remove ttpreJune McEnroe2021-01-13
* Remove hiJune McEnroe2021-01-13
* Shorten hilex class namesJune McEnroe2021-01-13
* Add hilex example to htagml manualJune McEnroe2021-01-13
* Use hilex for up -hJune McEnroe2021-01-12
* Don't output a pre in hilex by defaultJune McEnroe2021-01-12
* Move hilex out of hilex directoryJune McEnroe2021-01-12
* Add htagml -iJune McEnroe2021-01-12
* Add htagml -xJune McEnroe2021-01-12
* Add htagml exampleJune McEnroe2021-01-12
* Add htagmlJune McEnroe2021-01-12
* Add c -t flag to print expression typeJune McEnroe2021-01-09
* Clean up order lexerJune McEnroe2021-01-01
* Add unary & to bitJune McEnroe2020-12-30
* Add postfix $ operator to bitJune McEnroe2020-12-30
* Add bibsortJune McEnroe2020-12-15
* Add modem -r flag to set baud rateJune McEnroe2020-12-08
* Remove editJune McEnroe2020-10-29
* Open /dev/tty in nudgeJune McEnroe2020-09-04
* Add nudgeJune McEnroe2020-09-04
* Read from stdin in orderJune McEnroe2020-07-18
* Remove aesJune McEnroe2020-06-17
* Allow redirecting input in everJune McEnroe2020-06-01
* Add c scriptJune McEnroe2020-05-31
* Remove setoptJune McEnroe2020-03-03
* Revert "Add first working version of imbox"June McEnroe2019-12-21
* Add first working version of imboxJune McEnroe2019-12-21
* Add option to default to text in hiJune McEnroe2019-12-15
* Document diff input language in hiJune McEnroe2019-12-11
* Replace shotty with code from streamJune McEnroe2019-11-25
* Add title -v flagJune McEnroe2019-09-10
* Add -x flag to titleJune McEnroe2019-09-07
* Add titleJune McEnroe2019-09-05
* Add long-missing setopt to bin.7June McEnroe2019-08-29
* Add editJune McEnroe2019-08-29
* Rename wat to everJune McEnroe2019-08-28
* Remove brot and gfxxJune McEnroe2019-08-28
* Use rand(3) in beefJune McEnroe2019-08-28
* Remove wakeJune McEnroe2019-08-28
* Make dtch one command, add sinkingJune McEnroe2019-08-12
0400'>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