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

487 Commits

Author SHA1 Message Date
Hossein Mehrabi
1f9324f99c add module to docs 2018-06-05 13:08:57 -07:00
Chris Cummer
c864313a39 Order modules in alphabetical order 2018-06-05 13:08:44 -07:00
Patrick José Pereira
5130af7e1c 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-04 20:01:59 -03:00
Chris Cummer
9e77c8aa3d Add index to Configuration documentation page 2018-06-04 04:28:17 -07:00
Chris Cummer
64f8dbcf8d Update Configuration documentation with an explanation of the grid layout system 2018-06-04 04:20:17 -07: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
Chris Cummer
d1b05dded4
Merge pull request #127 from jeangovil/cryptolive
Added cryptolive widget
2018-06-03 18:29:06 -07:00
Hossein Mehrabi
2de364a2ef read widget title from config file 2018-06-04 05:58:37 +04:30
Hossein Mehrabi
c2d2197ed0 use map for http response 2018-06-04 05:19:20 +04:30
Chris Cummer
5c537f5549
Delete PULL_REQUEST_TEMPLATE.md 2018-06-03 09:11:10 -07:00
Chris Cummer
fd99430a12
Create PULL_REQUEST_TEMPLATE.md 2018-06-03 09:10:39 -07:00
Chris Cummer
637180adb7 Merge branch 'BlackWebWolf-master' 2018-06-03 08:14:49 -07:00
askl56
f39a302caa Banish .DS_Store 2018-06-03 08:12:15 -07:00
Hossein Mehrabi
8f3f5e9120 use widget.View.SetText to print 2018-06-03 08:12:15 -07:00
Chris Cummer
a4879ca1ff Add Google Calendar authentication pointers to the GCal documenation 2018-06-03 08:12:15 -07:00
Chris Cummer
d14e60a881 Add left-hand margin for IPInfo widget 2018-06-03 08:12:15 -07:00
Chris Cummer
332ce2a41e Change the text wrap policy for IPInfo from true to false. No need to wrap that widget 2018-06-03 08:12:15 -07:00
Chris Cummer
db3a82855f Update the readme with Gitter info 2018-06-03 08:12:15 -07:00
Chris Cummer
f1cf8fc933 Add documentatin for IPInfo colors 2018-06-03 08:12:15 -07:00
Hossein Mehrabi
a546f49e52 clean up 2018-06-03 08:12:15 -07:00
Hossein Mehrabi
e7ec7292c6 clean up, support text colors from config file 2018-06-03 08:12:15 -07:00
The Gitter Badger
66bd146aa0 Add Gitter badge 2018-06-03 08:12:15 -07:00
George Opritescu
14fcac1166 add log flags to help with debugging 2018-06-03 08:12:15 -07:00
Chris Cummer
73091d55df Update Support.md 2018-06-03 08:12:15 -07:00
deltaxflux
651f1465de Add subfolder to make pull request template working again 2018-06-03 08:12:15 -07:00
deltax
8ef0396a42 Fix version number in template
- Change version number to 0.0.4
2018-06-03 08:12:15 -07:00
Chris Cummer
a166174419
Merge pull request #138 from jeangovil/fix-set-text
use widget.View.SetText to print text
2018-06-03 07:42:17 -07:00
Chris Cummer
701a582677
Merge pull request #139 from askl56/master
Banish .DS_Store
2018-06-03 07:31:57 -07:00
askl56
a766b42741 Banish .DS_Store 2018-06-03 09:22:35 +01:00
Hossein Mehrabi
6443df092f use widget.View.SetText to print 2018-06-03 10:53:26 +04:30
Chris Cummer
9f502671bc Add Google Calendar authentication pointers to the GCal documenation 2018-06-02 21:54:42 -07:00
Chris Cummer
0f46f8f6dd Add left-hand margin for IPInfo widget 2018-06-02 21:42:01 -07:00
Chris Cummer
f778d83ec3 Change the text wrap policy for IPInfo from true to false. No need to wrap that widget 2018-06-02 21:41:01 -07:00
Chris Cummer
2a9e8a6c68 Update the readme with Gitter info 2018-06-02 21:22:01 -07:00