mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
38 lines
2.6 KiB
XML
38 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>Google Apps on WTF - the terminal dashboard</title>
|
|
<link>/modules/google/</link>
|
|
<description>Recent content in Google Apps on WTF - the terminal dashboard</description>
|
|
<generator>Hugo -- gohugo.io</generator>
|
|
<language>en-us</language>
|
|
<lastBuildDate>Tue, 14 Aug 2018 01:39:58 -0700</lastBuildDate>
|
|
|
|
<atom:link href="/modules/google/index.xml" rel="self" type="application/rss+xml" />
|
|
|
|
|
|
<item>
|
|
<title>Google Calendar</title>
|
|
<link>/modules/google/gcal/</link>
|
|
<pubDate>Thu, 10 May 2018 08:25:33 -0700</pubDate>
|
|
|
|
<guid>/modules/google/gcal/</guid>
|
|
<description>Displays your upcoming Google calendar events.
|
|
Not: Setting up access to Google Calendars for Go is a bit unobvious. Check out Google&rsquo;s Go Quickstart first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach.
|
|
Source Code wtf/gcal/ Configuration gcal: colors: title: &#34;red&#34; description: &#34;lightblue&#34; highlights: - [&#39;1on1|1\/11&#39;, &#39;green&#39;] - [&#39;apple|google|aws&#39;, &#39;blue&#39;] - [&#39;interview|meet&#39;, &#39;magenta&#39;] - [&#39;lunch&#39;, &#39;yellow&#39;] past: &#34;gray&#34; conflictIcon: &#34;🚨&#34; currentIcon: &#34;💥&#34; displayResponseStatus: true email: &#34;chriscummer@me.</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title>Google Spreadsheets</title>
|
|
<link>/modules/google/gspreadsheet/</link>
|
|
<pubDate>Sun, 10 Jun 2018 18:26:26 -0400</pubDate>
|
|
|
|
<guid>/modules/google/gspreadsheet/</guid>
|
|
<description>Added in v0.0.7.
|
|
Display information from cells in a Google Spreadsheet.
|
|
wtf/gspreadsheets/ Configuration gspreadsheets: colors: values: &#34;green&#34; cells: names: - &#34;Cell 1 name&#34; - &#34;Cell 2 name&#34; addresses: - &#34;A1&#34; - &#34;A2&#34; enabled: true position: top: 0 left: 0 width: 1 height: 1 refreshInterval: &#34;300&#34; secretFile: &#34;~/.config/wtf/gspreadsheets/client_secret.json&#34; sheetId: &#34;id_of_google_spreadsheet&#34; Attributes colors.values The color to display the cell values in. Values: Any X11 color name.
|
|
cells.names cells.addresses enabled Whether or not this module is executed and if its data displayed onscreen.</description>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss> |