[![All Contributors](https://img.shields.io/badge/all_contributors-77-orange.svg?style=flat-square)](#contributors) [![Build Status](https://travis-ci.com/wtfutil/wtf.svg?branch=master)](https://travis-ci.com/wtfutil/wtf) [![Gitter Chat](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) [![Twitter](https://img.shields.io/badge/follow-on%20twitter-blue.svg)](https://twitter.com/wtfutil) [![Go Report Card](https://goreportcard.com/badge/github.com/wtfutil/wtf)](https://goreportcard.com/report/github.com/wtfutil/wtf) # WTF ## Important Note The WTF binary has been renamed to `wtfutil`. As of version [v0.15.0](https://github.com/wtfutil/wtf/releases/tag/v0.15.0) the installer will install `wtfutil` into `~/go/bin/` and you must execute `wtfutil` to run it. This change removes the name collision with the venerable and amusing [`bsd-wtf`](https://sourceforge.net/projects/bsdwtf/). --- A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data. * [Screenshot](#screenshot) * [Quick Start](#quick-start) * [Install via Homebrew](#install-via-homebrew) * [Install the Binary](#install-the-binary) * [Install from Source](#install-from-source) * [Communication](#communication) * [Slack](#slack) * [Twitter](#twitter) * [Documentation](#documentation) * [Modules](#modules) * [Contributing to the Source Code](#contributing-to-the-source-code) * [Adding Dependencies](#adding-dependencies) * [Contributing to the Documentation](#contributing-to-the-documentation) * [Contributors](#contributors) * [Acknowledgements](#acknowledgments) ## Screenshot

## Quick Start ### Install via Homebrew ```console brew tap wtfutil/wtfutil brew install wtfutil wtfutil ``` ### Install the Binary [Download the latest binary](https://github.com/wtfutil/wtf/releases) from GitHub. WTF is a stand-alone binary. Once downloaded, copy it to a location you can run executables from (ie: `/usr/local/bin/`), and set the permissions accordingly: ```bash chmod a+x /usr/local/bin/wtfutil ``` and you should be good to go. ### Install from Source If you want to run the build command from within your `$GOPATH`: ```bash # Set the Go proxy variable to GoCenter export GOPROXY="https://gocenter.io" # Enable Go modules export GO111MODULE=on go get -u github.com/wtfutil/wtf cd $GOPATH/src/github.com/wtfutil/wtf make install make run ``` If you want to run the build command from a folder that is not in your `$GOPATH`: ```bash # Set the Go proxy variable to GoCenter export GOPROXY="https://gocenter.io" go get -u github.com/wtfutil/wtf cd $GOPATH/src/github.com/wtfutil/wtf make install make run ``` **Note:** WTF is _only_ compatible with Go versions **1.11.0** or later (due to the use of Go modules). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules. ## Communication ### Slack If you’re a member of the Gophers Slack community (https://invite.slack.golangbridge.org) there’s a WTFUtil channel you should join for all your WTF questions, development conversations, etc. Find #wtfutil on https://gophers.slack.com/ and join us. ### Twitter Also, follow [on Twitter](https://twitter.com/wtfutil) for news and latest updates. ## Documentation See [https://wtfutil.com](https://wtfutil.com) for the definitive documentation. Here's some short-cuts: * [Installation](https://wtfutil.com/getting_started/installation/) * [Configuration](https://wtfutil.com/configuration/) * [Module Documentation](https://wtfutil.com/modules/) ## Modules Modules are the chunks of functionality that make WTF useful. Modules are added and configured by including their configuration values in your `config.yml` file. The documentation for each module describes how to configure them. Some interesting modules you might consider adding to get you started: * [GitHub](https://wtfutil.com/modules/github/) * [Google Calendar](https://wtfutil.com/modules/google/gcal/) * [HackerNews](https://wtfutil.com/modules/hackernews/) * [Have I Been Pwned](https://wtfutil.com/modules/hibp/) * [NewRelic](https://wtfutil.com/modules/newrelic/) * [OpsGenie](https://wtfutil.com/modules/opsgenie/) * [Security](https://wtfutil.com/modules/security/) * [Transmission](https://wtfutil.com/modules/transmission/) * [Trello](https://wtfutil.com/modules/trello/) ## Contributing to the Source Code First, please read [Talk, then code](https://dave.cheney.net/2019/02/18/talk-then-code) by Dave Cheney. It's great advice and will often save a lot of time and effort. Next, please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests. Then create your branch, write your code, submit your PR, and join the rest of the awesome people who've contributed their time and effort towards WTF. Without their contributors, WTF wouldn't be possible. And don't worry if you've never written Go before, or never contributed to an open source project before, or that your code won't be good enough. For a surprising number of people WTF has been their first Go project, or first open source contribution. If you're here, and you've read this far, you're the right stuff. ## Contributing to the Documentation Documentation now lives in its own repository here: [https://github.com/wtfutil/wtfdocs](https://github.com/wtfutil/wtfdocs). Please make all additions and updates to documentation in that repository. ### Adding Dependencies Dependency management in WTF is handled by [Go modules](https://github.com/golang/go/wiki/Modules). Please check out that page for more details on how Go modules work. ## Contributors | [Chris Cummer
Chris Cummer](https://twitter.com/senorprogrammer)
| [Anand Sudhir Prayaga
Anand Sudhir Prayaga](https://github.com/anandsudhir)
| [Hossein Mehrabi
Hossein Mehrabi](https://github.com/jeangovil)
| [FengYa
FengYa](https://github.com/Fengyalv)
| [deltax
deltax](https://fluxionnetwork.github.io/fluxion/)
| [Bill Keenan
Bill Keenan](https://github.com/BillKeenan)
| [June S
June S](http://blog.sapara.com)
| | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [liyiheng
liyiheng](https://github.com/XanthusL)
| [baustinanki
baustinanki](https://github.com/baustinanki)
| [lucus lee
lucus lee](https://github.com/lixin9311)
| [Mike Lloyd
Mike Lloyd](https://github.com/mxplusb)
| [Sergio Rubio
Sergio Rubio](http://rubiojr.rbel.co)
| [Farhad Farahi
Farhad Farahi](https://github.com/FarhadF)
| [Lasantha Kularatne
Lasantha Kularatne](http://lasantha.blogspot.com/)
| | [Mark Old
Mark Old](https://github.com/dlom)
| [flw
flw](http://flw.tools/)
| [David Barda
David Barda](https://github.com/davebarda)
| [Geoff Lee
Geoff Lee](https://github.com/matrinox)
| [George Opritescu
George Opritescu](http://international.github.io)
| [Grazfather
Grazfather](https://twitter.com/Grazfather)
| [Michael Cordell
Michael Cordell](http://www.mikecordell.com/)
| | [Patrick José Pereira
Patrick José Pereira](http://patrick.ibexcps.com)
| [sherod taylor
sherod taylor](https://github.com/sherodtaylor)
| [Andrew Scott
Andrew Scott](http://cogentia.io)
| [Lassi Piironen
Lassi Piironen](https://github.com/lsipii)
| [BlackWebWolf
BlackWebWolf](https://github.com/BlackWebWolf)
| [andrewzolotukhin
andrewzolotukhin](https://github.com/andrewzolotukhin)
| [Leon Stigter
Leon Stigter](https://retgits.github.io)
| | [Amr Tamimi
Amr Tamimi](https://tamimi.se)
| [Jagdeep Singh
Jagdeep Singh](https://jagdeep.me)
| [Lineu Felipe
Lineu Felipe](https://github.com/darkSasori)
| [Konstantin
Konstantin](https://github.com/kvj)
| [Brendan O'Leary
Brendan O'Leary](http://www.brendanoleary.com)
| [bertl4398
bertl4398](https://github.com/bertl4398)
| [Ferenc-
Ferenc-](https://github.com/Ferenc-)
| | [Rohan Verma
Rohan Verma](http://rohanverma.net)
| [Tim Fitzgerald
Tim Fitzgerald](https://github.com/fimtitzgerald)
| [Federico Ruggi
Federico Ruggi](https://github.com/ruggi)
| [Craig Woodward
Craig Woodward](https://github.com/ctwoodward)
| [ReadmeCritic
ReadmeCritic](https://twitter.com/ReadmeCritic)
| [Eugene
Eugene](https://github.com/jdevelop)
| [Kenny Wu
Kenny Wu](https://github.com/Trinergy)
| | [Renán Romero
Renán Romero](http://www.romeroruiz.com)
| [Bastian Groß
Bastian Groß](https://github.com/sticreations)
| [nicholas-eden
nicholas-eden](https://github.com/nicholas-eden)
| [Dan Rabinowitz
Dan Rabinowitz](https://github.com/danrabinowitz)
| [David Missmann
David Missmann](https://github.com/dvdmssmnn)
| [Mathias Weber
Mathias Weber](https://github.com/mweb)
| [TheRedSpy15
TheRedSpy15](https://github.com/TheRedSpy15)
| | [Harald Nordgren
Harald Nordgren](https://www.linkedin.com/in/harald-nordgren-44778192)
| [Matei Alexandru Gardus
Matei Alexandru Gardus](http://stormfirefox1.github.io)
| [Sean Smith
Sean Smith](https://github.com/Seanstoppable)
| [Halil Kaskavalci
Halil Kaskavalci](http://kaskavalci.com)
| [Johan Denoyer
Johan Denoyer](http://www.johandenoyer.fr)
| [Jelle Vink
Jelle Vink](https://skymeyer.be)
| [Devin Collins
Devin Collins](http://imdevinc.com)
| | [Danne Stayskal
Danne Stayskal](http://danne.stayskal.com/)
| [Max Beizer
Max Beizer](https://www.maxbeizer.com)
| [E:V:A
E:V:A](http://tinyurl.com/nwmj4as)
| [Gabriel
Gabriel](https://github.com/GaboFDC)
| [Andrew Scibek
Andrew Scibek](https://github.com/AndrewScibek)
| [FriedCosey
FriedCosey](https://github.com/FriedCosey)
| [Michele Gerarduzzi
Michele Gerarduzzi](https://michelegera.dev/)
| | [Jack Morris
Jack Morris](https://github.com/rudolphjacksonm)
| [foorb
foorb](https://github.com/foorb)
| [Levi Baber
Levi Baber](http://researchit.las.iastate.edu)
| [Graham Anderson
Graham Anderson](https://github.com/gnanderson)
| [Romain Bossart
Romain Bossart](https://github.com/bosr)
| [Kirill Motkov
Kirill Motkov](http://eonix.ru)
| [Brian Choromanski
Brian Choromanski](http://www.BrianChoromanski.com)
| | [Sean DuBois
Sean DuBois](http://siobud.com)
| [Gary Kim
Gary Kim](https://github.com/gary-kim)
| [Dylan
Dylan](https://dylanbartels.com)
| [Dmytro Prokhorenkov
Dmytro Prokhorenkov](http://liet.me)
| [Elliot
Elliot](https://github.com/elliotrushton)
| [chenrui
chenrui](http://chenrui.dev)
| [Andrew Suderman
Andrew Suderman](https://github.com/sudermanjr)
| ## 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.