First, install the findi gem.
$ gem install findi
Put the file in your PATH and chmod +x it.
$ chmod +x ~/.bin/ifind
$ ifind -u '[email protected]' -p 'mypassword'
Output JSON:
$ ifind -u '[email protected]' -p 'mypassword' --mode json
Output a Google Maps link:
$ ifind -u '[email protected]' -p 'mypassword' --mode gmap
Output CSV:
$ ifind -u '[email protected]' -p 'mypassword' --mode csv
@dansimpson - This is perfect! Thanks a bunch. Worked fine for me on Mac and Linux.
@rickdeboer1987 - findi requires Ruby version >= 1.9.2.