diff --git a/_site/content/modules/spotify.md b/_site/content/modules/spotify.md new file mode 100644 index 00000000..70789801 --- /dev/null +++ b/_site/content/modules/spotify.md @@ -0,0 +1,54 @@ +--- +title: "Spotify" +date: 2018-10-02T17:13:11-07:00 +draft: false +weight: 205 +--- + +Control the Spotify client. + +## Source Code + +```bash +wtf/spotify/ +``` + +## Keyboard Commands + +Key: `/`
+Action: Open/close the widget's help window. + +Key: `space`
+Action: + +Key: `h`
+Action: + +Key: `l`
+Action: + +## Configuration + +```yaml +spotify: + enabled: true + position: + top: 1 + left: 2 + height: 1 + width: 1 + refreshInterval: 0 +``` + +## Attributes + +`enabled`
+Determines whether or not this module is executed and if its data displayed onscreen.
+Values: `true`, `false`. + +`position`
+Defines where in the grid this module's widget will be displayed.
+ +`refreshInterval`
+How often, in seconds, this module will update its data.
+Values: A positive integer, `0..n`. diff --git a/docs/404.html b/docs/404.html index 4465a1f5..3b059b70 100644 --- a/docs/404.html +++ b/docs/404.html @@ -311,6 +311,13 @@ Security + +
  • +
    + + Spotify + +
  • diff --git a/docs/categories/index.html b/docs/categories/index.html index 5d7014f8..853d2e86 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -311,6 +311,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/configuration/attributes/index.html b/docs/configuration/attributes/index.html index 93cb6767..865f5ae0 100644 --- a/docs/configuration/attributes/index.html +++ b/docs/configuration/attributes/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/configuration/index.html b/docs/configuration/index.html index 8b32ca0d..685f2948 100644 --- a/docs/configuration/index.html +++ b/docs/configuration/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/configuration/iterm2/index.html b/docs/configuration/iterm2/index.html index 6303ad45..2ca5212c 100644 --- a/docs/configuration/iterm2/index.html +++ b/docs/configuration/iterm2/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/getting_started/glossary/index.html b/docs/getting_started/glossary/index.html index 642dcbfa..51819786 100644 --- a/docs/getting_started/glossary/index.html +++ b/docs/getting_started/glossary/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/getting_started/index.html b/docs/getting_started/index.html index 9b78856a..d50e3e86 100644 --- a/docs/getting_started/index.html +++ b/docs/getting_started/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/getting_started/installation/index.html b/docs/getting_started/installation/index.html index 8ffd1e57..ad293ce3 100644 --- a/docs/getting_started/installation/index.html +++ b/docs/getting_started/installation/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/index.html b/docs/index.html index fd111299..52bbcfaa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -311,6 +311,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • diff --git a/docs/index.json b/docs/index.json index e0b71f71..cf8fc697 100644 --- a/docs/index.json +++ b/docs/index.json @@ -244,6 +244,13 @@ "description": "", "content": " Displays some general information about the state of the machine\u0026rsquo;s wifi connection, firewall, DNS settings, and logged-in users.\nWifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Users Which users are logged into the machine. Note: Does not yet show hidden users. Source Code wtf/security/ Configuration security:enabled:trueposition:top:1left:2height:1width:1refreshInterval:3600 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.\nposition Defines where in the grid this module\u0026rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: A positive integer, 0..n.\n" }, +{ + "uri": "https://wtfutil.com/modules/spotify/", + "title": "Spotify", + "tags": [], + "description": "", + "content": " Control the Spotify client.\nSource Code wtf/spotify/ Keyboard Commands Key: / Action: Open/close the widget\u0026rsquo;s help window.\nKey: space Action:\nKey: h Action:\nKey: l Action:\nConfiguration spotify:enabled:trueposition:top:1left:2height:1width:1refreshInterval:0 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.\nposition Defines where in the grid this module\u0026rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: A positive integer, 0..n.\n" +}, { "uri": "https://wtfutil.com/modules/textfile/", "title": "Textfile", diff --git a/docs/index.xml b/docs/index.xml index 1807cc55..f67838c3 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -410,6 +410,21 @@ position Defines where in the grid this module’s widget will be displa Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Users Which users are logged into the machine. + + Spotify + https://wtfutil.com/modules/spotify/ + Tue, 02 Oct 2018 17:13:11 -0700 + + https://wtfutil.com/modules/spotify/ + Control the Spotify client. +Source Code wtf/spotify/ Keyboard Commands Key: / Action: Open/close the widget’s help window. +Key: space Action: +Key: h Action: +Key: l Action: +Configuration spotify:enabled:trueposition:top:1left:2height:1width:1refreshInterval:0 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. +position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. + + Textfile https://wtfutil.com/modules/textfile/ diff --git a/docs/modules/bamboohr/index.html b/docs/modules/bamboohr/index.html index 56c61131..eca769e8 100644 --- a/docs/modules/bamboohr/index.html +++ b/docs/modules/bamboohr/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/circleci/index.html b/docs/modules/circleci/index.html index a8852f80..0d57ef0c 100644 --- a/docs/modules/circleci/index.html +++ b/docs/modules/circleci/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/clocks/index.html b/docs/modules/clocks/index.html index 4f839f74..d827419e 100644 --- a/docs/modules/clocks/index.html +++ b/docs/modules/clocks/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/cmdrunner/index.html b/docs/modules/cmdrunner/index.html index 77892fe2..7877b584 100644 --- a/docs/modules/cmdrunner/index.html +++ b/docs/modules/cmdrunner/index.html @@ -141,35 +141,6 @@ CmdRunner
    -
  • -
  • -
    - Crypo Currencies -
    -
  • @@ -212,28 +183,6 @@ Gitter
    -
  • -
  • -
    - Google Apps -
    -
  • @@ -241,28 +190,6 @@ Hacker News
    -
  • -
  • -
    - IP Addresses -
    -
  • @@ -312,6 +239,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -354,28 +288,6 @@ Twitter
    -
  • -
  • -
    - Weather Services -
    -
  • @@ -433,6 +345,7 @@ + diff --git a/docs/modules/cryptocurrencies/bittrex/index.html b/docs/modules/cryptocurrencies/bittrex/index.html index fda3c99a..1985918f 100644 --- a/docs/modules/cryptocurrencies/bittrex/index.html +++ b/docs/modules/cryptocurrencies/bittrex/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -438,6 +445,7 @@ + diff --git a/docs/modules/cryptocurrencies/blockfolio/index.html b/docs/modules/cryptocurrencies/blockfolio/index.html index 26c787d2..c5dfbf90 100644 --- a/docs/modules/cryptocurrencies/blockfolio/index.html +++ b/docs/modules/cryptocurrencies/blockfolio/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -438,6 +445,7 @@ + diff --git a/docs/modules/cryptocurrencies/cryptolive/index.html b/docs/modules/cryptocurrencies/cryptolive/index.html index 8be159c1..c3390cc7 100644 --- a/docs/modules/cryptocurrencies/cryptolive/index.html +++ b/docs/modules/cryptocurrencies/cryptolive/index.html @@ -141,36 +141,6 @@ CmdRunner
    -
  • -
  • -
    - Crypo Currencies - -
    -
  • @@ -213,28 +183,6 @@ Gitter
    -
  • -
  • -
    - Google Apps -
    -
  • @@ -242,28 +190,6 @@ Hacker News
    -
  • -
  • -
    - IP Addresses -
    -
  • @@ -313,6 +239,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -355,28 +288,6 @@ Twitter
    -
  • -
  • -
    - Weather Services -
    -
  • @@ -438,6 +349,7 @@ + diff --git a/docs/modules/cryptocurrencies/index.html b/docs/modules/cryptocurrencies/index.html index 4c9b374d..cbea0dc4 100644 --- a/docs/modules/cryptocurrencies/index.html +++ b/docs/modules/cryptocurrencies/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -438,6 +445,7 @@ + diff --git a/docs/modules/datadog/index.html b/docs/modules/datadog/index.html index 6b90bef1..34fb5222 100644 --- a/docs/modules/datadog/index.html +++ b/docs/modules/datadog/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/gerrit/index.html b/docs/modules/gerrit/index.html index 6587ef0a..c4d5a128 100644 --- a/docs/modules/gerrit/index.html +++ b/docs/modules/gerrit/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -410,13 +417,22 @@ + + + @@ -424,12 +440,16 @@ + + diff --git a/docs/modules/git/index.html b/docs/modules/git/index.html index 0d834d23..920d571b 100644 --- a/docs/modules/git/index.html +++ b/docs/modules/git/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/github/index.html b/docs/modules/github/index.html index 55fa7e9e..0f9866eb 100644 --- a/docs/modules/github/index.html +++ b/docs/modules/github/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/gitlab/index.html b/docs/modules/gitlab/index.html index 4aa5fe31..c9c367ed 100644 --- a/docs/modules/gitlab/index.html +++ b/docs/modules/gitlab/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/gitter/index.html b/docs/modules/gitter/index.html index e76ab34f..94749048 100644 --- a/docs/modules/gitter/index.html +++ b/docs/modules/gitter/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/google/gcal/index.html b/docs/modules/google/gcal/index.html index 950bbfbf..eccbb59a 100644 --- a/docs/modules/google/gcal/index.html +++ b/docs/modules/google/gcal/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/google/gspreadsheet/index.html b/docs/modules/google/gspreadsheet/index.html index e52f1a03..113c859a 100644 --- a/docs/modules/google/gspreadsheet/index.html +++ b/docs/modules/google/gspreadsheet/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/google/index.html b/docs/modules/google/index.html index bc3a2ba5..1f63c204 100644 --- a/docs/modules/google/index.html +++ b/docs/modules/google/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/hackernews/index.html b/docs/modules/hackernews/index.html index b63a531a..e3ddb62c 100644 --- a/docs/modules/hackernews/index.html +++ b/docs/modules/hackernews/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/index.html b/docs/modules/index.html index d1d8af26..20405dca 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/index.xml b/docs/modules/index.xml index f6bb080d..93537761 100644 --- a/docs/modules/index.xml +++ b/docs/modules/index.xml @@ -260,6 +260,21 @@ position Defines where in the grid this module’s widget will be displa Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Users Which users are logged into the machine. + + Spotify + https://wtfutil.com/modules/spotify/ + Tue, 02 Oct 2018 17:13:11 -0700 + + https://wtfutil.com/modules/spotify/ + Control the Spotify client. +Source Code wtf/spotify/ Keyboard Commands Key: / Action: Open/close the widget’s help window. +Key: space Action: +Key: h Action: +Key: l Action: +Configuration spotify:enabled:trueposition:top:1left:2height:1width:1refreshInterval:0 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. +position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. + + Textfile https://wtfutil.com/modules/textfile/ diff --git a/docs/modules/ipaddress/index.html b/docs/modules/ipaddress/index.html index 195e87ba..968ca709 100644 --- a/docs/modules/ipaddress/index.html +++ b/docs/modules/ipaddress/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/ipaddress/ipapi/index.html b/docs/modules/ipaddress/ipapi/index.html index 52e010d2..bf9a7691 100644 --- a/docs/modules/ipaddress/ipapi/index.html +++ b/docs/modules/ipaddress/ipapi/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/ipaddress/ipinfo/index.html b/docs/modules/ipaddress/ipinfo/index.html index 01f1eba1..fd490b3c 100644 --- a/docs/modules/ipaddress/ipinfo/index.html +++ b/docs/modules/ipaddress/ipinfo/index.html @@ -313,6 +313,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -437,6 +444,7 @@ + diff --git a/docs/modules/jenkins/index.html b/docs/modules/jenkins/index.html index 82f728d0..c7f6aa43 100644 --- a/docs/modules/jenkins/index.html +++ b/docs/modules/jenkins/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/jira/index.html b/docs/modules/jira/index.html index 66a49919..49f6a4fa 100644 --- a/docs/modules/jira/index.html +++ b/docs/modules/jira/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -410,13 +417,22 @@ + + + @@ -424,12 +440,16 @@ + + diff --git a/docs/modules/logger/index.html b/docs/modules/logger/index.html index aaeb187a..11643f00 100644 --- a/docs/modules/logger/index.html +++ b/docs/modules/logger/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/newrelic/index.html b/docs/modules/newrelic/index.html index 572257fc..71b2e6b2 100644 --- a/docs/modules/newrelic/index.html +++ b/docs/modules/newrelic/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/opsgenie/index.html b/docs/modules/opsgenie/index.html index c0de62f3..a04f6bcd 100644 --- a/docs/modules/opsgenie/index.html +++ b/docs/modules/opsgenie/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/power/index.html b/docs/modules/power/index.html index fe35ceb2..c5318dae 100644 --- a/docs/modules/power/index.html +++ b/docs/modules/power/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/security/index.html b/docs/modules/security/index.html index 23dac582..078bfd27 100644 --- a/docs/modules/security/index.html +++ b/docs/modules/security/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + @@ -534,7 +542,7 @@ Values: A positive integer, 0..n.

    diff --git a/docs/modules/spotify/index.html b/docs/modules/spotify/index.html new file mode 100644 index 00000000..3572ce30 --- /dev/null +++ b/docs/modules/spotify/index.html @@ -0,0 +1,583 @@ + + + + WTF - the terminal dashboard + + + + +Spotify :: WTF - the terminal dashboard + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    + +
    + + +
    + + + + + + +
    + + +

    Spotify

    + + + + + +

    Control the Spotify client.

    + +

    Source Code

    +
    wtf/spotify/
    +

    Keyboard Commands

    + +

    Key: /
    +Action: Open/close the widget’s help window.

    + +

    Key: space
    +Action:

    + +

    Key: h
    +Action:

    + +

    Key: l
    +Action:

    + +

    Configuration

    +
    spotify:
    +  enabled: true
    +  position:
    +    top: 1
    +    left: 2
    +    height: 1
    +    width: 1
    +  refreshInterval: 0
    +

    Attributes

    + +

    enabled
    +Determines whether or not this module is executed and if its data displayed onscreen.
    +Values: true, false.

    + +

    position
    +Defines where in the grid this module’s widget will be displayed.

    + +

    refreshInterval
    +How often, in seconds, this module will update its data.
    +Values: A positive integer, 0..n.

    + + + + + + +
    +
    + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/modules/textfile/index.html b/docs/modules/textfile/index.html index 30e81a51..181201f2 100644 --- a/docs/modules/textfile/index.html +++ b/docs/modules/textfile/index.html @@ -312,6 +312,13 @@ Security +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + @@ -532,7 +540,7 @@ Values: A positive integer, 0..n.

    diff --git a/docs/modules/todo/index.html b/docs/modules/todo/index.html index d2905a42..4c01cb73 100644 --- a/docs/modules/todo/index.html +++ b/docs/modules/todo/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/todoist/index.html b/docs/modules/todoist/index.html index 13aaefed..b2d91265 100644 --- a/docs/modules/todoist/index.html +++ b/docs/modules/todoist/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/travisci/index.html b/docs/modules/travisci/index.html index 238ab72b..1953e838 100644 --- a/docs/modules/travisci/index.html +++ b/docs/modules/travisci/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/trello/index.html b/docs/modules/trello/index.html index e74558d3..d161e8f2 100644 --- a/docs/modules/trello/index.html +++ b/docs/modules/trello/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/twitter/index.html b/docs/modules/twitter/index.html index 813e0033..72feba49 100644 --- a/docs/modules/twitter/index.html +++ b/docs/modules/twitter/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/modules/weather_services/index.html b/docs/modules/weather_services/index.html index 09e7777e..c7e9a710 100644 --- a/docs/modules/weather_services/index.html +++ b/docs/modules/weather_services/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -434,6 +441,7 @@ + diff --git a/docs/modules/weather_services/prettyweather/index.html b/docs/modules/weather_services/prettyweather/index.html index 695684c7..320541eb 100644 --- a/docs/modules/weather_services/prettyweather/index.html +++ b/docs/modules/weather_services/prettyweather/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -434,6 +441,7 @@ + diff --git a/docs/modules/weather_services/weather/index.html b/docs/modules/weather_services/weather/index.html index cfab6b23..1fda7c33 100644 --- a/docs/modules/weather_services/weather/index.html +++ b/docs/modules/weather_services/weather/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -434,6 +441,7 @@ + diff --git a/docs/modules/zendesk/index.html b/docs/modules/zendesk/index.html index aafc2b98..d050e88f 100644 --- a/docs/modules/zendesk/index.html +++ b/docs/modules/zendesk/index.html @@ -312,6 +312,13 @@ Security
    +
  • +
  • +
    + + Spotify + +
  • @@ -433,6 +440,7 @@ + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 4d0fb08a..c98cea39 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -177,6 +177,11 @@ 2018-05-08T20:33:28-07:00 + + https://wtfutil.com/modules/spotify/ + 2018-10-02T17:13:11-07:00 + + https://wtfutil.com/modules/textfile/ 2018-05-09T11:13:11-07:00 diff --git a/docs/tags/index.html b/docs/tags/index.html index 49e12502..a91770f9 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -311,6 +311,13 @@ Security
    +
  • +
  • +
    + + Spotify + +