summary refs log tree commit diff
path: root/url.c
AgeCommit message (Collapse)Author
2018-08-10Move process spawning onto the event loopCurtis McEnroe
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.
2018-08-09Add URL detection, listing and openingCurtis McEnroe
Might also add /copy, like /open.