# WTF
A personal terminal-based dashboard utility, designed for
displaying infrequently-needed, but very important, daily data.
## Quick Start
[Download and run the latest binary](https://github.com/senorprogrammer/wtf/releases) or install from source:
```bash
go get -u github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run
```
**Note:** WTF is _only_ compatible with Go versions **1.9.2** or later. It currently _does not_ compile with `gccgo`.
## Documentation
See [https://wtfutil.com](https://wtfutil.com) for the definitive
documentation. Here's some short-cuts:
* [Installation](http://wtfutil.com/posts/installation/)
* [Configuration](http://wtfutil.com/posts/configuration/)
* [Module Documentation](http://wtfutil.com/posts/modules/)
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.
### Adding Dependencies
Dependency management in WTF is handled by [dep](https://github.com/golang/dep). See that page for installation and usage details.
If the work you're doing requires the addition of a new dependency,
please be sure to use `dep` to [vendor your dependencies](https://golang.github.io/dep/docs/daily-dep.html#adding-a-new-dependency).
## Contributors
Thanks goes to these wonderful people:
| [ Chris Cummer](https://twitter.com/senorprogrammer) | [ Hossein Mehrabi](https://github.com/jeangovil) | [ FengYa](https://github.com/Fengyalv) | [ deltax](https://fluxionnetwork.github.io/fluxion/) | [ Bill Keenan](https://github.com/BillKeenan) | [ June S](http://blog.sapara.com) | [ liyiheng](https://github.com/XanthusL) |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [ baustinanki](https://github.com/baustinanki) | [ lucus lee](https://github.com/lixin9311) | [ Mike Lloyd](https://github.com/mxplusb) | [ Sergio Rubio](http://rubiojr.rbel.co) | [ Farhad Farahi](https://github.com/FarhadF) | [ Lasantha Kularatne](http://lasantha.blogspot.com/) | [ Mark Old](https://github.com/dlom) |
| [ flw](http://flw.tools/) | [ David Barda](https://github.com/davebarda) | [ Geoff Lee](https://github.com/matrinox) | [ George Opritescu](http://international.github.io) | [ Grazfather](https://twitter.com/Grazfather) | [ Michael Cordell](http://www.mikecordell.com/) | [ Patrick José Pereira](http://patrick.ibexcps.com) |
| [ sherod taylor](https://github.com/sherodtaylor) | [ Andrew Scott](http://cogentia.io) | [ Anand Sudhir Prayaga](https://github.com/anandsudhir) | [ Lassi Piironen](https://github.com/lsipii) | [ BlackWebWolf](https://github.com/BlackWebWolf) | [ andrewzolotukhin](https://github.com/andrewzolotukhin) | [ Leon Stigter](https://retgits.github.io) |
| [ Amr Tamimi](https://tamimi.se) | [ Jagdeep Singh](https://jagdeep.me) [💻](https://github.com/senorprogrammer/wtf/commits?author=jdsingh "Code") |
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## Acknowledgments
The inspiration for `WTF` came from Monica Dinculescu's
[tiny-care-terminal](https://github.com/notwaldorf/tiny-care-terminal).
Many thanks to Lendesk for supporting this project by
providing time to develop it.
The following open-source libraries were used in the creation of `WTF`.
Many thanks to all these developers.
* [calendar](https://google.golang.org/api/calendar/v3)
* [config](https://github.com/olebedev/config)
* [go-github](https://github.com/google/go-github)
* [goreleaser](https://github.com/goreleaser/goreleaser)
* [newrelic](https://github.com/yfronto/newrelic)
* [openweathermap](https://github.com/briandowns/openweathermap)
* [tcell](https://github.com/gdamore/tcell)
* [tview](https://github.com/rivo/tview)