summary refs log tree commit diff
path: root/bin/hilex.c (follow)
Commit message (Expand)AuthorAge
* Fix all copyright noticesJune McEnroe2022-08-09
* pledge(2) hilexJune McEnroe2021-09-30
* Match space between #! and /bin/shJune McEnroe2021-04-26
* Add messy sh lexerJune McEnroe2021-01-20
* 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
* Shorten hilex class namesJune McEnroe2021-01-13
* Move text "lexer" to hilex.cJune McEnroe2021-01-13
* Don't output a pre in hilex by defaultJune McEnroe2021-01-12
* Move hilex out of hilex directoryJune McEnroe2021-01-12
ogheader'>2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe