fulldecent / corelocationcli

Command line program to print location information from CoreLocation
MIT License
217 stars 29 forks source link

request for new format specifiers #9

Closed fulldecent closed 8 years ago

fulldecent commented 8 years ago

From Richard L. Hamilton

Would it be possible to add format specifiers for human-readable latitude and longitude (using your example, 50º56' 37.78"N and 6º56' 27.75"E ), and perhaps one for newline, so one can enter \n instead of having to actually have a literal newline within quotes, making scripts a bit prettier?

One other that would be awesome: a format specifier to create a google maps URL that would show the location; one can capture the decimal latitude and longitude with a script, and mangle that into a URL, but why not do it all in one place?

fulldecent commented 8 years ago

Closing for now, this can be done in an external script.