summary refs log tree commit diff
path: root/scoop.c (follow)
Commit message (Expand)AuthorAge
* Assert that SQL query fits in bufferJune McEnroe2020-01-01
* Don't special case user being * in queriesJune McEnroe2020-01-01
* Factor out hashing functionJune McEnroe2020-01-01
* Add option for custom where expression to scoopJune McEnroe2020-01-01
* Add before and after optionsJune McEnroe2019-12-31
* Add scoop IRC output formatJune McEnroe2019-12-31
* Add scoop output format optionJune McEnroe2019-12-31
* Refactor scoop formatters and group colored outputJune McEnroe2019-12-31
* Add strftime format string optionJune McEnroe2019-12-31
* Refactor binding in scoopJune McEnroe2019-12-31
* Add option to group events by contextJune McEnroe2019-12-31
* Add missing includeJune McEnroe2019-12-31
* Use standout mode for highlightingJune McEnroe2019-12-31
* Color both nicks in a changeJune McEnroe2019-12-31
* Implement nick-colored outputJune McEnroe2019-12-31
* Only enable highlighting on terminal outputJune McEnroe2019-12-31
* Set up pager pipeJune McEnroe2019-12-31
* Normalize date inputJune McEnroe2019-12-30
* Add initial rough version of scoopJune McEnroe2019-12-30
logsubject'>Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe