diff --git a/.travis.yml b/.travis.yml index b20b9c4a..c90dfc89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ go: sudo: false before_install: # Make sure travis builds work for forks - - mkdir -p $TRAVIS_BUILD_DIR $GOPATH/src/github.com/senorprogrammer - - test ! -d $GOPATH/src/github.com/senorprogrammer/wtf && mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/senorprogrammer/wtf || true - - export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/senorprogrammer/wtf - - cd $HOME/gopath/src/github.com/senorprogrammer/wtf + - mkdir -p $TRAVIS_BUILD_DIR $GOPATH/src/github.com/andrewzolotukhin + - test ! -d $GOPATH/src/github.com/andrewzolotukhin/wtf && mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/andrewzolotukhin/wtf || true + - export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/andrewzolotukhin/wtf + - cd $HOME/gopath/src/github.com/andrewzolotukhin/wtf -script: go get ./... && go get github.com/go-test/deep && go test -v github.com/senorprogrammer/wtf/wtf_tests +script: go get ./... && go get github.com/go-test/deep && go test -v github.com/andrewzolotukhin/wtf/wtf_tests diff --git a/README.md b/README.md index 705c2be5..7d5fb882 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
@@ -21,13 +21,13 @@ displaying infrequently-needed, but very important, daily data.
**Note:** WTF is _only_ compatible with Go versions **1.9.2** or later. It currently _does not_ compile with `gccgo`.
```bash
-go get -u github.com/senorprogrammer/wtf
-cd $GOPATH/src/github.com/senorprogrammer/wtf
+go get -u github.com/andrewzolotukhin/wtf
+cd $GOPATH/src/github.com/andrewzolotukhin/wtf
make install
make run
```
-Or [download the latest binary](https://github.com/senorprogrammer/wtf/releases).
+Or [download the latest binary](https://github.com/andrewzolotukhin/wtf/releases).
## Support
@@ -70,7 +70,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
## Authors
-* Chris Cummer, [senorprogrammer](https://github.com/senorprogrammer)
+* Chris Cummer, [andrewzolotukhin](https://github.com/andrewzolotukhin)
## License
diff --git a/_sample_configs/complex_config.yml b/_sample_configs/complex_config.yml
index e07aa209..48c68c36 100644
--- a/_sample_configs/complex_config.yml
+++ b/_sample_configs/complex_config.yml
@@ -108,7 +108,7 @@ wtf:
width: 3
refreshInterval: 8
repositories:
- - "/Users/chris/go/src/github.com/senorprogrammer/wtf"
+ - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf"
github:
enabled: true
position:
@@ -119,8 +119,8 @@ wtf:
refreshInterval: 300
repositories:
repo-name: "owner id"
- wtf: "senorprogrammer"
- username: "senorprogrammer"
+ wtf: "andrewzolotukhin"
+ username: "andrewzolotukhin"
jira:
colors:
rows:
diff --git a/_site/content/posts/configuration/attributes.md b/_site/content/posts/configuration/attributes.md
index 2850875e..0339bcdf 100644
--- a/_site/content/posts/configuration/attributes.md
+++ b/_site/content/posts/configuration/attributes.md
@@ -5,7 +5,7 @@ draft: false
---
The following top-level attributes are configurable in `config.yml`.
-See this example config file for more details.
+See this example config file for more details.
```yaml
wtf:
diff --git a/_site/content/posts/installation.md b/_site/content/posts/installation.md
index dcc4aafa..51c230cc 100644
--- a/_site/content/posts/installation.md
+++ b/_site/content/posts/installation.md
@@ -11,8 +11,8 @@ There are two ways to install WTF:
Get this repo and install the dependencies:
```bash
-go get -u github.com/senorprogrammer/wtf
-cd $GOPATH/src/github.com/senorprogrammer/wtf
+go get -u github.com/andrewzolotukhin/wtf
+cd $GOPATH/src/github.com/andrewzolotukhin/wtf
make install
make run
```
@@ -23,7 +23,7 @@ and that should probably do it.
Grab the latest version from here:
```bash
-https://github.com/senorprogrammer/wtf/releases
+https://github.com/andrewzolotukhin/wtf/releases
```
expand it, and `cd` into the resulting directory. Then run:
diff --git a/_site/content/posts/modules/gcal.md b/_site/content/posts/modules/gcal.md
index ef6a70dd..57528fb9 100644
--- a/_site/content/posts/modules/gcal.md
+++ b/_site/content/posts/modules/gcal.md
@@ -9,7 +9,7 @@ Displays your upcoming Google calendar events.
**Not:** Setting up access to Google Calendars for Go is a bit unobvious. Check out Google's [Go Quickstart](https://developers.google.com/calendar/quickstart/go)
-first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/senorprogrammer/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach.
+first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/andrewzolotukhin/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach.
## Source Code
diff --git a/_site/content/posts/modules/git.md b/_site/content/posts/modules/git.md
index e0a6a1f2..d47a17fa 100644
--- a/_site/content/posts/modules/git.md
+++ b/_site/content/posts/modules/git.md
@@ -62,7 +62,7 @@ git:
width: 2
refreshInterval: 8
repositories:
- - "/Users/chris/go/src/github.com/senorprogrammer/wtf"
+ - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf"
- "/Users/user/fakeapp"
```
diff --git a/_site/content/posts/modules/github.md b/_site/content/posts/modules/github.md
index 3cfee576..c0b93f4f 100644
--- a/_site/content/posts/modules/github.md
+++ b/_site/content/posts/modules/github.md
@@ -58,8 +58,8 @@ github:
refreshInterval: 300
repositories:
wesker-api: "UmbrellaCorp"
- wtf: "senorprogrammer"
- username: "senorprogrammer"
+ wtf: "andrewzolotukhin"
+ username: "andrewzolotukhin"
```
### Attributes
diff --git a/_site/content/posts/overview.md b/_site/content/posts/overview.md
index 126715d7..14745096 100644
--- a/_site/content/posts/overview.md
+++ b/_site/content/posts/overview.md
@@ -12,7 +12,7 @@ visible, but might check in on every now and then.
## Quick Start
-1. Download the stand-alone, compiled binary.
+1. Download the stand-alone, compiled binary.
2. Unzip the downloaded file.
3. From the command line, `cd` into the newly-created `/wtf` directory.
4. From the command line, run the app: `./wtf`
diff --git a/_site/themes/hyde-hyde/layouts/index.html b/_site/themes/hyde-hyde/layouts/index.html
index 888abc24..27a35c8f 100644
--- a/_site/themes/hyde-hyde/layouts/index.html
+++ b/_site/themes/hyde-hyde/layouts/index.html
@@ -27,9 +27,9 @@
It even has weather. And clocks. And emoji.
diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html
index fe5c83e2..e5e1709d 100644
--- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html
+++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html
@@ -17,7 +17,7 @@
diff --git a/bamboohr/item.go b/bamboohr/item.go
index cc18590b..e7533e5c 100644
--- a/bamboohr/item.go
+++ b/bamboohr/item.go
@@ -4,7 +4,7 @@ import (
"fmt"
//"time"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
type Item struct {
diff --git a/bamboohr/widget.go b/bamboohr/widget.go
index 1e9eb751..20b26eb1 100644
--- a/bamboohr/widget.go
+++ b/bamboohr/widget.go
@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/olebedev/config"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
// Config is a pointer to the global config object
diff --git a/bargraph/widget.go b/bargraph/widget.go
index 0e798952..ba7668f3 100644
--- a/bargraph/widget.go
+++ b/bargraph/widget.go
@@ -9,7 +9,7 @@ import (
"time"
"github.com/olebedev/config"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
// Config is a pointer to the global config object
diff --git a/clocks/clock.go b/clocks/clock.go
index fc4965fc..6d0e9615 100644
--- a/clocks/clock.go
+++ b/clocks/clock.go
@@ -3,7 +3,7 @@ package clocks
import (
"time"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
type Clock struct {
diff --git a/clocks/display.go b/clocks/display.go
index 6cc7d60f..4fcd425d 100644
--- a/clocks/display.go
+++ b/clocks/display.go
@@ -3,7 +3,7 @@ package clocks
import (
"fmt"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
func (widget *Widget) display(clocks []Clock) {
diff --git a/clocks/widget.go b/clocks/widget.go
index d6d6ee2a..be59c0f6 100644
--- a/clocks/widget.go
+++ b/clocks/widget.go
@@ -4,7 +4,7 @@ import (
"time"
"github.com/olebedev/config"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
// Config is a pointer to the global config object
diff --git a/cmdrunner/widget.go b/cmdrunner/widget.go
index 0708527e..1dae8097 100644
--- a/cmdrunner/widget.go
+++ b/cmdrunner/widget.go
@@ -6,7 +6,7 @@ import (
"strings"
"github.com/olebedev/config"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
// Config is a pointer to the global config object
diff --git a/cryptoexchanges/bittrex/widget.go b/cryptoexchanges/bittrex/widget.go
index 7bbf1003..5096774e 100644
--- a/cryptoexchanges/bittrex/widget.go
+++ b/cryptoexchanges/bittrex/widget.go
@@ -8,7 +8,7 @@ import (
"net/http"
"github.com/olebedev/config"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
// Config is a pointer to the global config object
diff --git a/cryptoexchanges/cryptolive/widget.go b/cryptoexchanges/cryptolive/widget.go
index daaefa0e..8b7d5d99 100644
--- a/cryptoexchanges/cryptolive/widget.go
+++ b/cryptoexchanges/cryptolive/widget.go
@@ -7,7 +7,7 @@ import (
"time"
"github.com/olebedev/config"
- "github.com/senorprogrammer/wtf/wtf"
+ "github.com/andrewzolotukhin/wtf/wtf"
)
// Config is a pointer to the global config object
diff --git a/docs/404.html b/docs/404.html
index a6f51b08..62a99081 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -58,7 +58,7 @@
-
+
diff --git a/docs/categories/index.html b/docs/categories/index.html
index b52bb86e..ec96925d 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -60,7 +60,7 @@
-
+
diff --git a/docs/index.html b/docs/index.html
index 5b332b6c..bb3c920e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -59,7 +59,7 @@
-
+
@@ -119,9 +119,9 @@
It even has weather. And clocks. And emoji.
diff --git a/docs/index.xml b/docs/index.xml
index a86b5ce2..2cfdb584 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -123,9 +123,9 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
The following top-level attributes are configurable in
@@ -114,7 +114,7 @@
config.yml
.
-See this example config file for more details.
wtf:
colors:
background: "red"
diff --git a/docs/posts/configuration/index.html b/docs/posts/configuration/index.html
index ec410d85..d00dc4ed 100644
--- a/docs/posts/configuration/index.html
+++ b/docs/posts/configuration/index.html
@@ -58,7 +58,7 @@
Configuration
Attributes
iTerm2
- Releases
+ Releases
diff --git a/docs/posts/configuration/iterm2/index.html b/docs/posts/configuration/iterm2/index.html
index dcb4d6c6..3756a2a5 100644
--- a/docs/posts/configuration/iterm2/index.html
+++ b/docs/posts/configuration/iterm2/index.html
@@ -58,7 +58,7 @@
-
+
diff --git a/docs/posts/glossary/index.html b/docs/posts/glossary/index.html
index 9a4f7187..e4eb732f 100644
--- a/docs/posts/glossary/index.html
+++ b/docs/posts/glossary/index.html
@@ -58,7 +58,7 @@
-
+
diff --git a/docs/posts/index.html b/docs/posts/index.html
index ae588754..42e8d08d 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -60,7 +60,7 @@
-
+
diff --git a/docs/posts/index.xml b/docs/posts/index.xml
index 2dc5ba0f..3cba90d2 100644
--- a/docs/posts/index.xml
+++ b/docs/posts/index.xml
@@ -123,9 +123,9 @@ Quick Start Download the stand-alone, compiled binary. Unzip the downloaded fil
https://wtfutil.com/posts/installation/
There are two ways to install WTF:
From Source Get this repo and install the dependencies:
-go get -u github.com/senorprogrammer/wtf cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run and that should probably do it.
+go get -u github.com/andrewzolotukhin/wtf cd $GOPATH/src/github.com/andrewzolotukhin/wtf make install make run and that should probably do it.
As a Binary Grab the latest version from here:
-https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
+https://github.com/andrewzolotukhin/wtf/releases expand it, and cd into the resulting directory. Then run:
./wtf and that should also do it.
diff --git a/docs/posts/installation/index.html b/docs/posts/installation/index.html
index 1237a416..046714fa 100644
--- a/docs/posts/installation/index.html
+++ b/docs/posts/installation/index.html
@@ -58,7 +58,7 @@
-
+
@@ -118,8 +118,8 @@
From Source
Get this repo and install the dependencies:
-go get -u github.com/senorprogrammer/wtf
-cd $GOPATH/src/github.com/senorprogrammer/wtf
+go get -u github.com/andrewzolotukhin/wtf
+cd $GOPATH/src/github.com/andrewzolotukhin/wtf
make install
make run
and that should probably do it.
@@ -127,7 +127,7 @@ make run
As a Binary
Grab the latest version from here:
-https://github.com/senorprogrammer/wtf/releases
+https://github.com/andrewzolotukhin/wtf/releases
expand it, and cd
into the resulting directory. Then run:
./wtf
and that should also do it.
diff --git a/docs/posts/modules/bamboohr/index.html b/docs/posts/modules/bamboohr/index.html
index 240a8181..2c88de07 100644
--- a/docs/posts/modules/bamboohr/index.html
+++ b/docs/posts/modules/bamboohr/index.html
@@ -58,7 +58,7 @@
-
+
diff --git a/docs/posts/modules/bittrex/index.html b/docs/posts/modules/bittrex/index.html
index 8ab9753c..ebe5ffd2 100644
--- a/docs/posts/modules/bittrex/index.html
+++ b/docs/posts/modules/bittrex/index.html
@@ -72,7 +72,7 @@
iTerm2
diff --git a/docs/posts/modules/clocks/index.html b/docs/posts/modules/clocks/index.html
index 04333353..cbe3f548 100644
--- a/docs/posts/modules/clocks/index.html
+++ b/docs/posts/modules/clocks/index.html
@@ -58,7 +58,7 @@
Configuration
Attributes
iTerm2
- Releases
+ Releases
diff --git a/docs/posts/modules/cmdrunner/index.html b/docs/posts/modules/cmdrunner/index.html
index 1ec0afca..5045938e 100644
--- a/docs/posts/modules/cmdrunner/index.html
+++ b/docs/posts/modules/cmdrunner/index.html
@@ -58,7 +58,7 @@
-
+
diff --git a/docs/posts/modules/cryptocurrencies/bittrex/index.html b/docs/posts/modules/cryptocurrencies/bittrex/index.html
index f9f033eb..bd942540 100644
--- a/docs/posts/modules/cryptocurrencies/bittrex/index.html
+++ b/docs/posts/modules/cryptocurrencies/bittrex/index.html
@@ -58,7 +58,7 @@
-
+
diff --git a/docs/posts/modules/cryptocurrencies/cryptolive/index.html b/docs/posts/modules/cryptocurrencies/cryptolive/index.html
index 832af988..e4d955ce 100644
--- a/docs/posts/modules/cryptocurrencies/cryptolive/index.html
+++ b/docs/posts/modules/cryptocurrencies/cryptolive/index.html
@@ -58,7 +58,7 @@
-
+
diff --git a/docs/posts/modules/cryptolive/index.html b/docs/posts/modules/cryptolive/index.html
index 63395a42..b4bfaccb 100644
--- a/docs/posts/modules/cryptolive/index.html
+++ b/docs/posts/modules/cryptolive/index.html
@@ -72,7 +72,7 @@
iTerm2
diff --git a/docs/posts/modules/gcal/index.html b/docs/posts/modules/gcal/index.html
index 7e6f4a4b..f3dc25a2 100644
--- a/docs/posts/modules/gcal/index.html
+++ b/docs/posts/modules/gcal/index.html
@@ -58,7 +58,7 @@
Configuration
Attributes
iTerm2
- Releases
+ Releases
@@ -118,7 +118,7 @@

Not: Setting up access to Google Calendars for Go is a bit unobvious. Check out Google’s Go Quickstart
-first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach.
+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/
diff --git a/docs/posts/modules/git/index.html b/docs/posts/modules/git/index.html
index e958c4f1..859d2e97 100644
--- a/docs/posts/modules/git/index.html
+++ b/docs/posts/modules/git/index.html
@@ -58,7 +58,7 @@
-
+
@@ -165,7 +165,7 @@ commit, and their status.
width: 2
refreshInterval: 8
repositories:
- - "/Users/chris/go/src/github.com/senorprogrammer/wtf"
+ - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf"
- "/Users/user/fakeapp"
enabled
diff --git a/docs/posts/modules/index.html b/docs/posts/modules/index.html
index fad43ff2..c38fde22 100644
--- a/docs/posts/modules/index.html
+++ b/docs/posts/modules/index.html
@@ -58,7 +58,7 @@
cd
into the newly-created /wtf
directory../wtf