Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-11 | Add urlOpenMatch | Curtis McEnroe | |
2018-09-10 | Add /man command | Curtis McEnroe | |
2018-09-08 | Fix reverse iteration in urlOpen | Curtis McEnroe | |
2018-09-06 | Move event loop to event.c | Curtis McEnroe | |
2018-09-02 | Use PascalCase for constants | Curtis McEnroe | |
Begone underscores. | |||
2018-08-12 | Fix /open ranges by passing all URLs to open(1) | Curtis McEnroe | |
This is going to be incompatible with xdg-open since it takes only one URL at a time. Write a wrapper script. | |||
2018-08-10 | Become multi-channel | Curtis McEnroe | |
There's a lot of UI missing for it, but it technically works. | |||
2018-08-10 | Move process spawning onto the event loop | Curtis 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-09 | Add URL detection, listing and opening | Curtis McEnroe | |
Might also add /copy, like /open. |