/README.md

https://github.com/jakewmeyer/Geo · Markdown · 40 lines · 27 code · 13 blank · 0 comment · 0 complexity · ef9c9ef9a88cd129a5144c60d7db366c MD5 · raw file

  1. <div align="center">
  2. ![Imgur](http://i.imgur.com/Jk3L3EO.png)
  3. # Geo
  4. ### A Bash utility for easy wan, lan, router, dns, mac address, and geolocation output, with clean stdout for easy piping
  5. [![GitHub release](https://img.shields.io/github/release/jakewmeyer/Geo.svg)]()
  6. [![Build Status](https://travis-ci.org/jakewmeyer/Geo.svg?branch=master)](https://travis-ci.org/jakewmeyer/Geo)
  7. [![Code Climate](https://codeclimate.com/github/jakewmeyer/Geo/badges/gpa.svg)](https://codeclimate.com/github/jakewmeyer/Geo)
  8. [![Platform](https://img.shields.io/badge/platform-MacOS%20%2B%20Linux-blue.svg)]()
  9. </div>
  10. ## Install / Setup
  11. **MacOS**
  12. ```bash
  13. brew install jakewmeyer/Geo/geo
  14. ```
  15. **Linux**
  16. * [https://github.com/jakewmeyer/Geo/archive/v1.2.0.tar.gz](https://github.com/jakewmeyer/Geo/archive/v1.2.0.tar.gz)
  17. * An AUR package is available [here](https://aur.archlinux.org/packages/geo-bash/) for those on Arch Linux courtesy of [zethra](https://github.com/zethra)
  18. **Linux Dependanices**
  19. * [Dnsutils](https://packages.debian.org/jessie/dnsutils) is required for WAN search on Linux
  20. ## Usage
  21. ![Imgur](http://i.imgur.com/1BWNRi1.png)
  22. ## Testing
  23. Install `bats` and execute `bats test/*`
  24. ## FAQ's / Contact
  25. * If you run into any issues, please open an issue ASAP and I'll work to get it resolved and merged.
  26. * Terminal used is [Hyper.js](https://hyper.is/) -> Background Color: #292937
  27. * Using [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh), Robby Russell theme, [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting), and [zsh_autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)