1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
Bryan Austin 4c70cae64b Make use of multiple calendars in GCal module optional
The change in PR #211 to make the GCal module use all calendars
writable to the user is not desirable in all situations. At my
organization, I have write access to calendars for conference
rooms, for people's OOO events, etc. that fill my screen,
obscuring the events on my own calendar.

This change puts the behavior in that change behind a new config
flag, `wtf.mods.gcal.multiCalendar`. It defaults to `false`, but
feel free to change that if you think this is behavior that most
users would want (I tend to default towards preserving existing
behavior, in this case from before that change).
2018-06-19 11:24:50 -07:00
2018-06-17 08:05:39 -07:00
2018-06-17 08:06:58 -07:00
2018-06-08 13:23:07 -07:00
2018-06-10 03:47:14 +03:00
2018-06-02 14:03:36 +02:00
2018-06-13 02:14:04 -07:00
2018-06-10 03:36:53 +03: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-17 08:06:58 -07:00

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

Quick Start

Download and run the latest binary or install from source:

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 for the definitive documentation. Here's some short-cuts:

Contributors

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

Thanks goes to these wonderful people:


Chris Cummer


Hossein Mehrabi


FengYa


deltax


Bill Keenan


June S


liyiheng


baustinanki


lucus lee


Mike Lloyd


Sergio Rubio


Farhad Farahi


Lasantha Kularatne


Mark Old


flw


David Barda


Geoff Lee


George Opritescu


Grazfather


Michael Cordell


Patrick José Pereira


sherod taylor


Andrew Scott


Anand Sudhir Prayaga


Lassi Piironen


BlackWebWolf


andrewzolotukhin

This project follows the all-contributors specification. Contributions of any kind welcome!

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%