Search results on type works as expected, including non-ASCII queries, but the delete key is broken. Rather than deleting the previous character, it puts `^?` into the input field. This is not limited to macOS; I see the same issue on a RHEL6 cluster I have access to (at least over SSH). But I don't see it on Ubuntu Xenial. If you can't figure out what's wrong I can try to debug this tomorrow.
googler 3.1
===========
Created with `brew bump-formula-pr`.
TODO
====
- [x] Forgo daemons of `schedule` and `stats` in favor of scheduled jobs. Currently they take up way too much memory: `stats` daemon consumes ~50MB of memory on Ubuntu 16.04, at sleep; and it is only activated once per day.
- [x] Consolidate venvs of different components.
- [ ] schedule: consider using a database instead (beware of duplicates though which was a problem in my private notifier script which I never looked into).
- [ ] Include more info (e.g. MC topics) in filter's database. The set lists are available at snh48club.com. Maybe full text search too.