A personal information dashboard for your terminal.
Go CSS HTML Makefile
Clone or download
Image Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Image .github Update Support.md Jun 3, 2018
Image _sample_configs Close #84. Add wtf.colors.background config option May 31, 2018
Image _site Add documentation for CryptoLive Jun 4, 2018
Image bamboohr Implement ASCII-only widget titles Jun 4, 2018
Image clocks Implement ASCII-only widget titles Jun 4, 2018
Image cmdrunner Implement ASCII-only widget titles Jun 4, 2018
Image cryptoexchanges/cryptolive Implement ASCII-only widget titles Jun 4, 2018
Image docs Add documentation for CryptoLive Jun 4, 2018
Image gcal Implement ASCII-only widget titles Jun 4, 2018
Image git Implement ASCII-only widget titles Jun 4, 2018
Image github Implement ASCII-only widget titles Jun 4, 2018
Image help Change -i flag to -m. See 'wtf --help' for details May 31, 2018
Image ipinfo Add left-hand margin for IPInfo widget Jun 3, 2018
Image jira Implement ASCII-only widget titles Jun 4, 2018
Image newrelic Implement ASCII-only widget titles Jun 4, 2018
Image opsgenie Implement ASCII-only widget titles Jun 4, 2018
Image power Implement ASCII-only widget titles Jun 4, 2018
Image prettyweather Implement ASCII-only widget titles Jun 4, 2018
Image security Implement ASCII-only widget titles Jun 4, 2018
Image status Implement ASCII-only widget titles Jun 4, 2018
Image system Implement ASCII-only widget titles Jun 4, 2018
Image textfile Implement ASCII-only widget titles Jun 4, 2018
Image todo Implement ASCII-only widget titles Jun 4, 2018
Image weather Apparently I don't know how to spell 'sigil' May 25, 2018
Image wtf read widget title from config file Jun 4, 2018
Image wtf_tests A very basic start to adding some unit tests May 18, 2018
Image .editorconfig Minor git tweaks Jun 2, 2018
Image .gitignore Ignore the dist/ dir Jun 2, 2018
Image .goreleaser.yml Conform ldflag names to those that goreleaser uses May 17, 2018
Image CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Jun 2, 2018
Image CONTRIBUTING.md Cleaner config format and added simple_config.yml example Apr 10, 2018
Image LICENSE.md Cleaner config format and added simple_config.yml example Apr 10, 2018
Image Makefile linux/ubuntu wraps for security Jun 2, 2018
Image README.md Update the readme with Gitter info Jun 3, 2018
Image wtf.go Fixing merge conflict Jun 4, 2018

README.md

Image

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

Image

Quick Start

Installation from Source

Note: This has only been tested to build against Go 1.9.2. It won't work with Go versions < 1.7, and only may work on other versions.

go get -u github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run

Or download the latest binary.

Support

Chat on Gitter: Join the chat at https://gitter.im/wtfutil/Lobby

Documentation

See https://wtfutil.com for the definitive documentation. Here's some short-cuts:

And a "probably up-to-date" list of currently-implemented modules:

*experimental

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

Authors

License

See LICENSE.md file for details.

Acknowledgments

The inspiration for WTF came from Monica Dinculescu's 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.

Image