[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors)

A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data.

## Quick Start ### Installation from Source **Note:** WTF is _only_ compatible with Go versions **1.9.2** or later. It currently _does not_ compile with `gccgo`. ```bash go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run ``` Or [download the latest binary](https://github.com/senorprogrammer/wtf/releases). ## Support Chat on Gitter [![Join the chat at https://gitter.im/wtfutil/Lobby](https://badges.gitter.im/wtfutil/Lobby.svg)](https://gitter.im/wtfutil/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## 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. ## Author * Chris Cummer, [senorprogrammer](https://github.com/senorprogrammer) ## Contributors Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): | [
Chris Cummer](https://twitter.com/senorprogrammer)
[💻](https://github.com/senorprogrammer/wtf/commits?author=senorprogrammer "Code") | [
Hossein Mehrabi](https://github.com/jeangovil)
[💻](https://github.com/senorprogrammer/wtf/commits?author=jeangovil "Code") | [
FengYa](https://github.com/Fengyalv)
[💻](https://github.com/senorprogrammer/wtf/commits?author=Fengyalv "Code") | [
deltax](https://fluxionnetwork.github.io/fluxion/)
[💻](https://github.com/senorprogrammer/wtf/commits?author=deltaxflux "Code") | [
Bill Keenan](https://github.com/BillKeenan)
[💻](https://github.com/senorprogrammer/wtf/commits?author=BillKeenan "Code") | [
June S](http://blog.sapara.com)
[💻](https://github.com/senorprogrammer/wtf/commits?author=interlock "Code") | [
liyiheng](https://github.com/XanthusL)
[💻](https://github.com/senorprogrammer/wtf/commits?author=XanthusL "Code") | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [
baustinanki](https://github.com/baustinanki)
[💻](https://github.com/senorprogrammer/wtf/commits?author=baustinanki "Code") | [
lucus lee](https://github.com/lixin9311)
[💻](https://github.com/senorprogrammer/wtf/commits?author=lixin9311 "Code") | [
Mike Lloyd](https://github.com/mxplusb)
[💻](https://github.com/senorprogrammer/wtf/commits?author=mxplusb "Code") | [
Sergio Rubio](http://rubiojr.rbel.co)
[💻](https://github.com/senorprogrammer/wtf/commits?author=rubiojr "Code") | [
Farhad Farahi](https://github.com/FarhadF)
[💻](https://github.com/senorprogrammer/wtf/commits?author=FarhadF "Code") | [
Lasantha Kularatne](http://lasantha.blogspot.com/)
[💻](https://github.com/senorprogrammer/wtf/commits?author=lasanthak "Code") | [
Mark Old](https://github.com/dlom)
[💻](https://github.com/senorprogrammer/wtf/commits?author=dlom "Code") | | [
flw](http://flw.tools/)
[💻](https://github.com/senorprogrammer/wtf/commits?author=flw-cn "Code") | [
David Barda](https://github.com/davebarda)
[💻](https://github.com/senorprogrammer/wtf/commits?author=davebarda "Code") | [
Geoff Lee](https://github.com/matrinox)
[💻](https://github.com/senorprogrammer/wtf/commits?author=matrinox "Code") | [
George Opritescu](http://international.github.io)
[💻](https://github.com/senorprogrammer/wtf/commits?author=International "Code") | [
Grazfather](https://twitter.com/Grazfather)
[💻](https://github.com/senorprogrammer/wtf/commits?author=Grazfather "Code") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! ## License See [LICENSE.md](LICENSE.md) file for details. ## 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)