about summary refs log tree commit diff stats
path: root/lib/open_darwin.go
Commit message (Collapse)AuthorAgeFilesLines
* Allow open to be asynchronousAndrew Jeffery2020-07-081-2/+13
| | | | | | This stops the ui being blocked while the resource is opened. The wait ensures that resources are reclaimed when the process finishes while aerc is still running.
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-041-0/+10