Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make copyrights and AUTHORS consistent 1.9 | June McEnroe | 2022-09-18 |
| | |||
* | Replace freenode with tilde.chat | June McEnroe | 2021-05-19 |
| | |||
* | Add scoop -i flag for case-insensitive regexp | June McEnroe | 2021-05-18 |
| | |||
* | Clean up manuals | June McEnroe | 2021-05-17 |
| | |||
* | Add scoop -r reverse flag | June McEnroe | 2021-05-17 |
| | |||
* | Order by rowids for scoop -l | June McEnroe | 2021-05-07 |
| | | | | | This vastly improves the speed of the query, with the same effect as the change to litterbox's query interface. | ||
* | Match multiple types with -t | June McEnroe | 2021-04-28 |
| | |||
* | Interpret -D, -a, -b as local time with -L | June McEnroe | 2021-04-27 |
| | |||
* | Add only the necessary expressions to scoop's query | June McEnroe | 2020-05-21 |
| | | | | | This makes the queries generally faster and capable of taking advantage of any indexes that get created. | ||
* | Do not sort results in scoop by default | June McEnroe | 2020-05-21 |
| | | | | | | | | The -s flag now enables sorting (-g and -l also imply it), while the -S flag now launches the sqlite3 shell. Avoiding sorting by default is much faster and less memory-intensive as it doesn't require loading the entire result set into memory at once. | ||
* | Expand and clarify documentation | June McEnroe | 2020-05-21 |
| | |||
* | Update email addresses | June McEnroe | 2020-05-20 |
| | |||
* | Add scoop flag for local time | June McEnroe | 2020-01-16 |
| | |||
* | Add -m regexp option to scoop | June McEnroe | 2020-01-04 |
| | |||
* | Expand scoop(1) documentation | June McEnroe | 2020-01-04 |
| | |||
* | Add option for custom where expression to scoop | June McEnroe | 2020-01-01 |
| | |||
* | Document ENVIRONMENT in scoop(1) | 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 |
| | |||
* | Add strftime format string option | June McEnroe | 2019-12-31 |
| | |||
* | Add option to group events by context | June McEnroe | 2019-12-31 |
| | |||
* | Rewrite scoop(1) argument descriptions | June McEnroe | 2019-12-31 |
| | |||
* | Add -D flag to prospective scoop manual | June McEnroe | 2019-12-30 |
| | |||
* | Remove scoop -ABC | June McEnroe | 2019-12-30 |
| | | | | | | I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. | ||
* | Add prospective scoop manual page | June McEnroe | 2019-12-30 |