1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
Bryan Austin bf2a27dc79 Allow use of project list in Jira module config
For my own use case (and anyone in a similar situation), the Jira
module is more useful if I can specify a list of projects to
display issues from, rather than no project (which selects all
projects) or one specific project.

New supported syntax:
`  project: ["PROJA", "PROJB"]`

If this is merged, documentation for the Jira module should be
updated accordingly. (Sorry, I would have done this myself but
I'm not sure what the right place is - when grepping I find
multiple places in the repo containing documentation strings
and I'm not sure what the "master" location is)

Specifying a single project (or no project) is still supported -
behavior shouldn't change for anyone who doesn't change their
config.
2018-06-13 02:14:04 -07:00
2018-06-13 02:14:04 -07:00
2018-06-08 13:32:04 -07:00
2018-06-06 11:34:32 -07:00
2018-06-08 13:32:04 -07:00
2018-06-08 10:59:47 +04:30
2018-06-08 10:59:47 +04:30
2018-06-08 13:23:07 -07:00
2018-06-13 02:14:04 -07:00
2018-06-08 10:59:47 +04:30
2018-06-08 13:23:07 -07:00
2018-06-08 11:59:54 -07:00
2018-06-07 15:37:57 -07:00
2018-06-02 14:03:36 +02:00
2018-06-13 02:14:04 -07:00
2018-06-07 15:37:57 -07:00
2018-06-01 13:41:27 -07:00
2018-06-08 13:23:07 -07:00
2018-06-08 13:23:07 -07:00
2018-06-08 12:04:56 -07:00
2018-06-07 09:03:32 -07:00
2018-06-07 09:03:32 -07:00
2018-06-13 02:14:04 -07:00

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.

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.

Description
The personal information dashboard for your terminal
Readme 49 MiB
Languages
Go 99.1%
Makefile 0.6%
Smarty 0.2%