Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Become multi-channel | June McEnroe | 2018-08-10 |
| | | | | There's a lot of UI missing for it, but it technically works. | ||
* | Move process spawning onto the event loop | June McEnroe | 2018-08-10 |
| | | | | | | Child processes weren't being reaped before, either. I wanted to have a function called readEmAndReap but the reaping should actually happen in a signal handler. | ||
* | Add URL detection, listing and opening | June McEnroe | 2018-08-09 |
Might also add /copy, like /open. |