diff --git a/README.md b/README.md index e42c450c..cc422cc3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ And a "probably up-to-date" list of currently-implemented modules: * [Google Calendar](http://wtfutil.com/posts/modules/gcal/) * [Git](http://wtfutil.com/posts/modules/git/) * [GitHub](http://wtfutil.com/posts/modules/github/) +* [IPInfo](http://wtfutil.com/posts/modules/ipinfo/) * [Jira](http://wtfutil.com/posts/modules/jira/) * [New Relic](http://wtfutil.com/posts/modules/newrelic/) * [OpsGenie](http://wtfutil.com/posts/modules/opsgenie) diff --git a/_site/content/posts/modules/ipinfo.md b/_site/content/posts/modules/ipinfo.md new file mode 100644 index 00000000..5d54247d --- /dev/null +++ b/_site/content/posts/modules/ipinfo.md @@ -0,0 +1,47 @@ +--- +title: "Module: IPInfo" +date: 2018-06-01T23:18:48-07:00 +draft: false +--- + +Displays your current IP address information, from ipinfo.io. + +## Source Code + +```bash +wtf/ipinfo/ +``` + +## Required ENV Variables + +None. + +## Keyboard Commands + +None. + +## Configuration + +```yaml +ipinfo: + enabled: true + position: + top: 1 + left: 2 + height: 1 + width: 1 + refreshInterval: 15 +``` + +### 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/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html index b3c4f515..7c581c66 100644 --- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html +++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html @@ -28,6 +28,7 @@ + diff --git a/docs/404.html b/docs/404.html index b5dddde5..c4f18f4d 100644 --- a/docs/404.html +++ b/docs/404.html @@ -69,6 +69,7 @@ + diff --git a/docs/categories/index.html b/docs/categories/index.html index 0718fcfd..b1bbd4b5 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -71,6 +71,7 @@ + diff --git a/docs/index.html b/docs/index.html index f7e9f6ea..86aa7fad 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,6 +70,7 @@ + diff --git a/docs/index.xml b/docs/index.xml index 7f6ac364..70822fdc 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -6,11 +6,24 @@ Recent content on WTF - A Terminal Dashboard Hugo -- gohugo.io en-us - Sat, 26 May 2018 19:26:23 -0700 + Fri, 01 Jun 2018 23:18:48 -0700 + + Module: IPInfo + https://wtfutil.com/posts/modules/ipinfo/ + Fri, 01 Jun 2018 23:18:48 -0700 + + https://wtfutil.com/posts/modules/ipinfo/ + Displays your current IP address information, from ipinfo.io. +Source Code wtf/ipinfo/ Required ENV Variables None. +Keyboard Commands None. +Configuration ipinfo:enabled:trueposition:top:1left:2height:1width:1refreshInterval:15 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. + + Modules: Power https://wtfutil.com/posts/modules/power/ diff --git a/docs/posts/configuration/attributes/index.html b/docs/posts/configuration/attributes/index.html index f8ae04f0..cd62fe89 100644 --- a/docs/posts/configuration/attributes/index.html +++ b/docs/posts/configuration/attributes/index.html @@ -69,6 +69,7 @@ + diff --git a/docs/posts/configuration/index.html b/docs/posts/configuration/index.html index a477814a..63d7284f 100644 --- a/docs/posts/configuration/index.html +++ b/docs/posts/configuration/index.html @@ -69,6 +69,7 @@ + diff --git a/docs/posts/configuration/iterm2/index.html b/docs/posts/configuration/iterm2/index.html index 3653da28..818fe5b5 100644 --- a/docs/posts/configuration/iterm2/index.html +++ b/docs/posts/configuration/iterm2/index.html @@ -69,6 +69,7 @@ + diff --git a/docs/posts/glossary/index.html b/docs/posts/glossary/index.html index cbbcf557..b3f10ccf 100644 --- a/docs/posts/glossary/index.html +++ b/docs/posts/glossary/index.html @@ -69,6 +69,7 @@ + diff --git a/docs/posts/index.html b/docs/posts/index.html index c2bf43af..ff7ee96b 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -71,6 +71,7 @@ + @@ -95,6 +96,13 @@

Posts