alexwlchan / safari.rs

Command-line utilities for interacting with Safari on macOS
MIT License
24 stars 0 forks source link

Don't panic if a device doesn't have any tabs open #26

Closed alexwlchan closed 7 years ago

alexwlchan commented 7 years ago

Resolves #23.

WIP because I’d really like to get a test harness (#25) before merging, as this is the sort of edge case that would be pretty useful to test.

alexwlchan commented 7 years ago

Also: needs a changelog.

alexwlchan commented 7 years ago

Tests would be nice, but proving to be a bit more fiddly than I’d expected, so merging for now and I’ll come back to tests later.