summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
* Add -q flag to everJune McEnroe2021-02-24
* Add asciinema to supJune McEnroe2021-02-21
* Add Liberapay to supJune McEnroe2021-02-21
* Fix (hopefully) matching shell reserved wordsJune McEnroe2021-02-19
* Add bugzilla support to supJune McEnroe2021-02-17
* Just use pbcopy in upJune McEnroe2021-02-17
* Use curl --url for URL from emailJune McEnroe2021-02-17
* Add tildenews support to supJune McEnroe2021-02-16
* Add sup for setting single-use passwordsJune McEnroe2021-02-16
* Add missing %U for RFCs in bibsortJune McEnroe2021-02-16
* Add install targets to binJune McEnroe2021-02-10
* Use flags for pbd client behaviourJune McEnroe2021-02-09
* Use xsel in up and add it do install.shJune McEnroe2021-02-08
* Use scrot for up -s if no screencaptureJune McEnroe2021-02-07
* Add xterm output to schemeJune McEnroe2021-02-06
* Warn twice about stopped jobsJune McEnroe2021-02-04
* Use int when checking for EOFJune McEnroe2021-01-29
* Use First state to match keyword at beginning of lineJune McEnroe2021-01-26
* Generate tags for sh files in mtagsJune McEnroe2021-01-20
* Add messy sh lexerJune McEnroe2021-01-20
* Avoid matching ':' in make tagsJune McEnroe2021-01-20
* Prefer tag matches not preceded by [[:alnum:]]June McEnroe2021-01-19
* Escape \ and / in mtags search patternsJune McEnroe2021-01-19
* Add mtags to generate tags for make and mdocJune McEnroe2021-01-19
* Map tags to IDs using only [[:alnum:]-._]June 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
* Match tab following escaped newline in make assignmentsJune McEnroe2021-01-19
* Allow matching lexers using first input lineJune McEnroe2021-01-18
* Automatically pipe hilex ANSI output to PAGERJune McEnroe2021-01-15
* Simplyify htagml match outputJune McEnroe2021-01-15
* Output htagml -x from the main loopJune McEnroe2021-01-15
* Add dirent.h to c.sh includesJune McEnroe2021-01-14
* Clean up html.shJune McEnroe2021-01-13
* Remove ttpreJune McEnroe2021-01-13
* Remove hiJune McEnroe2021-01-13
* Match \ before newline in string as EscapeJune McEnroe2021-01-13
* Remove -t flag from ctags commandsJune McEnroe2021-01-13
* Match strftime format specifiersJune McEnroe2021-01-13
* Try to return make substitutions as single tokensJune McEnroe2021-01-13
* Shorten hilex class namesJune McEnroe2021-01-13
* Move text "lexer" to hilex.cJune McEnroe2021-01-13
* Try to return strings as single tokensJune McEnroe2021-01-13
* Match [] as Operator in C lexerJune McEnroe2021-01-13
* Fix C lexer to require a digit in a float literalJune McEnroe2021-01-13
* Support long double in c.shJune McEnroe2021-01-13
* Increase dark white brightness slightlyJune McEnroe2021-01-13
* Add hilex example to htagml manualJune McEnroe2021-01-13
* Avoid matching tag text inside HTML elementsJune McEnroe2021-01-12
* Use hilex for up -hJune McEnroe2021-01-12
>June 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