about summary refs log tree commit diff
path: root/scoop.1 (follow)
Commit message (Collapse)AuthorAge
* Add only the necessary expressions to scoop's queryJune McEnroe2020-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 defaultJune McEnroe2020-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 documentationJune McEnroe2020-05-21
|
* Update email addressesJune McEnroe2020-05-20
|
* Add scoop flag for local timeJune McEnroe2020-01-16
|
* Add -m regexp option to scoopJune McEnroe2020-01-04
|
* Expand scoop(1) documentationJune McEnroe2020-01-04
|
* Add option for custom where expression to scoopJune McEnroe2020-01-01
|
* Document ENVIRONMENT in scoop(1)June 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
|
* Add strftime format string optionJune McEnroe2019-12-31
|
* Add option to group events by contextJune McEnroe2019-12-31
|
* Rewrite scoop(1) argument descriptionsJune McEnroe2019-12-31
|
* Add -D flag to prospective scoop manualJune McEnroe2019-12-30
|
* Remove scoop -ABCJune McEnroe2019-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 pageJune McEnroe2019-12-30