summary refs log tree commit diff
path: root/url.c
AgeCommit message (Expand)Author
2018-09-11Add urlOpenMatchCurtis McEnroe
2018-09-10Add /man commandCurtis McEnroe
2018-09-08Fix reverse iteration in urlOpenCurtis McEnroe
2018-09-06Move event loop to event.cCurtis McEnroe
2018-09-02Use PascalCase for constantsCurtis McEnroe
2018-08-12Fix /open ranges by passing all URLs to open(1)Curtis McEnroe
2018-08-10Become multi-channelCurtis McEnroe
2018-08-10Move process spawning onto the event loopCurtis McEnroe
2018-08-09Add URL detection, listing and openingCurtis McEnroe