1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

514 Commits

Author SHA1 Message Date
Chris Cummer
299c294acb Add clarifying text to GitHub documenation 2018-06-07 09:03:32 -07:00
Chris Cummer
4c5a203a1f Remove the sleeps from the cryptocurrecy modules. Don't need them 2018-06-07 09:03:32 -07:00
Hossein Mehrabi
c6aee425a0 update openweathermap package 2018-06-07 09:03:32 -07:00
Sergio Rubio
4c938000cb Add Travis CI config
Currently it only tests that wtf builds.
2018-06-07 09:03:32 -07:00
Sergio Rubio
227720e0d1 Vendor dependencies using golang/dep
Output from 'dep status':

PROJECT                               CONSTRAINT     VERSION        REVISION  LATEST   PKGS USED
cloud.google.com/go                   v0.23.0        v0.23.0        0fd7230   v0.23.0  1
github.com/briandowns/openweathermap  ^0.11.0        0.11           1b87579   0.11     1
github.com/gdamore/encoding           branch master  branch master  b23993c   b23993c  1
github.com/gdamore/tcell              ^1.0.0         v1.0.0         061d51a   v1.0.0   2
github.com/go-test/deep               ^1.0.1         v1.0.1         6592d9c   v1.0.1   1
github.com/golang/protobuf            v1.1.0         v1.1.0         b4deda0   v1.1.0   1
github.com/google/go-github           branch master  branch master  2ae5df7   2ae5df7  1
github.com/google/go-querystring      branch master  branch master  53e6ce1   53e6ce1  1
github.com/jessevdk/go-flags          ^1.4.0         v1.4.0         c6ca198   v1.4.0   1
github.com/lucasb-eyer/go-colorful    v1.0           v1.0           345fbb3   v1.0     1
github.com/mattn/go-runewidth         v0.0.2         v0.0.2         9e777a8   v0.0.2   1
github.com/olebedev/config            branch master  branch master  9a10d05   9a10d05  1
github.com/radovskyb/watcher          ^1.0.2         v1.0.2         6145e14   v1.0.2   1
github.com/rivo/tview                 branch master  branch master  71ecf1f   71ecf1f  1
github.com/yfronto/newrelic           branch master  branch master  f7fa0c6   f7fa0c6  1
golang.org/x/net                      branch master  branch master  1e49130   1e49130  2
golang.org/x/oauth2                   branch master  branch master  1e0a3fa   1e0a3fa  5
golang.org/x/text                     v0.3.0         v0.3.0         f21a4df   v0.3.0   5
google.golang.org/api                 branch master  branch master  00e3bb8   00e3bb8  4
google.golang.org/appengine           v1.0.0         v1.0.0         150dc57   v1.0.0   10
gopkg.in/yaml.v2                      ^2.2.1         v2.2.1         5420a8b   v2.2.1   1

