summary refs log tree commit diff
path: root/url.c
AgeCommit message (Expand)Author
2019-07-27Make copyright headers consistentCurtis McEnroe
2018-10-28Use const char *argv[] signaturesCurtis McEnroe
2018-10-22Add more URL schemesCurtis McEnroe
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