Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Include <>/-/* around nicks in scoop coloring 1.1 | June McEnroe | 2020-03-02 |
| | |||
* | Replace .mk files with configure script | June McEnroe | 2020-03-02 |
| | |||
* | Use < for before | June McEnroe | 2020-01-18 |
| | |||
* | Rearrange code in scoop | June McEnroe | 2020-01-18 |
| | |||
* | Add scoop flag for local time | June McEnroe | 2020-01-16 |
| | |||
* | Ensure ansi resets formatting and null-terminates | June McEnroe | 2020-01-14 |
| | | | | | fmemopen in text-mode only ensures the buffer is null-terminated if the last write does not fill the buffer. | ||
* | Implement IRC formatting to ANSI translation | June McEnroe | 2020-01-14 |
| | |||
* | Open database readwrite in scoop | June McEnroe | 2020-01-11 |
| | | | | So that PRAGMA optimize; can actually do its thing, potentially. | ||
* | Add -m regexp option to scoop | June McEnroe | 2020-01-04 |
| | |||
* | Assert that SQL query fits in buffer | June McEnroe | 2020-01-01 |
| | |||
* | Don't special case user being * in queries | June McEnroe | 2020-01-01 |
| | | | | | | It's a side-effect of imports that shouldn't surface elsewhere. Would be nice to have unscoop figure out how it can eliminate using * in more places. | ||
* | Factor out hashing function | June McEnroe | 2020-01-01 |
| | |||
* | Add option for custom where expression to scoop | June McEnroe | 2020-01-01 |
| | |||
* | Add before and after options | June McEnroe | 2019-12-31 |
| | |||
* | Add scoop IRC output format | June McEnroe | 2019-12-31 |
| | |||
* | Add scoop output format option | June McEnroe | 2019-12-31 |
| | |||
* | Refactor scoop formatters and group colored output | June McEnroe | 2019-12-31 |
| | |||
* | Add strftime format string option | June McEnroe | 2019-12-31 |
| | |||
* | Refactor binding in scoop | June McEnroe | 2019-12-31 |
| | |||
* | Add option to group events by context | June McEnroe | 2019-12-31 |
| | |||
* | Add missing include | June McEnroe | 2019-12-31 |
| | |||
* | Use standout mode for highlighting | June McEnroe | 2019-12-31 |
| | |||
* | Color both nicks in a change | June McEnroe | 2019-12-31 |
| | |||
* | Implement nick-colored output | June McEnroe | 2019-12-31 |
| | |||
* | Only enable highlighting on terminal output | June McEnroe | 2019-12-31 |
| | |||
* | Set up pager pipe | June McEnroe | 2019-12-31 |
| | |||
* | Normalize date input | June McEnroe | 2019-12-30 |
| | | | | Mostly this just allows the use of 'now'. | ||
* | Add initial rough version of scoop | June McEnroe | 2019-12-30 |