See https://golang.github.io/dep/docs/daily-dep.html
2018-06-07 09:03:32 -07:00
Chris Cummer
5c4f5ce638 Simplify the module titles in the documentation 2018-06-07 09:03:31 -07:00
Chris Cummer
8bec2e6495 Add Bittrex to the documentation sidebar 2018-06-07 09:03:31 -07:00
Chris Cummer
71df0c59e0 Clean up the formatting of the text in Bittrex module 2018-06-07 09:03:31 -07:00
Hossein Mehrabi
57e3a01b3a replaced updateInterval with refreshInterval 2018-06-07 09:03:31 -07:00
Hossein Mehrabi
f381e130bb replaced updateInterval with refreshInterval 2018-06-07 09:03:31 -07:00
Hossein Mehrabi
8198557b25 fixed cryptolive docs 2018-06-07 09:03:31 -07:00
Hossein Mehrabi
16c6dffeba better variable names 2018-06-07 09:03:30 -07:00
Hossein Mehrabi
0ffeab9c8d avoid panics 2018-06-07 09:03:30 -07:00
Chris Cummer
f619a904fa Order modules in alphabetical order 2018-06-07 09:03:30 -07:00
Chris Cummer
5d6ca43c61 Add screenshot to CryptoLive documenation 2018-06-07 09:03:30 -07:00
Chris Cummer
3eed30f31e Remove duplicate entries in makeWidgets() 2018-06-07 09:03:30 -07:00
Chris Cummer
03b100b603 Regenerate site to include correct path for CryptoLive 2018-06-07 09:03:25 -07:00
Patrick José Pereira
c8368ba507 prettyweather: Add view configuration
From `curl wttr.in/:help`:
```
View options:

    ?0                      # only current weather
    ?1                      # current weather + 1 day
    ?2                      # current weather + 2 days
    ?n                      # narrow version (only day and night)
    ?q                      # quiet version (no "Weather report" text)
    ?Q                      # superquiet version (no "Weather report", no city name)
    ?T                      # switch terminal sequences off (no colors)
```

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-06-07 09:03:23 -07:00
Hossein Mehrabi
db55e00a66 replaced updateInterval with refreshInterval 2018-06-07 09:03:22 -07:00
Hossein Mehrabi
547c26d46d replaced updateInterval with refreshInterval 2018-06-07 09:03:22 -07:00
Hossein Mehrabi
09044763ea fixed cryptolive docs 2018-06-07 09:03:22 -07:00
Hossein Mehrabi
f01044bd82 added bittrex to docs 2018-06-07 09:03:22 -07:00
lucus
bb1ff36b8d Fix duplicated output produced by scutil 2018-06-07 09:03:22 -07:00
Chris Cummer
4ae01c1c03 Add index to Configuration documentation page 2018-06-07 09:03:22 -07:00
Chris Cummer
4feb9c0188 Update Configuration documentation with an explanation of the grid layout system 2018-06-07 09:03:22 -07:00
lucus
94ccdc7777 Fix issue #89
Better handle dns on macOS
2018-06-07 09:03:22 -07:00
Hossein Mehrabi
d579334506 add module to docs 2018-06-07 09:03:18 -07:00
liyiheng
9c884122cf Power mod: Remove commented-out code 2018-06-05 13:45:40 +08:00
liyiheng
fc445cf2e7 Improvement: Battery state on Linux 2018-06-04 14:57:05 +08:00
liyiheng
c3111c20fc Merge branch 'master' of https://github.com/senorprogrammer/wtf 2018-06-04 14:27:41 +08:00
liyiheng
9828e5ba3e Improvement: Power mod for Linux 2018-06-04 14:27:05 +08:00
Chris Cummer
5ff80f309a Fixing merge conflict 2018-06-03 20:58:44 -07:00
Chris Cummer
218b6937b1 Implement ASCII-only widget titles
Widget titles can now be specified in the config file via a 'title' key.
Example:

  wtf:
    mods:
      todo:
        title: Tada

which can include emoji. No need to force everyone to look at my emoji,
now they can define their own.
2018-06-03 20:54:07 -07:00
Chris Cummer
c14902abb6 Tweak the formatting of the CryptoLive module a bit 2018-06-03 20:31:23 -07:00
Chris Cummer
cf33e2acec Add documentation for CryptoLive 2018-06-03 20:31:23 -07:00
Hossein Mehrabi
3c4902835e use map for http response 2018-06-03 20:31:23 -07:00
Hossein Mehrabi
5301eae6bf fixed cryptolive path 2018-06-03 20:31:01 -07:00
Hossein Mehrabi
985d0869f3 move cryptolive to cryptoexchanges 2018-06-03 20:31:01 -07:00
Hossein Mehrabi
b71c6c5e5b added cryptolive to docs 2018-06-03 20:31:01 -07:00
Hossein Mehrabi
be8cb86356 misspelled grey 2018-06-03 20:31:01 -07:00
Hossein Mehrabi
5ccb0d2b72 fixed display after any update 2018-06-03 20:31:01 -07:00
Hossein Mehrabi
16b7cc0bb0 clean up, handle error, use net/http, read colors from config file 2018-06-03 20:31:01 -07:00
Hossein Mehrabi
adbb8eab52 clean up cryptolive 2018-06-03 20:30:30 -07:00
Hossein Mehrabi
6a35f122a3 add time interval for send http request 2018-06-03 20:30:30 -07:00
Hossein Mehrabi
3bd0bda57e add some comments 2018-06-03 20:30:30 -07:00
Hossein Mehrabi
36e98b0299 made cryptolive module 2018-06-03 20:26:08 -07:00
Chris Cummer
cc093caa92 Tweak the formatting of the CryptoLive module a bit 2018-06-03 20:22:40 -07:00
Chris Cummer
e28297407d Add documentation for CryptoLive 2018-06-03 20:14:46 -07:00
liyiheng
6e1b8b3b47 Bug fix: lsb_release 2018-06-04 10:31:05 +08:00
Chris Cummer
d1b05dded4
Merge pull request #127 from jeangovil/cryptolive
Added cryptolive widget
2018-06-03 18:29:06 -07:00