WhereAmI
WhereAmI copied to clipboard
A quick command line tool for OS X to get your geographic coordinates using the CoreLocation framework.
Hi there, We're trying to deploy whereami in a script that is run on an interval using launchd and for some reason it can't execute it in this environment. The...
Hi Thanks a lot for this tool! It works like a charm on BigSur. I get this warning when using the OpenCage API: `2021-07-06 10:26:25.879 whereami[7395:98604] [NSURLSession sharedSession] may not...
diff -r 88c1144ae455 WhereAmI/LocationGetter.m --- a/WhereAmI/LocationGetter.m Sat Jul 21 22:39:24 2018 +0000 +++ b/WhereAmI/LocationGetter.m Sat Jul 21 14:05:23 2018 -0400 @@ -48,10 +48,10 @@ NSTimeInterval ageInSeconds = -[newLocation.timestamp timeIntervalSinceNow]; if...
If anyone interested, you can install `robmathers/WhereAmI` via [Homebrew cask](http://caskroom.io/) by tapping [welldan97/whereami](https://github.com/welldan97/homebrew-whereami): ``` shell $ brew tap welldan97/whereami ==> Tapping welldan97/whereami Cloning into '/opt/boxen/homebrew/Library/Taps/welldan97/homebrew-whereami'... remote: Counting objects: 5, done....
When I installed a copy of 1.1.0 onto a machine with 10.15.6 on it, I get an "zsh: exec format error" when I try to just execute the binary, and...
Thank you for this useful tool! Feature request: Would be great if you can print the result in JSON.
This is great! I wanted to let you know that is a great tool... it lets me live my dream of appending my location to all of my git commits!...
Currently getting the issue of `Access to location services was denied. You may need to enable access in System Preferences.` but no setting is available in settings on Ventura. Has...