Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add urlOpenMatch | June McEnroe | 2018-09-11 |
| | |||
* | Add /man command | June McEnroe | 2018-09-10 |
| | |||
* | Fix reverse iteration in urlOpen | June McEnroe | 2018-09-08 |
| | |||
* | Move event loop to event.c | June McEnroe | 2018-09-06 |
| | |||
* | Use PascalCase for constants | June McEnroe | 2018-09-02 |
| | | | | Begone underscores. | ||
* | Fix /open ranges by passing all URLs to open(1) | June McEnroe | 2018-08-12 |
| | | | | | This is going to be incompatible with xdg-open since it takes only one URL at a time. Write a wrapper script. | ||
* | 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. |